Skip to content

Commit

Permalink
[DinoMod] monster attack fixes (#76480)
Browse files Browse the repository at this point in the history
* try fix TRex bio op

* try fix zom spino bio op

* try fix zombie upgrades
  • Loading branch information
LyleSY authored Sep 17, 2024
1 parent 0e93cd0 commit 8f74009
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/mods/DinoMod/monsters/dinosaur_CBM.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"targeting_timeout_extend": -1,
"targeting_sound": "\"TARGET ACQUIRED.\"",
"targeting_volume": 70,
"ammo_type": "battery",
"no_ammo_sound": "TARGET ACQUIRED. *beeeeeeeeep*. OUT OF AMMO."
}
],
Expand Down
1 change: 1 addition & 0 deletions data/mods/DinoMod/monsters/zed-dinosaur_CBM.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"targeting_timeout_extend": -1,
"targeting_sound": "\"TARGET *zZzZzz* ACQUIRED.\"",
"targeting_volume": 70,
"ammo_type": "battery",
"no_ammo_sound": "*zZzzz*-TARGET ACQUIRED. *beeeeeeeeep*. OUT OF AMMO.-*zZzZ*"
}
],
Expand Down
2 changes: 2 additions & 0 deletions data/mods/DinoMod/monsters/zinosaur_upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -4749,6 +4749,7 @@
"bleed_rate": 50,
"extend": { "flags": [ "DRIPS_GASOLINE", "LOUDMOVES" ] },
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_physiology", "prof_wp_zombie", "prof_wp_syn_armored" ],
"starting_ammo": { "napalm": 100 },
"special_attacks": [
{ "id": "bite_grab", "cooldown": 30 },
{
Expand Down Expand Up @@ -4791,6 +4792,7 @@
"bleed_rate": 50,
"extend": { "flags": [ "DRIPS_GASOLINE", "LOUDMOVES" ] },
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_physiology", "prof_wp_zombie", "prof_wp_syn_armored" ],
"starting_ammo": { "napalm": 100 },
"special_attacks": [
{ "id": "bite_grab", "cooldown": 30 },
{
Expand Down

0 comments on commit 8f74009

Please sign in to comment.