Delta-v/Content.Server/Speech
Quantum-cross 5487c41c7a Corrupt borg speech if they are damaged or low power (#35318)
* - Corrupt borg speech the more damaged they are
- Corrupt long borg messages if battery is low or empty

* twiddle values

* Remove RNG based loop, hardcode repeating values for p=0.25 up to 10 repeats.

* Make sure that DamagedSiliconAccentSystem is AFTER ReplacementAccentSystem

* add missing base initializer call

* use Entity<T> pattern for event listener and clarify default values

* Move corruption parameters to datafields

* Add datafields to enable and disable the two types of corruption, and add datafields to override damage values and charge levels to support entities that don't have damageable components or power cells.

* Use nullables for override values

* Move DamagedSiliconAccentComponent to Shared and make it networked

* Add DamagedSiliconAccent to cloning whitelist
2025-03-23 15:45:34 +00:00
..
Components Split ``ReplacementAccentPrototype`` and ``ReplacementAccentComponent`` in different files (#35107) 2025-03-01 12:52:27 +00:00
EntitySystems Corrupt borg speech if they are damaged or low power (#35318) 2025-03-23 15:45:34 +00:00
Muting Moves muted to shared (#25374) 2024-03-05 09:45:27 +01:00
Prototypes Split ``ReplacementAccentPrototype`` and ``ReplacementAccentComponent`` in different files (#35107) 2025-03-01 12:52:27 +00:00
AccentSystem.cs Improved Spanish accent (#30551) 2024-08-09 19:01:53 +01:00
EmotesMenuSystem.cs Emotes Menu (#26702) 2024-05-07 02:19:25 +02:00
ListenEvent.cs IListener and IRadio purge (#11980) 2022-11-15 15:09:27 +11:00
SpeechNoiseSystem.cs Lower speech noise volume & refactor system (#24579) 2024-02-08 11:51:58 +01:00