PKs_Rebalancing icon indicating copy to clipboard operation
PKs_Rebalancing copied to clipboard

Rot zombie definition incompatible with change in core json

Open sdp0et opened this issue 5 years ago • 0 comments

After the addition of dissoluted devourer zombies, rot zombies now have an upgrade evolution "into". The replacement and variants in this mod have an "into_group" for their evolution. The game displays an error on load (with similar errors for the _flue and _worms varieties: ERROR : src/monstergenerator.cpp:1099 [void MonsterGenerator::check_monster_definitions() const] both into and into_group defined for monster mon_zombie_rot

from vanilla mon_zombie_rot: "upgrades": { "half_life": 23, "into": "mon_devourer" },

and from PK's: "upgrades": { "half_life": 10, "into_group": "GROUP_ZOMBIE_DECAY" },

sdp0et avatar Oct 25 '19 20:10 sdp0et