Southern accent (#26543)

* created the AccentComponent and the AccentSystem

* word replacement schtuhff

* made it a trait fr ongg!!1

* Update Content.Server/Speech/EntitySystems/SouthernAccentSystem.cs

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
UBlueberry
2024-03-31 00:39:40 -04:00
committed by GitHub
parent 32bd6630ef
commit 6b7427e3ee
6 changed files with 72 additions and 0 deletions

View File

@@ -367,6 +367,15 @@
accent-cowboy-words-98: accent-cowboy-replacement-98
accent-cowboy-words-99: accent-cowboy-replacement-99
- type: accent
id: southern
wordReplacements:
accent-southern-words-1: accent-southern-words-replace-1
accent-southern-words-2: accent-southern-words-replace-2
accent-southern-words-3: accent-southern-words-replace-3
accent-southern-words-4: accent-southern-words-replace-4
accent-southern-words-5: accent-southern-words-replace-5
accent-southern-words-6: accent-southern-words-replace-6
# For the chat sanitization system
- type: accent

View File

@@ -16,3 +16,10 @@
- type: MothAccent
- type: ReplacementAccent
accent: dwarf
- type: trait
id: Southern
name: trait-southern-name
description: trait-southern-desc
components:
- type: SouthernAccent