Skip to content

Commit

Permalink
curassow
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Dec 6, 2024
1 parent ef9beb6 commit f5e5dc1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/mods/TropiCataclysm/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
"id": "egg_guan",
"name": { "str": "dusky-legged guan egg" },
"spoils_in": "14 days",
"copy-from": "egg_guinea_fowl",
"copy-from": "egg_chicken",
"rot_spawn": { "monster": "mon_guan_chick" }
},
{
"type": "COMESTIBLE",
"id": "egg_curassow",
"name": { "str": "curassow egg" },
"name": { "str": "bare-faced curassow egg" },
"copy-from": "egg_crow",
"rot_spawn": { "monster": "mon_curassow_chick" }
},
Expand Down
10 changes: 7 additions & 3 deletions data/mods/TropiCataclysm/monsters/tropical_bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,19 @@
{
"id": "mon_curassow",
"type": "MONSTER",
"name": { "str": "curassow" },
"name": { "str": "bare-faced curassow" },
"description": "This black bird carries itself oddly proudly, despite the ridiculous mohawk-like fringe on the top of its head.",
"copy-from": "mon_bird_flying_base",
"reproduction": { "baby_type": { "baby_egg": "egg_curassow" }, "baby_count": 2, "baby_timer": 6 }
"volume": "2667 ml",
"weight": "2 kg",
"hp": 5,
"harvest": "bird_small",
"reproduction": { "baby_type": { "baby_egg": "egg_curassow" }, "baby_count": 2, "baby_timer": 395 }
},
{
"id": "mon_curassow_chick",
"type": "MONSTER",
"copy-from": "mon_generic_chick",
"upgrades": { "age_grow": 10, "into": "mon_curassow" }
"upgrades": { "age_grow": 365, "into": "mon_curassow" }
}
]
2 changes: 1 addition & 1 deletion data/mods/TropiCataclysm/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
[ "egg_rhea", 1 ],
[ "egg_seriema", 1 ],
[ "egg_guan", 1 ],
[ "egg_curassow", 1 ],
[ "egg_toucan", 3 ],
[ "egg_macaw", 3 ],
[ "egg_chachalaca", 3 ],
[ "egg_curassow", 3 ],
[ "egg_parrot", 6 ],
[ "egg_great_kiskadee", 6 ],
[ "egg_tinamou", 6 ],
Expand Down

0 comments on commit f5e5dc1

Please sign in to comment.