Skip to content

Commit

Permalink
domestic duck
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Aug 18, 2024
1 parent 3fef53d commit febf8ed
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/json/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@
"vitamins": [ [ "iron", "3 mg" ], [ "calcium", "45 mg" ], [ "egg_allergen", 1 ] ],
"rot_spawn": "GROUP_EGG_DUCK"
},
{
"type": "COMESTIBLE",
"id": "egg_duck_domestic",
"name": { "str": "domestic duck egg" },
"copy-from": "egg_duck",
"rot_spawn": "GROUP_EGG_DUCK_DOMESTIC"
},
{
"type": "COMESTIBLE",
"id": "egg_goose_canadian",
Expand Down
5 changes: 5 additions & 0 deletions data/json/monstergroups/eggs.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@
"type": "monstergroup",
"monsters": [ { "monster": "mon_duck_chick" } ]
},
{
"name": "GROUP_EGG_DUCK_DOMESTIC",
"type": "monstergroup",
"monsters": [ { "monster": "mon_duck_domestic_chick" } ]
},
{
"name": "GROUP_EGG_GOOSE_CANADIAN",
"type": "monstergroup",
Expand Down
30 changes: 30 additions & 0 deletions data/json/monsters/bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,36 @@
"upgrades": { "age_grow": 60, "into": "mon_duck" },
"//": "A year to reach sexual maturity, so lets assume 2/3 of that time to reach roughly adult size."
},
{
"id": "mon_duck_domestic",
"type": "MONSTER",
"name": { "str": "domestic duck" },
"description": "A domestic variety of the common mallard sporting while plumage.",
"copy-from": "mon_bird_water_base",
"volume": "2400 ml",
"weight": "1800 g",
"hp": 6,
"color": "white",
"reproduction": { "baby_egg": "egg_duck_domestic", "baby_count": 8, "baby_timer": 14 },
"baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
"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_duck_domestic_chick",
"type": "MONSTER",
"copy-from": "mon_generic_chick_water",
"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."
},
"upgrades": { "age_grow": 49, "into": "mon_duck_domestic" },
"//": "28 weeks to start laying eggs for pekins."
},
{
"id": "mon_goose_canadian",
"type": "MONSTER",
Expand Down
1 change: 1 addition & 0 deletions data/json/requirements/cooking_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
[ "egg_waxwing", 17 ],
[ "egg_chickadee", 34 ],
[ "egg_duck", 1 ],
[ "egg_duck_domestic", 1 ],
[ "egg_goose_canadian", 1 ],
[ "egg_turkey", 1 ],
[ "egg_turkey_domestic", 1 ],
Expand Down

0 comments on commit febf8ed

Please sign in to comment.