Skip to content

Commit

Permalink
canada goose
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Aug 17, 2024
1 parent 243d372 commit 1ff4084
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
18 changes: 10 additions & 8 deletions data/json/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,12 @@
{
"type": "COMESTIBLE",
"id": "egg_goose_canadian",
"name": { "str": "goose egg" },
"spoils_in": "14 days",
"name": { "str": "Canada goose egg" },
"copy-from": "egg_chicken",
"calories": 266,
"volume": "130 ml",
"weight": "143 g",
"vitamins": [ [ "calcium", 9 ], [ "iron", 29 ] ],
"spoils_in": "15 days",
"proportional": { "volume": 3.26, "weight": 3.26 },
"calories": 302,
"vitamins": [ [ "iron", "6 mg" ], [ "calcium", "98 mg" ], [ "egg_allergen", 1 ] ],
"rot_spawn": "GROUP_EGG_GOOSE_CANADIAN"
},
{
Expand Down Expand Up @@ -1194,8 +1193,11 @@
{
"type": "COMESTIBLE",
"id": "egg_goose",
"name": "goose egg",
"copy-from": "egg_goose_canadian",
"name": { "str": "Domestic goose egg" },
"copy-from": "egg_chicken",
"proportional": { "volume": 2.88, "weight": 2.88 },
"calories": 266,
"vitamins": [ [ "iron", "5 mg" ], [ "calcium", "86 mg" ], [ "egg_allergen", 1 ] ],
"rot_spawn": "GROUP_EGG_GOOSE"
},
{
Expand Down
27 changes: 12 additions & 15 deletions data/json/monsters/bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,22 +277,18 @@
{
"id": "mon_goose_canadian",
"type": "MONSTER",
"copy-from": "mon_duck",
"name": { "str": "goose", "str_pl": "geese" },
"description": "A Canada goose; a common waterfowl that regrets leaving Canada.",
"volume": "5 L",
"weight": "3750 g",
"hp": 15,
"name": { "str": "Canada goose", "str_pl": "Canada geese" },
"description": "A common type of waterfowl that regrets leaving Canada.",
"copy-from": "mon_bird_water_base",
"volume": "5333 ml",
"weight": "4 kg",
"hp": 14,
"aggression": 0,
"morale": 15,
"aggro_character": false,
"dodge": 3,
"melee_damage": [ { "damage_type": "cut", "amount": 1 } ],
"anger_triggers": [ "PLAYER_CLOSE", "FRIEND_ATTACKED" ],
"fear_triggers": [ "FRIEND_DIED", "FIRE" ],
"reproduction": { "baby_egg": "egg_goose_canadian", "baby_count": 3, "baby_timer": 10 },
"baby_flags": [ "SPRING" ],
"biosignature": { "biosig_item": "feces_bird", "biosig_timer": 4 }
"fear_triggers": [ "FRIEND_DIED", "FIRE", "HURT" ],
"reproduction": { "baby_egg": "egg_goose_canadian", "baby_count": 10, "baby_timer": 350 },
"baby_flags": [ "SPRING" ]
},
{
"id": "mon_turkey",
Expand Down Expand Up @@ -422,8 +418,9 @@
{
"id": "mon_goose_canadian_chick",
"type": "MONSTER",
"copy-from": "mon_duck_chick",
"upgrades": { "age_grow": 16, "into": "mon_goose_canadian" }
"copy-from": "mon_generic_chick_water",
"upgrades": { "age_grow": 135, "into": "mon_goose_canadian" },
"//": "A year to reach independence, 2-3 years to reach sexual maturity, so lets assume 1.5 years to reach full size."
},
{
"id": "mon_crow_mutant_small",
Expand Down

0 comments on commit 1ff4084

Please sign in to comment.