diff --git a/Resources/Audio/_Impstation/Effects/Emotes/attributions.yml b/Resources/Audio/_Impstation/Effects/Emotes/attributions.yml new file mode 100644 index 0000000000..c75a230139 --- /dev/null +++ b/Resources/Audio/_Impstation/Effects/Emotes/attributions.yml @@ -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/" diff --git a/Resources/Audio/_Impstation/Effects/Emotes/blink.ogg b/Resources/Audio/_Impstation/Effects/Emotes/blink.ogg new file mode 100644 index 0000000000..7142205c6b Binary files /dev/null and b/Resources/Audio/_Impstation/Effects/Emotes/blink.ogg differ diff --git a/Resources/Locale/en-US/_Impstation/chat/emotes.ftl b/Resources/Locale/en-US/_Impstation/chat/emotes.ftl new file mode 100644 index 0000000000..bb4421411e --- /dev/null +++ b/Resources/Locale/en-US/_Impstation/chat/emotes.ftl @@ -0,0 +1,4 @@ +# Names +chat-emote-name-blink = Blink +# Message +chat-emote-msg-blink = blinks diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index b5353f6ca5..0fb974d141 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -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 diff --git a/Resources/Prototypes/_Impstation/SoundCollections/emotes.yml b/Resources/Prototypes/_Impstation/SoundCollections/emotes.yml new file mode 100644 index 0000000000..7d9e3a19f0 --- /dev/null +++ b/Resources/Prototypes/_Impstation/SoundCollections/emotes.yml @@ -0,0 +1,4 @@ +- type: soundCollection + id: Blinks + files: + - /Audio/_Impstation/Effects/Emotes/blink.ogg diff --git a/Resources/Prototypes/_Impstation/Voice/speech_emotes.yml b/Resources/Prototypes/_Impstation/Voice/speech_emotes.yml new file mode 100644 index 0000000000..a6b438a2a9 --- /dev/null +++ b/Resources/Prototypes/_Impstation/Voice/speech_emotes.yml @@ -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 diff --git a/Resources/Textures/_Impstation/Interface/Emotes/attributions.yml b/Resources/Textures/_Impstation/Interface/Emotes/attributions.yml index dc86ad5ba9..d2aa6cf9c1 100644 --- a/Resources/Textures/_Impstation/Interface/Emotes/attributions.yml +++ b/Resources/Textures/_Impstation/Interface/Emotes/attributions.yml @@ -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" diff --git a/Resources/Textures/_Impstation/Interface/Emotes/blink.png b/Resources/Textures/_Impstation/Interface/Emotes/blink.png new file mode 100644 index 0000000000..8966c114ec Binary files /dev/null and b/Resources/Textures/_Impstation/Interface/Emotes/blink.png differ