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>
@@ -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
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Drawn by Firewatchin on Discord.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by Foleps (discord)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "securityWhistle"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/Fun/whistles.rsi/equipped-NECK.png
Normal file
|
After Width: | Height: | Size: 288 B |
33
Resources/Textures/Objects/Fun/whistles.rsi/meta.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "sec and whistle made by Foleps (discord), trench by Firewatchin (discord)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "whistle"
|
||||
},
|
||||
{
|
||||
"name": "sec-equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "sec"
|
||||
},
|
||||
{
|
||||
"name": "trench-equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "trench"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 595 B |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
BIN
Resources/Textures/Objects/Fun/whistles.rsi/whistle.png
Normal file
|
After Width: | Height: | Size: 593 B |