Skip to content

Commit

Permalink
macaw
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Aug 17, 2024
1 parent 1d94481 commit 37d0cb3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 40 deletions.
8 changes: 4 additions & 4 deletions data/mods/TropiCataclysm/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
{
"type": "COMESTIBLE",
"id": "egg_macaw",
"name": "macaw egg",
"copy-from": "egg_bird",
"rot_spawn": "GROUP_EGG_MACAW",
"rot_spawn_chance": 70
"name": { "str": "blue-and-yellow macaw egg" },
"spoils_in": "13 days",
"copy-from": "egg_crow",
"rot_spawn": "GROUP_EGG_MACAW"
},
{
"type": "COMESTIBLE",
Expand Down
51 changes: 16 additions & 35 deletions data/mods/TropiCataclysm/monsters/tropical_bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,45 +167,26 @@
{
"id": "mon_macaw",
"type": "MONSTER",
"name": { "str": "macaw" },
"description": "A medium to large bird with bright colored plumage and a short hooked beak. These are the largest flying parrots in the world, living usually in the thickest rainforests.",
"bodytype": "bird",
"default_faction": "small_animal",
"categories": [ "WILDLIFE" ],
"species": [ "BIRD" ],
"volume": "1000 ml",
"weight": "900 g",
"hp": 25,
"speed": 140,
"material": [ "flesh" ],
"symbol": "v",
"color": "brown",
"aggression": -99,
"morale": -8,
"melee_dice": 1,
"melee_dice_sides": 1,
"melee_damage": [ { "damage_type": "cut", "amount": 0 } ],
"dodge": 4,
"harvest": "bird_small",
"fear_triggers": [ "SOUND", "PLAYER_CLOSE", "FRIEND_ATTACKED", "FRIEND_DIED", "FIRE", "HURT" ],
"reproduction": { "baby_egg": "egg_macaw", "baby_count": 5, "baby_timer": 14 },
"baby_flags": [ "SPRING" ],
"biosignature": { "biosig_item": "feces_bird", "biosig_timer": 8 },
"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", "CANPLAY" ]
"name": { "str": "blue-and-yellow macaw" },
"description": "A large parrot sporting beautiful blue plumage. Intelligent and often kept as a pet.",
"copy-from": "mon_bird_flying_base",
"volume": "1800 ml",
"weight": "1350 g",
"hp": 8,
"color": "light_blue",
"reproduction": { "baby_egg": "egg_macaw", "baby_count": 3, "baby_timer": 116 }
},
{
"id": "mon_macaw_chick",
"type": "MONSTER",
"copy-from": "mon_crow_chick",
"name": { "str": "brown chick" },
"volume": "240 ml",
"weight": "20 g",
"upgrades": { "age_grow": 11, "into": "mon_macaw" }
"copy-from": "mon_generic_chick",
"upgrades": { "age_grow": 23, "into": "mon_macaw" },
"//": "3 months to reach independence.",
"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."
}
},
{
"id": "mon_tinamou",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/TropiCataclysm/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"id": "eggs_bird",
"type": "requirement",
"extend": { "components": [ [ [ "egg_toucan", 3 ], [ "egg_parrot", 6 ] ] ] }
"extend": { "components": [ [ [ "egg_toucan", 3 ], [ "egg_parrot", 6 ], [ "egg_macaw", 3 ] ] ] }
}
]

0 comments on commit 37d0cb3

Please sign in to comment.