From e1c24126e7a6401b072f933fe3a3aaaa973220d5 Mon Sep 17 00:00:00 2001 From: Cheackraze <71046427+Cheackraze@users.noreply.github.com> Date: Sun, 23 Jul 2023 00:58:58 -0400 Subject: [PATCH] nerf husbandry speed --- Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs | 2 +- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs b/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs index 0baeab5251b..2968dea730b 100644 --- a/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs +++ b/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs @@ -14,7 +14,7 @@ public sealed class InfantComponent : Component /// How long the entity remains an infant. /// [DataField("infantDuration")] - public TimeSpan InfantDuration = TimeSpan.FromMinutes(3); + public TimeSpan InfantDuration = TimeSpan.FromMinutes(5); /// /// The base scale of the entity diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index d7948b92ba1..12505ec8a7e 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -428,6 +428,8 @@ - DoorBumpOpener - Cow - type: Reproductive + minBreedAttemptInterval: 300 + maxBreedAttemptInterval: 600 partnerWhitelist: tags: - Cow @@ -564,6 +566,8 @@ - DoorBumpOpener - Goat - type: Reproductive + minBreedAttemptInterval: 300 + maxBreedAttemptInterval: 600 partnerWhitelist: tags: - Goat