Skip to content

Commit

Permalink
Sonic Boom
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Jun 23, 2024
1 parent 50459d1 commit 52ea59b
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 @@ -347,6 +347,13 @@ class ModelData:
"actors/items/powerup_darkburst/models/textures/missile_d.bctex",
),
),
"powerup_sonicboom": ModelData(
bcmdl_path="actors/items/powerup_sonicboom/models/powerup_sonicboom.bcmdl",
dependencies=(
"actors/items/powerup_sonicboom/models/powerup_sonicboom.bcmdl",
"actors/items/powerup_sonicboom/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 @@ -823,6 +823,25 @@
"model": [
"powerup_darkburst"
]
},
{
"pickup_type": "actor",
"caption": "Sent Sonic Boom to meep.",
"resources": [
[
{
"item_id": "ITEM_NONE",
"quantity": 0
}
]
],
"pickup_actor": {
"scenario": "s000_surface",
"actor": "another_pickup42"
},
"model": [
"powerup_sonicboom"
]
}
],
"energy_per_tank": 100,
Expand Down Expand Up @@ -1334,6 +1353,18 @@
"z": 0.0
},
"collision_camera_name": "collision_camera_000"
},
{
"new_actor": {
"actor": "another_pickup42",
"scenario": "s000_surface"
},
"location": {
"x": -6200.0,
"y": 2100.0,
"z": 0.0
},
"collision_camera_name": "collision_camera_000"
}
],
"hints": [],
Expand Down

0 comments on commit 52ea59b

Please sign in to comment.