Skip to content

Commit 2009c22

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent da5eba3 commit 2009c22

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/mars_patcher/auto_generated_types.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,12 @@ class MarsschemaTankincrements(typ.TypedDict):
314314
PowerBombTank: typ.Annotated[int, '-100 <= value <= 100'] = 2
315315
"""How much ammo power bomb tanks provide when collected."""
316316

317+
MissileData: typ.NotRequired[typ.Annotated[int, '-1000 <= value <= 1000']] = 10
318+
"""How much ammo Missile Launcher Data provides when collected."""
319+
320+
PowerBombData: typ.NotRequired[typ.Annotated[int, '-100 <= value <= 100']] = 10
321+
"""How much ammo Power Bomb Data provides when collected."""
322+
317323

318324
class MarsschemaElevatorconnections(typ.TypedDict):
319325
"""Defines the elevator that each elevator connects to."""

0 commit comments

Comments
 (0)