Skip to content

Commit

Permalink
quail removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Oct 20, 2024
1 parent c600b6d commit afaa0ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 56 deletions.
7 changes: 0 additions & 7 deletions data/mods/TropiCataclysm/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
"proportional": { "volume": 12, "weight": 12, "calories": 12 },
"rot_spawn": { "monster": "mon_rhea_chick" }
},
{
"type": "COMESTIBLE",
"id": "egg_quail",
"name": "quail egg",
"copy-from": "egg_guinea_fowl",
"rot_spawn": { "group": "GROUP_EGG_QUAIL" }
},
{
"type": "COMESTIBLE",
"id": "egg_toucan",
Expand Down
5 changes: 0 additions & 5 deletions data/mods/TropiCataclysm/monstergroups/eggs.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
[
{
"name": "GROUP_EGG_QUAIL",
"type": "monstergroup",
"monsters": [ { "monster": "mon_quail_chick" } ]
},
{
"name": "GROUP_EGG_TINAMOU",
"type": "monstergroup",
Expand Down
4 changes: 1 addition & 3 deletions data/mods/TropiCataclysm/monstergroups/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"monsters": [
{ "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_guinea_pig", "weight": 10, "cost_multiplier": 25, "pack_size": [ 1, 6 ] },
{ "monster": "mon_quail", "weight": 50, "cost_multiplier": 10, "pack_size": [ 1, 16 ] }
{ "monster": "mon_guinea_pig", "weight": 10, "cost_multiplier": 25, "pack_size": [ 1, 6 ] }
]
},
{
Expand All @@ -21,7 +20,6 @@
{ "monster": "mon_capybara", "weight": 10 },
{ "monster": "mon_guinea_pig", "weight": 10 },
{ "monster": "mon_bushdog", "weight": 10 },
{ "monster": "mon_quail", "weight": 10 },
{ "monster": "mon_camel", "weight": 10 },
{ "monster": "mon_boa", "weight": 10 },
{ "monster": "mon_anaconda", "weight": 10 }
Expand Down
1 change: 0 additions & 1 deletion data/mods/TropiCataclysm/monstergroups/wilderness.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
{ "monster": "mon_guinea_pig", "weight": 12, "cost_multiplier": 2, "pack_size": [ 1, 6 ] },
{ "monster": "mon_rhea", "weight": 12, "cost_multiplier": 2, "pack_size": [ 1, 10 ] },
{ "monster": "mon_kangaroo_wallaby", "weight": 12, "cost_multiplier": 2, "pack_size": [ 1, 10 ] },
{ "monster": "mon_quail", "weight": 15, "cost_multiplier": 0, "pack_size": [ 1, 7 ] },
{ "monster": "mon_iguana", "weight": 15, "cost_multiplier": 10 },
{ "monster": "mon_basiliscus", "weight": 15, "cost_multiplier": 10 },
{ "monster": "mon_corytophanes", "weight": 15, "cost_multiplier": 10 },
Expand Down
40 changes: 0 additions & 40 deletions data/mods/TropiCataclysm/monsters/tropical_bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,46 +39,6 @@
"upgrades": { "age_grow": 180, "into": "mon_rhea" },
"//2": "6 months to reach adult size."
},
{
"id": "mon_quail",
"type": "MONSTER",
"name": { "str": "quail" },
"description": "The common quail is one of the smallest domestic birds used for meat and eggs. It originated in Eurasia but can be found worldwide and is raised sometimes for hunting or as an ornamental bird.",
"bodytype": "bird",
"default_faction": "small_animal",
"categories": [ "WILDLIFE" ],
"species": [ "BIRD" ],
"volume": "1 L",
"weight": "96 g",
"hp": 4,
"speed": 150,
"material": [ "flesh" ],
"symbol": "v",
"color": "dark_gray",
"aggression": -99,
"morale": 10,
"melee_dice": 1,
"melee_dice_sides": 1,
"melee_damage": [ { "damage_type": "cut", "amount": 0 } ],
"dodge": 4,
"harvest": "bird_tiny",
"fear_triggers": [ "SOUND", "PLAYER_CLOSE", "FRIEND_ATTACKED", "FRIEND_DIED", "FIRE", "HURT" ],
"reproduction": { "baby_type": { "baby_egg": "egg_quail" }, "baby_count": 7, "baby_timer": 10 },
"biosignature": { "biosig_item": "feces_bird", "biosig_timer": 4 },
"petfood": {
"food": [ "BIRDFOOD" ],
"feed": "The %s seems to like you! It runs around your legs and seems friendly.",
"pet": "The %s runs around your leg."
},
"flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER", "WARM", "FLIES", "SWARMS" ]
},
{
"id": "mon_quail_chick",
"type": "MONSTER",
"copy-from": "mon_chicken_chick",
"name": { "str": "brown chick" },
"upgrades": { "age_grow": 12, "into": "mon_quail" }
},
{
"id": "mon_toucan",
"type": "MONSTER",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
"id": "egg_flamingo",
"type": "MIGRATION",
"replace": "egg_duck"
},
{
"id": "egg_quail",
"type": "MIGRATION",
"replace": "egg_guinea_fowl"
}
]

0 comments on commit afaa0ca

Please sign in to comment.