Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring back poultry chunks #77015

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions data/json/monsters/bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"copy-from": "mon_bird_flightless_base",
"volume": "2667 ml",
"weight": "2 kg",
"harvest": "bird_small",
"hp": 5,
"speed": 95,
"color": "white",
Expand Down Expand Up @@ -190,6 +191,7 @@
"copy-from": "mon_bird_flying_base",
"volume": "1960 ml",
"weight": "1470 g",
"harvest": "bird_small",
"hp": 4,
"color": "dark_gray",
"stomach_size": 50,
Expand Down Expand Up @@ -286,6 +288,7 @@
"copy-from": "mon_bird_water_base",
"volume": "1387 ml",
"weight": "1040 g",
"harvest": "bird_small",
"hp": 2,
"color": "brown",
"reproduction": { "baby_type": { "baby_egg": "egg_duck" }, "baby_count": 13, "baby_timer": 88 },
Expand All @@ -312,6 +315,7 @@
"looks_like": "mon_duck",
"volume": "2400 ml",
"weight": "1800 g",
"harvest": "bird_small",
"hp": 4,
"color": "white",
"reproduction": { "baby_type": { "baby_egg": "egg_duck_domestic" }, "baby_count": 8, "baby_timer": 14 },
Expand Down Expand Up @@ -342,6 +346,7 @@
"copy-from": "mon_bird_water_base",
"volume": "5333 ml",
"weight": "4 kg",
"harvest": "bird_small",
"hp": 11,
"aggression": 0,
"morale": 15,
Expand All @@ -358,6 +363,7 @@
"copy-from": "mon_bird_flying_base",
"volume": "8 L",
"weight": "6 kg",
"harvest": "bird_small",
"//": "3.6-5.4kg for females, 6.8-11kg for males. We don't differentiate genders, so lets take a rough middle ground.",
"hp": 16,
"speed": 140,
Expand All @@ -384,6 +390,7 @@
"looks_like": "mon_turkey",
"volume": "10667 ml",
"weight": "8 kg",
"harvest": "bird_small",
"hp": 20,
"color": "white",
"reproduction": { "baby_type": { "baby_egg": "egg_turkey_domestic" }, "baby_count": 10, "baby_timer": 21 },
Expand Down Expand Up @@ -413,6 +420,7 @@
"copy-from": "mon_bird_flying_base",
"volume": "1467 ml",
"weight": "1100 g",
"harvest": "bird_small",
"//": "0.9kg for females, 1.2kg for males. We don't differentiate genders, so lets take a rough middle ground.",
"hp": 3,
"speed": 140,
Expand Down Expand Up @@ -605,6 +613,7 @@
"copy-from": "mon_bird_water_base",
"volume": "5 L",
"weight": "3750 g",
"harvest": "bird_small",
"hp": 10,
"looks_like": "mon_goose_canadian",
"aggression": 1,
Expand Down Expand Up @@ -684,6 +693,7 @@
"default_faction": "bird_small_waterfowl_predator",
"volume": "2467 ml",
"weight": "1850 g",
"harvest": "bird_small",
"hp": 5,
"speed": 110,
"reproduction": { "baby_type": { "baby_egg": "egg_cormorant" }, "baby_count": 7, "baby_timer": 98 }
Expand Down Expand Up @@ -745,6 +755,7 @@
"copy-from": "mon_bird_flightless_base",
"volume": "1735 ml",
"weight": "1300 g",
"harvest": "bird_small",
"hp": 3,
"reproduction": { "baby_type": { "baby_egg": "egg_guinea_fowl" }, "baby_count": 5, "baby_timer": 14 },
"baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
Expand Down
Loading