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:
lzk
2024-05-05 16:42:35 +02:00
committed by GitHub
parent 45fc6bed2f
commit ead78b72d2
11 changed files with 53 additions and 44 deletions

View File

@@ -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

View File

@@ -129,6 +129,7 @@
- PlushiePenguin
- PlushieHuman
- ClothingHeadHatCowboyRed
- Whistle
- type: WiresPanel
- type: Wires
layoutId: Arcade

View File

@@ -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"
}
]
}

View File

@@ -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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

View 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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

Before

Width:  |  Height:  |  Size: 595 B

After

Width:  |  Height:  |  Size: 595 B

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B