Skip to content

Commit

Permalink
guan
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Dec 6, 2024
1 parent 638fcf0 commit ef9beb6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 3 additions & 2 deletions data/mods/TropiCataclysm/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@
{
"type": "COMESTIBLE",
"id": "egg_guan",
"name": { "str": "guan egg" },
"copy-from": "egg_crow",
"name": { "str": "dusky-legged guan egg" },
"spoils_in": "14 days",
"copy-from": "egg_guinea_fowl",
"rot_spawn": { "monster": "mon_guan_chick" }
},
{
Expand Down
11 changes: 8 additions & 3 deletions data/mods/TropiCataclysm/monsters/tropical_bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,21 @@
{
"id": "mon_guan",
"type": "MONSTER",
"name": { "str": "guan" },
"name": { "str": "dusky-legged guan" },
"description": "A medium-sized speckled bird. Its bright orange wattle contrasts sharply with the rest of its brown body.",
"copy-from": "mon_bird_flying_base",
"reproduction": { "baby_type": { "baby_egg": "egg_guan" }, "baby_count": 2, "baby_timer": 6 }
"volume": "1600 ml",
"weight": "1200 g",
"hp": 3,
"harvest": "bird_small",
"reproduction": { "baby_type": { "baby_egg": "egg_guan" }, "baby_count": 2, "baby_timer": 208 }
},
{
"id": "mon_guan_chick",
"type": "MONSTER",
"copy-from": "mon_generic_chick",
"upgrades": { "age_grow": 10, "into": "mon_guan" }
"upgrades": { "age_grow": 180, "into": "mon_guan" },
"//": "Some sources say 6-8 months to reach independence for most guan chicks (others say 2 years, who do I trust?)"
},
{
"id": "mon_curassow",
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 @@ -7,10 +7,10 @@
[
[ "egg_rhea", 1 ],
[ "egg_seriema", 1 ],
[ "egg_guan", 1 ],
[ "egg_toucan", 3 ],
[ "egg_macaw", 3 ],
[ "egg_chachalaca", 3 ],
[ "egg_guan", 3 ],
[ "egg_curassow", 3 ],
[ "egg_parrot", 6 ],
[ "egg_great_kiskadee", 6 ],
Expand Down

0 comments on commit ef9beb6

Please sign in to comment.