Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
Co-authored-by: Paul <ritter.paul1@googlemail.com>
This commit is contained in:
Pancake
2021-12-21 12:31:20 -08:00
committed by GitHub
parent f4d8ec1b35
commit f334f4a4b9
9 changed files with 160 additions and 1 deletions

View File

@@ -370,6 +370,7 @@
- type: FireVisualizer
sprite: Mobs/Effects/onfire.rsi
normalState: Monkey_burning
- type: MonkeyAccent
- type: entity
name: mouse

View File

@@ -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

View 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.