Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More IPC Fixes #2886

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
- type: Speech
speechVerb: Robotic
speechSounds: Borg
allowedEmotes: ['Buzz', 'Beep', 'Chime', 'Buzz-Two', 'Ping']
- type: Vocal
sounds:
Unsexed: UnisexSilicon
Expand Down
30 changes: 5 additions & 25 deletions Resources/Prototypes/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,7 @@
name: chat-emote-name-buzz
category: Vocal
icon: Interface/Emotes/buzz.png
whitelist:
requireAll: true
components:
- BorgChassis
- Vocal
available: false # DeltaV - Old whitelist replaced with allowedEmotes in ipc.yml and base_borg_chassis.yml
chatMessages: ["chat-emote-msg-buzz"]
chatTriggers:
- buzzing
Expand Down Expand Up @@ -369,11 +365,7 @@
name: chat-emote-name-beep
category: Vocal
icon: Interface/Emotes/beep.png
whitelist:
requireAll: true
components:
- BorgChassis
- Vocal
available: false # DeltaV - Old whitelist replaced with allowedEmotes in ipc.yml and base_borg_chassis.yml
chatMessages: ["chat-emote-msg-beep"]
chatTriggers:
- beep
Expand All @@ -386,11 +378,7 @@
name: chat-emote-name-chime
category: Vocal
icon: Interface/Emotes/chime.png
whitelist:
requireAll: true
components:
- BorgChassis
- Vocal
available: false # DeltaV - Old whitelist replaced with allowedEmotes in ipc.yml and base_borg_chassis.yml
chatMessages: ["chat-emote-msg-chime"]
chatTriggers:
- chime
Expand All @@ -403,11 +391,7 @@
name: chat-emote-name-buzztwo
category: Vocal
icon: Interface/Emotes/buzztwo.png
whitelist:
requireAll: true
components:
- BorgChassis
- Vocal
available: false # DeltaV - Old whitelist replaced with allowedEmotes in ipc.yml and base_borg_chassis.yml
chatMessages: ["chat-emote-msg-buzzestwo"]
chatTriggers:
- buzztwice
Expand All @@ -426,11 +410,7 @@
name: chat-emote-name-ping
category: Vocal
icon: Interface/Emotes/ping.png
whitelist:
requireAll: true
components:
- BorgChassis
- Vocal
available: false # DeltaV - Old whitelist replaced with allowedEmotes in ipc.yml and base_borg_chassis.yml
chatMessages: ["chat-emote-msg-ping"]
chatTriggers:
- ping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
id: AdminAssistantPDA
pocket1: RubberStampAdminAssistant
pocket2: AccessConfigurator # To assist with secure closets access configurations / airlock configs should a head need it.
ears: ClothingHeadsetAdminAssistant
Spielern marked this conversation as resolved.
Show resolved Hide resolved
storage:
back:
- Flash
4 changes: 4 additions & 0 deletions Resources/Prototypes/_EE/Entities/Mobs/Player/ipc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
90: 0.5
120: 0.3
- type: SiliconDownOnDead
- type: Speech
allowedEmotes: ['Boop', 'Whirr', 'Buzz', 'Beep', 'Chime', 'Buzz-Two', 'Ping']
- type: Deathgasp
prototype: SiliconDeathgasp
- type: Inventory
templateId: ipc
- type: GuideHelp
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/_EE/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
name: chat-emote-name-deathgasp
icon: Interface/Emotes/deathgasp.png
chatMessages: ["chat-emote-msg-deathgasp-silicon"]
chatTriggers:
- sdeathgasp

- type: emote
id: Boop
name: chat-emote-name-boop
category: Vocal
available: false
chatMessages: [ boops ]
chatTriggers:
- boops

- type: emote
id: Whirr # uncategorized as it is generic
name: chat-emote-name-whirr
available: false
chatMessages: [ whirrs ]
chatTriggers:
- whirrs
- whirrs
Loading