Skip to content

Commit

Permalink
Update tropical_mammal.json
Browse files Browse the repository at this point in the history
removed goats from mod as a new goat monster was added to vanilla game
  • Loading branch information
Xaritscin authored Mar 12, 2022
1 parent a05768d commit 902780d
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions data/mods/TropiCataclysm/monsters/tropical_mammal.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,52 +484,6 @@
"petfood": { "food": [ "CATTLEFOOD" ], "feed": "The %s seems to like you! It lets you pat its head and seems friendly." },
"flags": [ "SEES", "SMELLS", "HEARS", "WARM", "ANIMAL", "PATH_AVOID_DANGER_1" ]
},
{
"id": "mon_goat_kid",
"type": "MONSTER",
"name": { "str": "goat kid" },
"description": "A baby goat. very popular among children due to their playful behavior, except for the headbutting.",
"copy-from": "mon_sheep_lamb",
"looks_like": "mon_goat",
"symbol": "g",
"color": "white",
"harvest": "mammal_small_fur",
"upgrades": { "age_grow": 240, "into": "mon_goat" }
},
{
"id": "mon_goat",
"type": "MONSTER",
"name": { "str_sp": "goat" },
"description": "A small to medium browsing herbivore related to the sheep known for their particular antics and climbing skills. Goats are considered to be the oldest domesticated cattle in the historical record.",
"default_faction": "herbivore",
"bodytype": "dog",
"categories": [ "WILDLIFE" ],
"species": [ "MAMMAL" ],
"volume": "81500 ml",
"weight": "81500 g",
"hp": 90,
"speed": 90,
"material": [ "flesh" ],
"symbol": "G",
"color": "white",
"melee_skill": 3,
"melee_dice": 1,
"melee_dice_sides": 6,
"melee_cut": 2,
"dodge": 2,
"starting_ammo": { "milk_raw": 5 },
"anger_triggers": [ ],
"harvest": "mammal_large_fur",
"reproduction": { "baby_monster": "mon_goat_kid", "baby_count": 1, "baby_timer": 275 },
"//": "Goats use the same reproduction parameters as sheep as they were domesticated on the same places with the same seasons.",
"baby_flags": [ "SPRING" ],
"biosignature": { "biosig_item": "feces_manure", "biosig_timer": 3 },
"fear_triggers": [ "SOUND", "PLAYER_CLOSE", "FRIEND_ATTACKED" ],
"placate_triggers": [ "PLAYER_WEAK" ],
"special_attacks": [ [ "EAT_CROP", 120 ] ],
"petfood": { "food": [ "CATTLEFOOD" ], "feed": "The %s seems to like you! It lets you pat its head and seems friendly." },
"flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER_1", "WARM", "PET_WONT_FOLLOW", "MILKABLE" ]
},
{
"id": "mon_kangaroo_joey",
"type": "MONSTER",
Expand Down

0 comments on commit 902780d

Please sign in to comment.