*blinks (#4155)
* Port #1583 from Imp too dumb to cherrypick so hopefully coauthor works well enough Co-Authored-By: wafehling <wafehling@users.noreply.github.com> * newline ops * newline ops AGAIN! * how did this even HAPPEN --------- Co-authored-by: wafehling <wafehling@users.noreply.github.com>
This commit is contained in:
parent
0a099d1425
commit
ef93ebbeef
|
|
@ -0,0 +1,5 @@
|
|||
- files:
|
||||
- blink.ogg
|
||||
license: "CC0-1.0"
|
||||
copyright: "Made by Rarenth on freesound.org."
|
||||
source: "https://freesound.org/people/Rarenth/sounds/787959/"
|
||||
Binary file not shown.
|
|
@ -0,0 +1,4 @@
|
|||
# Names
|
||||
chat-emote-name-blink = Blink
|
||||
# Message
|
||||
chat-emote-msg-blink = blinks
|
||||
|
|
@ -502,6 +502,8 @@
|
|||
volume: -6
|
||||
Salute:
|
||||
collection: Salutes
|
||||
Blink: # Imp
|
||||
collection: Blinks # Imp
|
||||
|
||||
- type: emoteSounds
|
||||
id: DionaBodyEmotes
|
||||
|
|
@ -519,6 +521,8 @@
|
|||
path: /Audio/Voice/Diona/diona_salute.ogg
|
||||
params:
|
||||
volume: -5
|
||||
Blink: # Imp
|
||||
collection: Blinks # Imp
|
||||
|
||||
- type: emoteSounds
|
||||
id: ReptilianBodyEmotes
|
||||
|
|
@ -537,6 +541,8 @@
|
|||
volume: -6
|
||||
Salute:
|
||||
collection: Salutes
|
||||
Blink: # Imp
|
||||
collection: Blinks # Imp
|
||||
|
||||
# mobs
|
||||
- type: emoteSounds
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
- type: soundCollection
|
||||
id: Blinks
|
||||
files:
|
||||
- /Audio/_Impstation/Effects/Emotes/blink.ogg
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
- type: emote
|
||||
id: Blink
|
||||
name: chat-emote-name-blink
|
||||
category: General
|
||||
icon: _Impstation/Interface/Emotes/blink.png #imp
|
||||
chatMessages: ["chat-emote-msg-blink"]
|
||||
chatTriggers:
|
||||
- blink
|
||||
- blinks
|
||||
- blinked
|
||||
|
|
@ -4,3 +4,9 @@
|
|||
license: "CC-BY-SA-4.0"
|
||||
copyright: "Created by Carousel for Impstation"
|
||||
source: "https://github.com/impstation/imp-station-14"
|
||||
|
||||
- files:
|
||||
- blink.png
|
||||
license: "CC0-1.0"
|
||||
copyright: "Created by Rarenth for Impstation"
|
||||
source: "https://github.com/impstation/imp-station-14"
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 234 B |
Loading…
Reference in New Issue