Skip to content

Commit

Permalink
grebe
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Aug 17, 2024
1 parent 590de5d commit 63a04dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion data/json/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@
{
"type": "COMESTIBLE",
"id": "egg_grebe",
"name": "grebe egg",
"name": { "str": "horned grebe egg" },
"spoils_in": "12 days",
"copy-from": "egg_chicken",
"rot_spawn": "GROUP_EGG_GREBE"
Expand Down
19 changes: 9 additions & 10 deletions data/json/monsters/bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -666,15 +666,13 @@
{
"id": "mon_grebe",
"type": "MONSTER",
"copy-from": "mon_coot",
"name": { "str": "grebe" },
"description": "A medium sized aquatic bird with a long neck. These birds can be distinguished by their strange leg placement which makes them great at diving.",
"volume": "500 ml",
"weight": "500 g",
"name": { "str": "horned grebe" },
"description": "A medium sized aquatic bird with a long neck. They can be distinguished by their strange leg placement which makes them great at diving.",
"copy-from": "mon_bird_water_base",
"volume": "580 ml",
"weight": "435 g",
"color": "brown",
"reproduction": { "baby_egg": "egg_grebe", "baby_count": 2, "baby_timer": 6 },
"baby_flags": [ "SPRING", "SUMMER" ],
"biosignature": { "biosig_item": "feces_bird", "biosig_timer": 8 }
"reproduction": { "baby_egg": "egg_grebe", "baby_count": 8, "baby_timer": 49 }
},
{
"id": "mon_coot_chick",
Expand All @@ -697,7 +695,8 @@
{
"id": "mon_grebe_chick",
"type": "MONSTER",
"copy-from": "mon_generic_chick",
"upgrades": { "age_grow": 14, "into": "mon_grebe" }
"copy-from": "mon_generic_chick_water",
"upgrades": { "age_grow": 60, "into": "mon_grebe" },
"//": "A year to reach sexual maturity, so lets assume 2/3 of that time to reach roughly adult size."
}
]

0 comments on commit 63a04dd

Please sign in to comment.