Accents (#5720)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com> Co-authored-by: Paul <ritter.paul1@googlemail.com>
This commit is contained in:
@@ -370,6 +370,7 @@
|
||||
- type: FireVisualizer
|
||||
sprite: Mobs/Effects/onfire.rsi
|
||||
normalState: Monkey_burning
|
||||
- type: MonkeyAccent
|
||||
|
||||
- type: entity
|
||||
name: mouse
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
normal: corgi
|
||||
crit: corgi_dead
|
||||
dead: corgi_dead
|
||||
- type: ReplacementAccent
|
||||
accent: dog
|
||||
|
||||
- type: entity
|
||||
name: Ian
|
||||
@@ -85,6 +87,8 @@
|
||||
normal: cat
|
||||
crit: cat_dead
|
||||
dead: cat_dead
|
||||
- type: ReplacementAccent
|
||||
accent: cat
|
||||
|
||||
- type: entity
|
||||
name: calico cat
|
||||
|
||||
17
Resources/Prototypes/accents.yml
Normal file
17
Resources/Prototypes/accents.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
- type: accent
|
||||
id: cat
|
||||
words:
|
||||
- Meow!
|
||||
- Mow.
|
||||
- Mrrrow!
|
||||
- Hhsss!
|
||||
- Brrow
|
||||
|
||||
- type: accent
|
||||
id: dog
|
||||
words:
|
||||
- Bark!
|
||||
- Bork!
|
||||
- Woof!
|
||||
- Arf.
|
||||
- Grrr.
|
||||
Reference in New Issue
Block a user