We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08336a commit f370d03Copy full SHA for f370d03
deadlock_assets_api/models/v2/npc_unit.py
@@ -22,7 +22,7 @@ class NPCUnitV2(BaseModel):
22
gold_reward_bonus_percent_per_minute: float | None = Field(
23
None, validation_alias="m_flGoldRewardBonusPercentPerMinute"
24
)
25
- m_flPlayerDamageResistPct: float | None = Field(
+ player_damage_resist_pct: float | None = Field(
26
None, validation_alias="m_flPlayerDamageResistPct"
27
28
trooper_damage_resist_pct: float | None = Field(
0 commit comments