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

TropiCata: Plants vs Zombies #55476

Merged
merged 42 commits into from
Feb 21, 2022
Merged

Conversation

Xaritscin
Copy link
Contributor

@Xaritscin Xaritscin commented Feb 18, 2022

Summary

Mods "general update to plant zombies and triffids in the mod"

Purpose of change

The original release of the triffid update left me a bit bitter as i felt the didnt really fit well in terms of implementations. I have decided to make a facelift patch to further flesh out the idea of the triffids getting smarter and more powerfull in the Tropical Region, including their new experimental use of enslaved zombies as a way to gain an edge over the blob.

Describe the solution

-added a new json file of death effects for the evolved plant boomers
-upgraded the garden zombie as the basic zed for the new plant zombie family with pollen breath as its signature hability
-renamed thorny children to garden children as they will be the junior base for new children plant zed upgrades
-changed all factions of the non vanilla plant zeds to triffids
-added triffid podlings and gardenlings which represent a new innovation apart of the triffid sprigs
-added triffid overqueens which act as inmobile progenitors in certain triffid locations
-buffed the "egg" production of triffid lifegivers and nerfed their speed to further represent their ingame lore
-updated the triffid blossom and triffid garden overmap locations for the new enemies
-added a new "overgrown lot" location that can spawn on cities with 4 variations (2 residential + 2 commercial)

Note: no changes done to the Thorny Shambler, it will still be a blob aligned plant zombie as its part of the base game. These new zeds will not be related to it and instead will be a sort of war experiment by the alien plants.

Describe alternatives you've considered

keep plant zeds as rare evolutions of the Thorny Shambler and not go deeper into triffid biology to spice up gameplay.

Testing

Tested the new locations and the new enemies. seems to be working as intended albeit the amount of regular zeds found on cities may hamper their survival on spawn.

Additional context

These plant zeds were originally meant to be an addition to triffid content sites like overgrown greenhouses or overtaken botanic gardens. the zombies would be under control of the plants via sap, pollen, vines and so on as a sort of indentured servants but i didnt have planned well how they would be used so they were just slapped onto the regular zombie stock.

added a new file for death special attacks, included new spells for the throny boomer upgrades.
changes the special attacks of the thorny boomer upgrades, moved pollen breath to the garden zombie.
deleted the old child zombie upgrade entry as part of the plant zombie updates.
renamed the upgrade group of the main plant zed from thorny shambler to garden zombie
rename and refaction of all new plant zombies as part of the new update.
@github-actions github-actions bot added the astyled astyled PR, label is assigned by github actions label Feb 18, 2022
@github-actions github-actions bot added the json-styled JSON lint passed, label assigned by github actions label Feb 18, 2022
@github-actions
Copy link
Contributor

Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details.

Click to expand
  • An undead child seemingly mutated by alien flora. It has several colorful flowers on its head and an uncanningly serene expression.

This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to tools/spell_checker/dictionary.txt so they will not trigger an alert next time.

@NetSysFire NetSysFire added <Enhancement / Feature> New features, or enhancements on existing [JSON] Changes (can be) made in JSON Mods Issues related to mods or modding Monsters Monsters both friendly and unfriendly. labels Feb 18, 2022
@github-actions github-actions bot removed the json-styled JSON lint passed, label assigned by github actions label Feb 19, 2022
new mapgen location for cities that includes some of the new trifids
added monstergroup to the overgrown lot so it spawns plant zeds.
@github-actions github-actions bot added the json-styled JSON lint passed, label assigned by github actions label Feb 19, 2022
@github-actions
Copy link
Contributor

Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details.

Click to expand
  • An enormous triffid rooted to the ground. It absorbs nutrients and sunlight all day and night to release new podlings into the garden.
  • An undead child seemingly mutated by alien flora. It has several colorful flowers on its head and an uncanningly serene expression.
  • triffid gardenling
  • triffid gardenlings
  • triffid overqueen
  • triffid overqueens
  • triffid podling
  • triffid podlings

This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to tools/spell_checker/dictionary.txt so they will not trigger an alert next time.

@github-actions github-actions bot added json-styled JSON lint passed, label assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Feb 20, 2022
added overgrown lot to city generation settings
upped the amount of enemies set to spawn on the lots
updated the lot
gave minor melee potential to lifegivers so they can defend themselves
updated Triffid Urban group
@github-actions github-actions bot removed the json-styled JSON lint passed, label assigned by github actions label Feb 20, 2022
@github-actions github-actions bot removed the BasicBuildPassed This PR builds correctly, label assigned by github actions label Feb 20, 2022
@github-actions github-actions bot added the json-styled JSON lint passed, label assigned by github actions label Feb 20, 2022
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Feb 20, 2022
added extra variations of the overgrown lot
@github-actions github-actions bot removed json-styled JSON lint passed, label assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Feb 20, 2022
@github-actions github-actions bot added the json-styled JSON lint passed, label assigned by github actions label Feb 20, 2022
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Feb 20, 2022
@Xaritscin Xaritscin marked this pull request as ready for review February 20, 2022 22:04
@ZhilkinSerg ZhilkinSerg merged commit e81ea01 into CleverRaven:master Feb 21, 2022
@moll
Copy link

moll commented Feb 24, 2022

@Xaritscin: I think the typo in zed_plant.json that the spell checker highlighted above was still left in — "uncanningly". I presume you meant "uncannily".

@Xaritscin Xaritscin deleted the TropiCata-0.6d branch April 4, 2022 03:49
@Maleclypse Maleclypse added the Mods: TropiCataclysm 🌴 Having to do with the tropical region mod for DDA. label Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Enhancement / Feature> New features, or enhancements on existing [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions Mods: TropiCataclysm 🌴 Having to do with the tropical region mod for DDA. Mods Issues related to mods or modding Monsters Monsters both friendly and unfriendly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants