Skip to content

Commit

Permalink
Ice Spreader
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Jun 23, 2024
1 parent 510f3dc commit 78296e7
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions src/open_samus_returns_rando/pickups/model_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@ class ModelData:
"actors/items/powerup_flamethrower/models/textures/missile_d.bctex",
),
),
"powerup_icespreader": ModelData(
bcmdl_path="actors/items/powerup_icespreader/models/powerup_icespreader.bcmdl",
dependencies=(
"actors/items/powerup_icespreader/models/powerup_icespreader.bcmdl",
"actors/items/powerup_icespreader/models/textures/missile_d.bctex",
),
),
}


Expand Down
31 changes: 31 additions & 0 deletions tests/test_files/item_models_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,25 @@
"model": [
"powerup_flamethrower"
]
},
{
"pickup_type": "actor",
"caption": "Sent Ice Spreader to meep.",
"resources": [
[
{
"item_id": "ITEM_NONE",
"quantity": 0
}
]
],
"pickup_actor": {
"scenario": "s000_surface",
"actor": "another_pickup40"
},
"model": [
"powerup_icespreader"
]
}
],
"energy_per_tank": 100,
Expand Down Expand Up @@ -1272,6 +1291,18 @@
"z": 0.0
},
"collision_camera_name": "collision_camera_000"
},
{
"new_actor": {
"actor": "another_pickup40",
"scenario": "s000_surface"
},
"location": {
"x": -6400.0,
"y": 2100.0,
"z": 0.0
},
"collision_camera_name": "collision_camera_000"
}
],
"hints": [],
Expand Down

0 comments on commit 78296e7

Please sign in to comment.