Buff parrot learn rates and radio chatter (#38984)

* buff parrots

* ok but not that smart

* oop
This commit is contained in:
Crude Oil
2025-07-14 18:55:27 +02:00
committed by GitHub
parent f535a31297
commit dac2537f9c
3 changed files with 4 additions and 4 deletions

View File

@@ -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
/// </summary>
[DataField]
public float LearnChance = 0.4f;
public float LearnChance = 0.6f;
/// <summary>
/// Time after which another attempt can be made at learning a phrase

View File

@@ -10,5 +10,5 @@ public sealed partial class RadioVocalizerComponent : Component
/// chance the vocalizing entity speaks on the radio.
/// </summary>
[DataField]
public float RadioAttemptChance = 0.3f;
public float RadioAttemptChance = 0.6f;
}

View File

@@ -906,10 +906,10 @@
id: MobPollyParrot
description: An expert in quantum cracker theory
components:
- type: ParrotMemory
learnChance: 0.5 # polly is smarter
- type: Vocalizer
maxVocalizeInterval: 240 # polly is chattier
- type: RadioVocalizer
radioAttemptChance: 0.8 # polly wants to share with the world
- type: Grammar
attributes:
proper: true