Skip to content

Commit

Permalink
Merge pull request #74914 from Karol1223/worms-but-now-soft
Browse files Browse the repository at this point in the history
[TropiCata] Make velvet worms zombify
  • Loading branch information
Maleclypse authored Jul 6, 2024
2 parents b8aa71b + 0a4cf2f commit 05f9550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/mods/TropiCataclysm/monsters/tropical_insect_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"effects": [ { "id": "corroding", "duration": [ 10, 30 ], "affect_hit_bp": true } ]
}
],
"zombify_into": "mon_meat_cocoon_small",
"upgrades": { "age_grow": 30, "into": "mon_onicophore_giant" },
"anger_triggers": [ "PLAYER_CLOSE", "PLAYER_WEAK" ],
"fear_triggers": [ "FIRE", "HURT" ],
Expand All @@ -307,6 +308,7 @@
"melee_dice_sides": 7,
"melee_damage": [ { "damage_type": "cut", "amount": 6 } ],
"dodge": 4,
"zombify_into": "mon_meat_cocoon_large",
"armor": { "bash": 12, "cut": 5, "bullet": 4 }
},
{
Expand Down

0 comments on commit 05f9550

Please sign in to comment.