From a05768dd2a9ed4b87624e1990ab83610350c112e Mon Sep 17 00:00:00 2001 From: Xaritscin <76923928+Xaritscin@users.noreply.github.com> Date: Sat, 12 Mar 2022 17:59:37 -0500 Subject: [PATCH 1/2] Update misc.json removed mod goats from monstegroups --- data/mods/TropiCataclysm/monstergroups/misc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/mods/TropiCataclysm/monstergroups/misc.json b/data/mods/TropiCataclysm/monstergroups/misc.json index 683c6a59a7d74..a8a5270b05b8e 100644 --- a/data/mods/TropiCataclysm/monstergroups/misc.json +++ b/data/mods/TropiCataclysm/monstergroups/misc.json @@ -9,7 +9,6 @@ { "monster": "mon_goose", "weight": 10, "cost_multiplier": 25, "pack_size": [ 1, 6 ] }, { "monster": "mon_llama", "weight": 50, "cost_multiplier": 25, "pack_size": [ 1, 8 ] }, { "monster": "mon_camel", "weight": 50, "cost_multiplier": 25, "pack_size": [ 1, 4 ] }, - { "monster": "mon_goat", "weight": 50, "cost_multiplier": 25, "pack_size": [ 1, 12 ] }, { "monster": "mon_guinea_pig", "weight": 10, "cost_multiplier": 25, "pack_size": [ 1, 6 ] }, { "monster": "mon_turkey", "weight": 10, "cost_multiplier": 25, "pack_size": [ 1, 6 ] }, { "monster": "mon_duck", "weight": 50, "cost_multiplier": 10, "pack_size": [ 1, 12 ] }, @@ -34,7 +33,6 @@ { "monster": "mon_quail", "weight": 10 }, { "monster": "mon_camel", "weight": 10 }, { "monster": "mon_llama", "weight": 10 }, - { "monster": "mon_goat", "weight": 10 }, { "monster": "mon_boa", "weight": 10 }, { "monster": "mon_anaconda", "weight": 10 }, { "monster": "mon_woodlouse", "weight": 10 }, From 902780d60f093a7652e1b7cec906c593cfecdac4 Mon Sep 17 00:00:00 2001 From: Xaritscin <76923928+Xaritscin@users.noreply.github.com> Date: Sat, 12 Mar 2022 18:01:09 -0500 Subject: [PATCH 2/2] Update tropical_mammal.json removed goats from mod as a new goat monster was added to vanilla game --- .../monsters/tropical_mammal.json | 46 ------------------- 1 file changed, 46 deletions(-) diff --git a/data/mods/TropiCataclysm/monsters/tropical_mammal.json b/data/mods/TropiCataclysm/monsters/tropical_mammal.json index c75112348b3c1..3a73427d28407 100644 --- a/data/mods/TropiCataclysm/monsters/tropical_mammal.json +++ b/data/mods/TropiCataclysm/monsters/tropical_mammal.json @@ -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",