Add default whistle + whistles reorganize (#27676)
* Add default whistle + whistle reorganize * aaa * fux? * fiiiiix??? * Revert "fiiiiix???" This reverts commit 15353465d58db615185afa8c549e1819099c1a5b. * Apply suggestions from code review Co-authored-by: Tayrtahn <tayrtahn@gmail.com> --------- Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
This commit is contained in:
@@ -6,8 +6,12 @@
|
||||
description: Someone forgot to turn off kettle?
|
||||
components:
|
||||
- type: Item
|
||||
sprite: Objects/Fun/whistles.rsi
|
||||
size: Tiny
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/whistles.rsi
|
||||
- type: Clothing
|
||||
sprite: Objects/Fun/whistles.rsi
|
||||
quickEquip: false
|
||||
slots: neck
|
||||
- type: UseDelay
|
||||
@@ -16,7 +20,14 @@
|
||||
sound:
|
||||
collection: BaseWhistle
|
||||
- type: Whistle
|
||||
distance: 5
|
||||
distance: 3
|
||||
|
||||
- type: entity
|
||||
parent: BaseWhistle
|
||||
id: Whistle
|
||||
components:
|
||||
- type: Sprite
|
||||
state: whistle
|
||||
|
||||
- type: entity
|
||||
parent: BaseWhistle
|
||||
@@ -24,10 +35,11 @@
|
||||
description: Sound of it make you feel fear.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/whistle.rsi
|
||||
state: securityWhistle
|
||||
- type: Item
|
||||
sprite: Objects/Fun/whistle.rsi
|
||||
state: sec
|
||||
- type: Clothing
|
||||
equippedPrefix: sec
|
||||
- type: Whistle
|
||||
distance: 5
|
||||
|
||||
- type: entity
|
||||
parent: BaseWhistle
|
||||
@@ -36,13 +48,9 @@
|
||||
description: A whistle used by Syndicate commanders to draw attention. Avanti!
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Neck/Misc/whistles.rsi
|
||||
state: icon
|
||||
state: trench
|
||||
- type: Clothing
|
||||
sprite: Clothing/Neck/Misc/whistles.rsi
|
||||
quickEquip: False
|
||||
slots:
|
||||
- neck
|
||||
equippedPrefix: trench
|
||||
- type: EmitSoundOnUse
|
||||
sound:
|
||||
collection: TrenchWhistle
|
||||
|
||||
@@ -129,6 +129,7 @@
|
||||
- PlushiePenguin
|
||||
- PlushieHuman
|
||||
- ClothingHeadHatCowboyRed
|
||||
- Whistle
|
||||
- type: WiresPanel
|
||||
- type: Wires
|
||||
layoutId: Arcade
|
||||
|
||||
Reference in New Issue
Block a user