Buff parrot learn rates and radio chatter (#38984)
* buff parrots * ok but not that smart * oop
This commit is contained in:
@@ -20,7 +20,7 @@ public sealed partial class ParrotMemoryComponent : Component
|
|||||||
/// The % chance an entity with this component learns a phrase when learning is off cooldown
|
/// The % chance an entity with this component learns a phrase when learning is off cooldown
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField]
|
[DataField]
|
||||||
public float LearnChance = 0.4f;
|
public float LearnChance = 0.6f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Time after which another attempt can be made at learning a phrase
|
/// Time after which another attempt can be made at learning a phrase
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ public sealed partial class RadioVocalizerComponent : Component
|
|||||||
/// chance the vocalizing entity speaks on the radio.
|
/// chance the vocalizing entity speaks on the radio.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField]
|
[DataField]
|
||||||
public float RadioAttemptChance = 0.3f;
|
public float RadioAttemptChance = 0.6f;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -906,10 +906,10 @@
|
|||||||
id: MobPollyParrot
|
id: MobPollyParrot
|
||||||
description: An expert in quantum cracker theory
|
description: An expert in quantum cracker theory
|
||||||
components:
|
components:
|
||||||
- type: ParrotMemory
|
|
||||||
learnChance: 0.5 # polly is smarter
|
|
||||||
- type: Vocalizer
|
- type: Vocalizer
|
||||||
maxVocalizeInterval: 240 # polly is chattier
|
maxVocalizeInterval: 240 # polly is chattier
|
||||||
|
- type: RadioVocalizer
|
||||||
|
radioAttemptChance: 0.8 # polly wants to share with the world
|
||||||
- type: Grammar
|
- type: Grammar
|
||||||
attributes:
|
attributes:
|
||||||
proper: true
|
proper: true
|
||||||
|
|||||||
Reference in New Issue
Block a user