parent
58034069b7
commit
6862b53131
|
|
@ -44,6 +44,7 @@ chat-emote-msg-clap = claps!
|
|||
chat-emote-msg-snap = snaps fingers
|
||||
chat-emote-msg-salute = salute
|
||||
chat-emote-msg-deathgasp = seizes up and falls limp, {POSS-ADJ($entity)} eyes dead and lifeless...
|
||||
chat-emote-msg-deathgasp-monkey = lets out a faint chimper as {SUBJECT($entity)} collapses and stops moving...
|
||||
chat-emote-msg-buzz = buzz!
|
||||
chat-emote-msg-chirp = chirps!
|
||||
chat-emote-msg-beep = beeps.
|
||||
|
|
|
|||
|
|
@ -1167,6 +1167,8 @@
|
|||
templateId: monkey
|
||||
speciesId: monkey
|
||||
- type: InventorySlots
|
||||
- type: Deathgasp
|
||||
prototype: MonkeyDeathgasp
|
||||
- type: Cuffable
|
||||
- type: RotationVisuals
|
||||
defaultRotation: 90
|
||||
|
|
|
|||
|
|
@ -348,6 +348,12 @@
|
|||
chatTriggers:
|
||||
- deathgasp
|
||||
|
||||
- type: emote
|
||||
id: MonkeyDeathgasp
|
||||
name: chat-emote-name-deathgasp
|
||||
icon: Interface/Actions/scream.png
|
||||
chatMessages: ["chat-emote-msg-deathgasp-monkey"]
|
||||
|
||||
- type: emote
|
||||
id: Buzz
|
||||
name: chat-emote-name-buzz
|
||||
|
|
|
|||
Loading…
Reference in New Issue