Skip to content

Commit

Permalink
cats can hide (CleverRaven#71554)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetSysFire authored Feb 6, 2024
1 parent 6d7e19f commit f4db8da
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions data/json/monsters/mammal.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,19 +378,8 @@
"melee_damage": [ { "damage_type": "cut", "amount": 1 } ],
"dodge": 14,
"special_attacks": [ { "id": "scratch", "attack_upper": false, "cooldown": 10 } ],
"flags": [
"SEES",
"HEARS",
"GOODHEARING",
"SMELLS",
"ANIMAL",
"CANPLAY",
"PATH_AVOID_DANGER_1",
"WARM",
"HIT_AND_RUN",
"CORNERED_FIGHTER",
"NO_BREED"
],
"extend": { "flags": [ "NO_BREED" ] },
"delete": { "flags": [ "CLIMBS" ] },
"upgrades": { "age_grow": 120, "into": "mon_cat" },
"//": "Kittens do not have their full fur yet and are really sensitive to cold temperature",
"armor": { "cold": 0 }
Expand Down Expand Up @@ -447,6 +436,7 @@
"WARM",
"HIT_AND_RUN",
"CORNERED_FIGHTER",
"SMALL_HIDER",
"CAN_BE_CULLED"
],
"armor": { "cold": 2 }
Expand Down

0 comments on commit f4db8da

Please sign in to comment.