We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5eba3 commit 2009c22Copy full SHA for 2009c22
1 file changed
src/mars_patcher/auto_generated_types.py
@@ -314,6 +314,12 @@ class MarsschemaTankincrements(typ.TypedDict):
314
PowerBombTank: typ.Annotated[int, '-100 <= value <= 100'] = 2
315
"""How much ammo power bomb tanks provide when collected."""
316
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
323
324
class MarsschemaElevatorconnections(typ.TypedDict):
325
"""Defines the elevator that each elevator connects to."""
0 commit comments