Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Amphibian Additions - Phase 1 - Non-Monstrous Frogs, Toads, and Treef…
…rogs (#67259) * Rebuild of Phase 1 Hopefully cleaner than last time. * Bugfix Remove redundancy * Update data/json/monsters/reptile_amphibian.json Co-authored-by: Karol1223 <68503002+Karol1223@users.noreply.github.com> * Update reptile_amphibian.json * Clean up of new monsters and groups Reworked spawn groupings. Added descriptions for eggs and tadpoles. Reworked other details, mostly reproduction/egg related. Removed the giant tadpole/egg (for now). * Remove "WHISTLE" flag "WHISTLE" flag seemed to break something, removing it. Will replace with parroted lines eventually. * Cleanup Abstracts Removed progression from all proxy entries (egg, tadpole, frog) and deleted the attached egg group. * Remove old monsters and replace references Remove old frog, toad, and their respective tadpole monsters. Also removed them from all monster groups. Remove old frog egg and toad egg items. Replace old frog egg item in the only recipe it appears in (batrachian mutagen). Now able to use any variety of frog or toad egg. Replace old frog spawns with new in mapgen\sewage_treatment.json. I believe this was the cause of previous errors I encountered. * Update data/json/requirements/cooking_components.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix missing double-spaces As title * Make abstract egg an abstract Co-authored-by: Karol1223 <68503002+Karol1223@users.noreply.github.com> * Mutant meat and egg nutrition (Hopefully) last cleanup of abstracts. Added a new tiny mutant harvest set and assigned it to all mutant tadpoles and frogs. Changed the various eggs to copy_from roe rather than chicken's eggs. Made all four toad variants poisonous and gave all mutant variants an amount of mutant toxin. * Restore deleted entries, set for obsoletion I've restored the 2 items (egg_frog, egg_toad) and 4 monsters (mon_frog, mon_tadpole, mon_toad, mon_tadpole_brown) that were removed. They have been moved to the 'json\obsoletion' folder. New file (obsolete_monster.json) for the monsters. "OBSOLETE" flag added to all entries. * Mods Updates Fully remove old amphibian mobs. Replace Megafauna spawns for mon_frog with GROUP_FROGS_ALL. Replace old references in Tamable Wildlife with new ones to all new "normal-sized" frogs. Change copy_from's in TropiCata from egg_frog to egg_proxy_frog. * Update data/mods/Megafauna/monstergroups/wilderness.json Sure did, was meant to replace. Thanks for catching that! Co-authored-by: Karol1223 <68503002+Karol1223@users.noreply.github.com> --------- Co-authored-by: Karol1223 <68503002+Karol1223@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information