Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zombie sounds #75532

Merged
merged 21 commits into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
36ee4d2
Update zed-classic.json
bloodbowel Aug 8, 2024
98d1499
Update speech.json
bloodbowel Aug 8, 2024
23619cb
Lint
GuardianDll Aug 8, 2024
b179180
added punctuation
bloodbowel Aug 9, 2024
6474357
skeleton reaper does not hiss
bloodbowel Aug 9, 2024
6d5f8e5
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 10, 2024
45c1a77
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 11, 2024
24418c6
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 11, 2024
a5cfbea
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 12, 2024
5f9d54a
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 12, 2024
6a76b96
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 13, 2024
095d648
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 14, 2024
29fca3c
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 14, 2024
8baea92
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 15, 2024
8369e40
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 17, 2024
5b2b99a
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 18, 2024
d09a02b
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 21, 2024
1daa4e5
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 22, 2024
301fe2e
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 24, 2024
d10d309
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Aug 24, 2024
169ba09
Merge branch 'CleverRaven:master' into zombie-sounds
bloodbowel Sep 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading