Skip to content

Commit

Permalink
Zombie sounds (#75532)
Browse files Browse the repository at this point in the history
* Update zed-classic.json

zombies parrot occasionally and parrot at danger frequently

* Update speech.json

the sounds zombies make

* Lint

* added punctuation

* skeleton reaper does not hiss

---------

Co-authored-by: Anton Simakov <[email protected]>
Co-authored-by: brodbowl <[email protected]>
  • Loading branch information
3 people authored Sep 14, 2024
1 parent b8b5c5c commit ee1cf9e
Show file tree
Hide file tree
Showing 2 changed files with 509 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/json/monsters/zed-classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@
"families": [ "prof_gross_anatomy", "prof_intro_biology", "prof_physiology", "prof_wp_zombie" ],
"harvest": "zombie_humanoid",
"grab_strength": 20,
"special_attacks": [ { "id": "grab" }, { "id": "bite_humanoid", "cooldown": 5 }, { "id": "scratch_humanoid" } ],
"special_attacks": [
[ "PARROT", 400 ],
[ "PARROT_AT_DANGER", 0 ],
{ "id": "grab" },
{ "id": "bite_humanoid", "cooldown": 5 },
{ "id": "scratch_humanoid" }
],
"death_drops": "default_zombie_death_drops",
"burn_into": "mon_zombie_scorched",
"fungalize_into": "mon_zombie_fungus",
Expand Down
Loading

0 comments on commit ee1cf9e

Please sign in to comment.