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
sound:
collection: BaseWhistle
- type: Whistle
- distance: 5
+ distance: 3
+
+- type: entity
+ parent: BaseWhistle
+ id: Whistle
+ components:
+ - type: Sprite
+ state: whistle
- type: entity
parent: BaseWhistle
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
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
- PlushiePenguin
- PlushieHuman
- ClothingHeadHatCowboyRed
+ - Whistle
- type: WiresPanel
- type: Wires
layoutId: Arcade
+++ /dev/null
-{
- "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"
- }
- ]
-}
+++ /dev/null
-{
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Made by Foleps (discord)",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "securityWhistle"
- }
- ]
-}
--- /dev/null
+{
+ "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"
+ }
+ ]
+}