Skip to content

Commit

Permalink
Evolution/growth time audit (#58851)
Browse files Browse the repository at this point in the history
* Update zanimal_upgrade.json

* Update bird.json

* Update fish.json

* Update fungus.json

* Update insect_spider.json

* Update jabberwock.json

* Update mammal.json

* Update mutant.json

* Update reptile_amphibian.json

* Update rodentkin.json

* Update fungus.json

* Update zed-animal.json

* Update zed-classic.json

* Update zed-medical.json

* Apply suggestions from code review

Co-authored-by: Venera3 <[email protected]>

* Update data/json/monsters/insect_spider.json

Co-authored-by: Venera3 <[email protected]>

* Update zed-pupating.json

* Update zed-winged.json

* Update zed_acid.json

* Update zed_burned.json

* Update zed_children.json

* Update zed_electric.json

* Update zed_explosive.json

* Update zed_ferrous.json

* Update zed_fusion.json

* Update zed_lab.json

* Update zed_misc.json

* Update zed_skeletal.json

* Update zed_soldiers.json

* Update zed-pupating.json

* Update zed_soldiers.json

* Update data/json/monsters/insect_spider.json

* Apply suggestions from code review

* Update zed_soldiers.json

Co-authored-by: Venera3 <[email protected]>
  • Loading branch information
I-am-Erk and Venera3 authored Aug 4, 2022
1 parent e947842 commit b0d1ff8
Show file tree
Hide file tree
Showing 26 changed files with 175 additions and 175 deletions.
2 changes: 1 addition & 1 deletion data/json/monsters/bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
"fear_triggers": [ "PLAYER_CLOSE" ],
"special_attacks": [ [ "SHRIEK", 10 ] ],
"biosignature": { "biosig_item": "feces_bird", "biosig_timer": 8 },
"upgrades": { "half_life": 10, "into_group": "GROUP_CROW_MUTANT" },
"upgrades": { "half_life": 21, "into_group": "GROUP_CROW_MUTANT" },
"flags": [ "SEES", "HEARS", "SMELLS", "PATH_AVOID_DANGER_1", "WARM", "FLIES" ]
},
{
Expand Down
6 changes: 3 additions & 3 deletions data/json/monsters/fish.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"reproduction": { "baby_egg": "egg_fish", "baby_count": 2, "baby_timer": 21 },
"baby_flags": [ "AUTUMN" ],
"fear_triggers": [ "PLAYER_CLOSE", "SOUND" ],
"upgrades": { "half_life": 14, "into": "mon_crayfish_small" },
"upgrades": { "half_life": 42, "into": "mon_crayfish_small" },
"flags": [ "FISHABLE", "SEES", "SMELLS", "SWIMS", "AQUATIC", "WATER_CAMOUFLAGE", "ARTHROPOD_BLOOD" ]
},
{
Expand Down Expand Up @@ -603,7 +603,7 @@
"volume": "30 L",
"weight": "40 kg",
"dissect": "dissect_gastropod_sample_single",
"upgrades": { "half_life": 14, "into": "mon_giant_crayfish" }
"upgrades": { "half_life": 28, "into": "mon_giant_crayfish" }
},
{
"id": "mon_giant_crayfish",
Expand Down Expand Up @@ -633,7 +633,7 @@
"dissect": "dissect_gastropod_sample_small",
"anger_triggers": [ "PLAYER_CLOSE", "HURT" ],
"fear_triggers": [ "FIRE" ],
"upgrades": { "half_life": 21, "into": "mon_crayfish_mega" },
"upgrades": { "half_life": 42, "into": "mon_crayfish_mega" },
"flags": [ "SMELLS", "HEARS", "SEES", "SWIMS", "GRABS", "ARTHROPOD_BLOOD" ]
},
{
Expand Down
4 changes: 2 additions & 2 deletions data/json/monsters/fungus.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"harvest": "fungaloid",
"special_attacks": [ [ "FUNGUS", 30 ] ],
"death_function": { "effect": { "id": "death_fungus", "hit_self": true } },
"upgrades": { "half_life": 14, "into": "mon_fungaloid_shambler" },
"upgrades": { "age_grow": 31, "into": "mon_fungaloid_shambler" },
"flags": [ "STUMBLES", "POISON", "NO_BREATHE", "NOHEAD" ]
},
{
Expand Down Expand Up @@ -327,7 +327,7 @@
"harvest": "exempt",
"special_attacks": [ [ "PLANT", 100 ] ],
"death_function": { "message": "The %s disintegrates!", "corpse_type": "NO_CORPSE" },
"upgrades": { "half_life": 10, "into": "mon_fungaloid" },
"upgrades": { "age_grow": 21, "into": "mon_fungaloid" },
"flags": [ "STUMBLES", "FLIES", "POISON", "NO_BREATHE", "NOHEAD", "NOGIB" ]
},
{
Expand Down
Loading

0 comments on commit b0d1ff8

Please sign in to comment.