-
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
Amphib. Adds #4 - Dead Frogs Draft #71475
Conversation
-Adds zombie frog abstract -Applies copy-from to existing frog zombies and condenses entries appropriately -Adds entries for seven new frogs zombie varities
-Gives the creature a bodytype (snake) -Adds the amphibian proficiency to families -Removes the FILTHY flag
Added correct plural for warted monstrosity
The variants seem neat but the names don't exactly scream 'undead' to me. Aside from the one that actually says 'Zombie Toad'. Maybe something like 'Zoad' or 'Zrog' could make it easier to keep track of? e.g. Zapper Zrog, Deathmask Zoad. (Shady Zrog also makes me think of Crazy Frog) |
Thanks, and yeah, that's a concern I had with some of them. I tried to avoid the 'add a Z to the front' naming convention but it does help with clarity. I like Zoad, I think I'll give that treatment to the 'Bloated Zoad' and 'Death Mask Zoad.' |
-Change 'toad' to 'zoad' for some creatures -Space 'hindlegs' into 'hind legs' -Add terms to dictionary
Add zoads, plural to dictionary
Created 'sludge death' and 'sludge death mega' as monster attacks based off of existing boomer death special.
-Gave it the same 'speech' lines as shocker zombies -Changed name to 'jumping jolter' -Added 'jolter' to dictionary
I'm really against more electric shooting enemies in the game specially when most people already hate shockers to the guts, and specially because those electric frogs show up very often too. I don't think i would like a swarm of electric spitting frogs everywhere |
If the other (living) electric frogs are too common then that's a mostly separate issue. Those are also non-aggressive and only have zapback. |
-Give death drops of body parts to bloated zoad and warted monstrosity -Increase warted monstrosity death sludge aoe
-Normalized entries, giving grab_drag and grab_followup where appropriate -Gave gastro bufo ACID_BARF -Updated all ranged_pull to have a conditional for maimed_tongue, and log messages -Fix minor grammer error in frog_dad description
if 'Zom' doesn't fall under the same umbrella, 'zombullfrog' is in the game and 'zomfrog' or 'zompfrog' (like 'swamp') rolls a bit better of the tongue than 'Zrog'. If you're considering anything for the remaining evos. Shocker, Shady Zom/Zompfrog etc. |
-Add zombullfrog to its own upgrade group so that they don't always evolve the first time. -Created upgrade groups for zombie toads and zombtreefrogs
-Replace shockstorm from shocker frog with an electric tongue attack; in anticipation of shocker zombies being reimplemented, these only have what the living version already had -Add translation note to 'Croaked Climber'
Change 'great beaked toad's' venom to be pain-inducing rather than paralytic. Intended to bring it in line with earlier evolutions, painful, stinging toxins.
Fix zombtreefrog upgrades
-Gave the sludge-releasing zoads the very important SLUDGEPROOF flag -Gave each of them a ranged_pull -Gave Gastro Bufo a small acid trail and removed its RANGED_ATTACKER flag
Based on BlizzDA's suggestions, renamed zombified electric frog to "Zapping Zombfrog"
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to |
Leaping Shadow -> Shadow Leaper Dictionary Additions
This is ready for review. |
Looks neat. Thanks! |
Summary
Content "Add 7 new frog zombie varities and audit existing frog zombies"
Purpose of change
To add more distinct frog zombies to fit the existing frog mutants and to clean up entries for existing frog zombies.
For example, giant treefrogs and toads will no longer zombify into zombullfrogs but rather more fitting variants.
Describe the solution
Add an abstract entry for frog zombies and have all others use "copy_from" to reduce json size.
Remove flags like FILTHY from frog mom and dad, and remove the FROG species from gastro bufo.
Adds 7 new zombie frogs:
Describe alternatives you've considered
Moving the gastro bufo entry into the same file as the rest, or moving all frog zombies into their own .json file.
Testing
Testing is complete:
Additional context
4th implementation of #67029
Thanks to BlizzDA for help with naming