Skip to content

Commit

Permalink
Merge pull request #14 from Corvax-Frontier/ParrotMustSpeak
Browse files Browse the repository at this point in the history
Более говорливые попугаи
  • Loading branch information
Vonsant committed Aug 11, 2024
2 parents 6a4afcb + 003c766 commit 54d662c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Content.Server/_NF/Speech/Components/ParrotSpeechComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ public sealed partial class ParrotSpeechComponent : Component
public int MaximumPhraseLength = 7;

[DataField]
public int MaximumPhraseCount = 10;
public int MaximumPhraseCount = 30; // Corvax 10 -> 30

[DataField]
public int MinimumWait = 120; // 120 / 60 = 2 minutes
public int MinimumWait = 30; // 120 / 60 = 2 minutes // Corvax 30 sec

[DataField]
public int MaximumWait = 300; // 300 / 60 = 5 minutes
public int MaximumWait = 60; // 300 / 60 = 5 minutes // Corvax 1 min

/// <summary>
/// The probability that a parrot will learn from something an overheard phrase.
Expand Down

0 comments on commit 54d662c

Please sign in to comment.