Skip to content

Commit

Permalink
Merge pull request #75694 from sonphantrung/patch-1
Browse files Browse the repository at this point in the history
fungal infected ferals have lower speed
  • Loading branch information
Maleclypse authored Aug 16, 2024
2 parents d06c2d8 + e2afef8 commit 7936d7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/json/monsters/feral_humans.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
"id": "mon_feral_human_pipe_fungal_infected",
"type": "MONSTER",
"copy-from": "mon_feral_human_pipe",
"speed": 90,
"upgrades": { "age_grow": 4, "into": "mon_feral_human_pipe_fungal_corpse" },
"burn_into": "mon_starer_pipe",
"extend": { "flags": [ "NO_FUNG_DMG" ], "species": [ "FUNGUS" ] }
Expand All @@ -182,6 +183,7 @@
"id": "mon_feral_human_crowbar_fungal_infected",
"type": "MONSTER",
"copy-from": "mon_feral_human_crowbar",
"speed": 90,
"upgrades": { "age_grow": 4, "into": "mon_feral_human_crowbar_fungal_corpse" },
"burn_into": "mon_starer_crowbar",
"extend": { "flags": [ "NO_FUNG_DMG" ], "species": [ "FUNGUS" ] }
Expand All @@ -190,6 +192,7 @@
"id": "mon_feral_human_axe_fungal_infected",
"type": "MONSTER",
"copy-from": "mon_feral_human_axe",
"speed": 90,
"upgrades": { "age_grow": 4, "into": "mon_feral_human_axe_fungal_corpse" },
"burn_into": "mon_starer_axe",
"extend": { "flags": [ "NO_FUNG_DMG" ], "species": [ "FUNGUS" ] }
Expand Down Expand Up @@ -563,6 +566,7 @@
"id": "mon_feral_cop_fungal_infected",
"type": "MONSTER",
"copy-from": "mon_feral_cop",
"speed": 85,
"description": "A maddened and crazed police officer infected by the fungus. Their body armor is overgrown with fungal matter. Though obviously in pain they don't seem any less keen to batter you to death with their baton.",
"extend": { "flags": [ "NO_FUNG_DMG" ], "species": [ "FUNGUS" ] }
},
Expand Down

0 comments on commit 7936d7b

Please sign in to comment.