Skip to content

Commit

Permalink
Merge pull request #73 from new-frontiers-14/farmbalance
Browse files Browse the repository at this point in the history
balance animal husbandry
  • Loading branch information
Cheackraze authored Jul 23, 2023
2 parents 12862c2 + e1c2412 commit 4ae534c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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

0 comments on commit 4ae534c

Please sign in to comment.