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

balance animal husbandry #73

Merged
merged 1 commit into from
Jul 23, 2023
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed class InfantComponent : Component
/// How long the entity remains an infant.
/// </summary>
[DataField("infantDuration")]
public TimeSpan InfantDuration = TimeSpan.FromMinutes(3);
public TimeSpan InfantDuration = TimeSpan.FromMinutes(5);

/// <summary>
/// The base scale of the entity
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@
- DoorBumpOpener
- Cow
- type: Reproductive
minBreedAttemptInterval: 300
maxBreedAttemptInterval: 600
partnerWhitelist:
tags:
- Cow
Expand Down Expand Up @@ -564,6 +566,8 @@
- DoorBumpOpener
- Goat
- type: Reproductive
minBreedAttemptInterval: 300
maxBreedAttemptInterval: 600
partnerWhitelist:
tags:
- Goat
Expand Down
Loading