fish-station/Content.Server/Speech/EntitySystems
Quantum-cross fd59427cb5
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-15 02:31:09 +11:00
..
AddAccentClothingSystem.cs Cloning Refactor and bugfixes (#35555) 2025-03-02 16:50:12 +01:00
BackwardsAccentSystem.cs
BarkAccentSystem.cs
BleatingAccentSystem.cs Add bleating accent to goats (#34273) 2025-01-08 02:00:20 +01:00
BlockListeningSystem.cs
DamagedSiliconAccentSystem.cs Corrupt borg speech if they are damaged or low power (#35318) 2025-03-15 02:31:09 +11:00
FrenchAccentSystem.cs Improved Spanish accent (#30551) 2024-08-08 13:08:28 +10:00
FrontalLispSystem.cs Cache regex instances in most cases (#27699) 2024-05-06 08:57:32 +10:00
GermanAccentSystem.cs Add German accent (#30541) 2024-08-16 01:30:21 +02:00
ListeningSystem.cs
LizardAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-06 08:57:32 +10:00
MeleeSpeechSystem.cs
MobsterAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-06 08:57:32 +10:00
MonkeyAccentSystem.cs
MothAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-06 08:57:32 +10:00
MumbleAccentSystem.cs Fix muzzle accent (#34419) 2025-01-15 01:10:39 +01:00
OwOAccentSystem.cs fixed missing characters in OwO accent (#29047) 2024-07-10 15:25:24 +10:00
ParrotAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-06 08:57:32 +10:00
PirateAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-06 08:57:32 +10:00
RatvarianLanguageSystem.cs
ReplacementAccentSystem.cs Split `ReplacementAccentPrototype and ReplacementAccentComponent` in different files (#35107) 2025-02-12 12:21:12 +01:00
RussianAccentSystem.cs Add replacement words to Russian accent (#30554) 2024-08-09 15:49:38 +10:00
ScrambledAccentSystem.cs Cache regex instances in most cases (#27699) 2024-05-06 08:57:32 +10:00
SkeletonAccentSystem.cs localize skeleton accent (#32166) 2024-09-15 21:49:05 +02:00
SlurredSystem.cs
SouthernAccentSystem.cs Drawl capitalization coldfix (part 2: rise of accidentally commiting to master) (#26639) 2024-06-02 15:13:57 -04:00
SpanishAccentSystem.cs Improved Spanish accent (#30551) 2024-08-08 13:08:28 +10:00
StutteringSystem.cs
UnblockableSpeechSystem.cs
VocalSystem.cs Emotes Menu (#26702) 2024-04-28 21:38:23 -07:00
VoiceOverrideSystem.cs Voice Mask refactor (#30798) 2024-09-26 18:55:59 +02:00