Skip to content

Commit

Permalink
Merge pull request #77015 from Karol1223/bird-meat
Browse files Browse the repository at this point in the history
Bring back poultry chunks
  • Loading branch information
Maleclypse authored Oct 18, 2024
2 parents b4657eb + 2b625c5 commit 25b17e9
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit 25b17e9

Please sign in to comment.