Add chameleon voice mask (#14203)
This commit is contained in:
@@ -88,7 +88,7 @@ uplink-hypopen-name = Hypopen
|
|||||||
uplink-hypopen-desc = A chemical hypospray disguised as a pen, capable of instantly injecting up to 15u of reagents. Starts empty.
|
uplink-hypopen-desc = A chemical hypospray disguised as a pen, capable of instantly injecting up to 15u of reagents. Starts empty.
|
||||||
|
|
||||||
uplink-voice-mask-name = Voice Mask
|
uplink-voice-mask-name = Voice Mask
|
||||||
uplink-voice-mask-desc = A gas mask that lets you adjust your voice to whoever you can think of.
|
uplink-voice-mask-desc = A gas mask that lets you adjust your voice to whoever you can think of. Also utilizes cutting-edge chameleon technology.
|
||||||
|
|
||||||
# Implants
|
# Implants
|
||||||
uplink-storage-implanter-name = Storage Implanter
|
uplink-storage-implanter-name = Storage Implanter
|
||||||
|
|||||||
@@ -308,9 +308,9 @@
|
|||||||
id: UplinkVoiceMask
|
id: UplinkVoiceMask
|
||||||
name: uplink-voice-mask-name
|
name: uplink-voice-mask-name
|
||||||
description: uplink-voice-mask-desc
|
description: uplink-voice-mask-desc
|
||||||
productEntity: ClothingMaskGasVoiceMasker
|
productEntity: ClothingMaskGasVoiceChameleon
|
||||||
cost:
|
cost:
|
||||||
Telecrystal: 4
|
Telecrystal: 6
|
||||||
categories:
|
categories:
|
||||||
- UplinkUtility
|
- UplinkUtility
|
||||||
|
|
||||||
|
|||||||
@@ -102,14 +102,6 @@
|
|||||||
Piercing: 0.95
|
Piercing: 0.95
|
||||||
Heat: 0.95
|
Heat: 0.95
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: ClothingMaskGas
|
|
||||||
id: ClothingMaskGasVoiceMasker
|
|
||||||
name: gas mask
|
|
||||||
suffix: Voice Mask
|
|
||||||
components:
|
|
||||||
- type: VoiceMasker
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingMaskPullableBase
|
parent: ClothingMaskPullableBase
|
||||||
id: ClothingMaskBreathMedical
|
id: ClothingMaskBreathMedical
|
||||||
@@ -244,6 +236,6 @@
|
|||||||
sprite: Clothing/Mask/cluwne.rsi
|
sprite: Clothing/Mask/cluwne.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Mask/cluwne.rsi
|
sprite: Clothing/Mask/cluwne.rsi
|
||||||
- type: Unremoveable
|
- type: Unremoveable
|
||||||
- type: AddAccentClothing
|
- type: AddAccentClothing
|
||||||
accent: StutteringAccent
|
accent: StutteringAccent
|
||||||
|
|||||||
@@ -15,8 +15,17 @@
|
|||||||
- type: ChameleonClothing
|
- type: ChameleonClothing
|
||||||
slot: [mask]
|
slot: [mask]
|
||||||
default: ClothingMaskGas
|
default: ClothingMaskGas
|
||||||
|
- type: BreathMask
|
||||||
- type: IdentityBlocker # need that for default ClothingMaskGas
|
- type: IdentityBlocker # need that for default ClothingMaskGas
|
||||||
- type: UserInterface
|
- type: UserInterface
|
||||||
interfaces:
|
interfaces:
|
||||||
- key: enum.ChameleonUiKey.Key
|
- key: enum.ChameleonUiKey.Key
|
||||||
type: ChameleonBoundUserInterface
|
type: ChameleonBoundUserInterface
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingMaskGasChameleon
|
||||||
|
id: ClothingMaskGasVoiceChameleon
|
||||||
|
suffix: Voice Mask, Chameleon
|
||||||
|
components:
|
||||||
|
- type: VoiceMasker
|
||||||
|
default: ClothingMaskGas
|
||||||
|
|||||||
Reference in New Issue
Block a user