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

Animal reproduction fixes #37283

Merged
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
25 changes: 15 additions & 10 deletions data/json/monsters/mammal.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dodge": 2,
"harvest": "mammal_fur",
"special_attacks": [ [ "EAT_FOOD", 60 ] ],
"upgrades": { "age_grow": 42, "into": "mon_bear" }
"upgrades": { "age_grow": 480, "into": "mon_bear" }
},
{
"id": "mon_bear",
Expand Down Expand Up @@ -52,7 +52,8 @@
"placate_triggers": [ "MEAT" ],
"death_function": [ "NORMAL" ],
"harvest": "mammal_large_fur",
"reproduction": { "baby_monster": "mon_bear_cub", "baby_count": 1, "baby_timer": 13 },
"reproduction": { "baby_monster": "mon_bear_cub", "baby_count": 1, "baby_timer": 700 },
"//": "220 days gestation period, the mother and cubs remain together for 16-17 months.",
"baby_flags": [ "SPRING" ],
"special_attacks": [ [ "EAT_FOOD", 20 ] ],
"flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER_1", "WARM", "BLEED", "BASHES", "ATTACKMON" ]
Expand Down Expand Up @@ -430,7 +431,7 @@
"path_settings": { "max_dist": 10 },
"fear_triggers": [ "SOUND", "PLAYER_CLOSE" ],
"death_function": [ "NORMAL" ],
"upgrades": { "age_grow": 14, "into": "mon_deer" },
"upgrades": { "age_grow": 330, "into": "mon_deer" },
"flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER_1", "WARM" ]
},
{
Expand Down Expand Up @@ -461,7 +462,8 @@
"path_settings": { "max_dist": 10 },
"fear_triggers": [ "SOUND", "PLAYER_CLOSE" ],
"death_function": [ "NORMAL" ],
"reproduction": { "baby_monster": "mon_deer_fawn", "baby_count": 1, "baby_timer": 13 },
"reproduction": { "baby_monster": "mon_deer_fawn", "baby_count": 1, "baby_timer": 330 },
"//": " 201 days gestation period. The fawn will stay with its mother for approximately one year, suckling for three to four months.",
"biosignature": { "biosig_item": "feces_manure", "biosig_timer": 12 },
"baby_flags": [ "SPRING", "SUMMER" ],
"special_attacks": [ [ "EAT_CROP", 60 ] ],
Expand Down Expand Up @@ -1637,7 +1639,7 @@
"fear_triggers": [ "SOUND", "PLAYER_CLOSE" ],
"placate_triggers": [ "MEAT" ],
"death_function": [ "NORMAL" ],
"upgrades": { "age_grow": 20, "into": "mon_pig" },
"upgrades": { "age_grow": 38, "into": "mon_pig" },
"biosignature": { "biosig_item": "feces_manure", "biosig_timer": 7 },
"special_attacks": [ [ "EAT_FOOD", 40 ] ],
"flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER_1", "WARM", "KEENNOSE", "BLEED" ]
Expand Down Expand Up @@ -1666,8 +1668,9 @@
"melee_cut": 4,
"dodge": 2,
"harvest": "mammal_large_leather",
"reproduction": { "baby_monster": "mon_pig_piglet", "baby_count": 3, "baby_timer": 10 },
"baby_flags": [ "SPRING", "AUTUMN" ],
"reproduction": { "baby_monster": "mon_pig_piglet", "baby_count": 8, "baby_timer": 154 },
"//": "116 days gestation, 3-5 weeks until the piglets get weaned, 10-30 days of maturation",
"baby_flags": [ "SPRING", "SUMMER", "AUTUMN", "WINTER" ],
"biosignature": { "biosig_item": "feces_manure", "biosig_timer": 2 },
"path_settings": { "max_dist": 10 },
"anger_triggers": [ "PLAYER_WEAK", "FRIEND_ATTACKED" ],
Expand Down Expand Up @@ -1816,7 +1819,8 @@
"fear_triggers": [ "SOUND", "PLAYER_CLOSE", "FRIEND_ATTACKED" ],
"placate_triggers": [ "PLAYER_WEAK" ],
"death_function": [ "NORMAL" ],
"upgrades": { "age_grow": 20, "into": "mon_sheep" },
"upgrades": { "age_grow": 240, "into": "mon_sheep" },
"//": "Puberty reached in 6-9 months.",
"biosignature": { "biosig_item": "feces_manure", "biosig_timer": 7 },
"flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER_1", "WARM" ]
},
Expand Down Expand Up @@ -1844,8 +1848,9 @@
"starting_ammo": { "milk_raw": 2 },
"anger_triggers": [ ],
"harvest": "mammal_large_wool",
"reproduction": { "baby_monster": "mon_sheep_lamb", "baby_count": 1, "baby_timer": 20 },
"baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
"reproduction": { "baby_monster": "mon_sheep_lamb", "baby_count": 1, "baby_timer": 275 },
"//": "Sheep are seasonal breeders. The natural sexual season is positioned so that lambs will be born in the spring when the weather is warmer and grass is available.",
"baby_flags": [ "SPRING" ],
"biosignature": { "biosig_item": "feces_manure", "biosig_timer": 3 },
"fear_triggers": [ "SOUND", "PLAYER_CLOSE", "FRIEND_ATTACKED" ],
"placate_triggers": [ "PLAYER_WEAK" ],
Expand Down