Skip to content

Commit

Permalink
Merge pull request #56065 from Xaritscin/TropiCata-0.6f
Browse files Browse the repository at this point in the history
TropiCata: remove goats from mod
  • Loading branch information
Rivet-the-Zombie authored Mar 13, 2022
2 parents 679f478 + 902780d commit a7c2d6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
2 changes: 0 additions & 2 deletions data/mods/TropiCataclysm/monstergroups/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] },
Expand All @@ -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 },
Expand Down
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 a7c2d6d

Please sign in to comment.