-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
New monster: SWAT Zombie #37815
New monster: SWAT Zombie #37815
Conversation
Adding a SWAT zombie, which is between a cop zombie and a soldier zombie in terms of strength and resistances
Largely based on the zombie cop loot table. Used existing swat_guns item group. Group "swat_gear" already exist (hence the "_zombie" in the name), but has a mixture of all item slots (head, torso, boots, equipment), so couldn't be used here (or there would be a possibility to have duplicate of things that don't make sense, like two helmets, or two pairs of boots, etc...)
Added SWAT zombies everywhere cop zombies can spawn, with half the chance
Fixed special attacks, as it was causing an error ("attack type does not exist"). Also aligned grab cooldown with all other zombies.
Looks quite nice, added it to logical spawngroup, has the looks_like zombie cop tag so it looks okay before tileset makers update, stats make sense, and it has a nicely fitting loot pool, with the probabilities all looking fine to me. Would make for some nice extra enemy variety and make the world feel alive, so would love to see these get merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The itemgroups here should be more standardized. See #36446 for an example.
As per comments from ymber, modernizing the item groups (for the SWAT zombie) to use distribution or collection. Didn't change the cop zombie item_groups as it's not part of this PR. Also changed the torso item group to have less diverse type of items, and remove things that made less sense for SWAT than cops (dress shirt & jacket).
As per suggested changes
Only the old rules of typing requires this. The general rule now is only one space after punctuations, but I understand it's the format that has been used in the rest of the project, so np! :p Co-Authored-By: Anton Burmistrov <[email protected]>
Co-Authored-By: matskuman5 <[email protected]>
Summary
SUMMARY: Content "Adds new monster 'SWAT zombie'"
Purpose of change
There are multiple references to the SWAT law enforcement unit in-game (vehicles, professions, items, ...), but no SWAT zombie using a SWAT armor. I figured it could be a good addition to the normal pool of zombies.
Describe the solution
Describe alternatives you've considered
Not adding the SWAT zombie
Testing
Additional context
N/A