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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user