This commit is contained in:
Swept
2020-05-12 02:08:39 -07:00
parent d1a6933e2e
commit a0e839a6ad
122 changed files with 1326 additions and 79 deletions

View File

@@ -35,10 +35,10 @@
- type: Instrument
program: 1
- type: Sprite
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: piano
- type: Icon
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: piano
- type: entity
@@ -49,10 +49,10 @@
- type: Instrument
program: 7
- type: Sprite
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: minimoog
- type: Icon
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: minimoog
- type: entity
@@ -63,8 +63,8 @@
- type: Instrument
program: 13
- type: Sprite
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: xylophone
- type: Icon
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: xylophone

View File

@@ -6,7 +6,6 @@
- type: Clothing
Slots: [belt]
- type: entity
parent: BeltBase
id: UtilityBeltClothing
@@ -14,15 +13,15 @@
description: Belt for holding all your usual tools
components:
- type: Sprite
sprite: Clothing/belt_utility.rsi
sprite: Clothing/Belts/belt_utility.rsi
state: utilitybelt
- type: Icon
sprite: Clothing/belt_utility.rsi
sprite: Clothing/Belts/belt_utility.rsi
state: utilitybelt
- type: Clothing
Size: 50
QuickEquip: false
sprite: Clothing/belt_utility.rsi
sprite: Clothing/Belts/belt_utility.rsi
- type: Storage
Capacity: 40 # Full tool loadout is 35, plus an extra
@@ -31,4 +30,20 @@
parent: UtilityBeltClothing
components:
- type: UtilityBeltClothingFill
- type: entity
parent: BeltBase
id: SuspendersClothing
name: Suspenders
description: For holding your pants up.
components:
- type: Sprite
sprite: Clothing/Belts/suspenders.rsi
state: icon
- type: Icon
sprite: Clothing/Belts/suspenders.rsi
state: icon
- type: Clothing
Size: 50
QuickEquip: false
sprite: Clothing/Belts/suspenders.rsi

View File

@@ -5,12 +5,12 @@
description: The radio to keep up to date in real time with fun onboard station activities
components:
- type: Sprite
sprite: Clothing/headset.rsi
sprite: Clothing/Earpieces/headset.rsi
state: headset
- type: Icon
sprite: Clothing/headset.rsi
sprite: Clothing/Earpieces/headset.rsi
state: headset
- type: Clothing
Slots:
- ears
sprite: Clothing/headset.rsi
sprite: Clothing/Earpieces/headset.rsi

View File

@@ -17,10 +17,10 @@
sprite: Clothing/meson_scanners.rsi
state: meson
- type: Icon
sprite: Clothing/meson_scanners.rsi
sprite: Clothing/Glasses/meson_scanners.rsi
state: meson
- type: Clothing
sprite: Clothing/meson_scanners.rsi
sprite: Clothing/Glasses/meson_scanners.rsi
- type: entity
@@ -30,13 +30,13 @@
description: Useful both for security and cargonia
components:
- type: Sprite
sprite: Clothing/sunglasses.rsi
sprite: Clothing/Glasses/sunglasses.rsi
state: sunglasses
- type: Icon
sprite: Clothing/sunglasses.rsi
sprite: Clothing/Glasses/sunglasses.rsi
state: sunglasses
- type: Clothing
sprite: Clothing/sunglasses.rsi
sprite: Clothing/Glasses/sunglasses.rsi
- type: entity
parent: GlassesBase
@@ -45,10 +45,10 @@
description: Strangely ancient technology used to help provide rudimentary eye cover. Enhanced shielding blocks many flashes. Often worn by budget security officers.
components:
- type: Sprite
sprite: Clothing/sunglasses_sec.rsi
sprite: Clothing/Glasses/sunglasses_sec.rsi
state: icon
- type: Icon
sprite: Clothing/sunglasses_sec.rsi
sprite: Clothing/Glasses/sunglasses_sec.rsi
state: icon
- type: Clothing
sprite: Clothing/sunglasses_sec.rsi
sprite: Clothing/Glasses/sunglasses_sec.rsi

View File

@@ -766,6 +766,19 @@
- type: Clothing
sprite: Clothing/Gloves/s_ninjan.rsi
- type: entity
parent: GlovesBase
id: GlovesWhite
name: White Gloves
description:
components:
- type: Sprite
sprite: Clothing/Gloves/white.rsi
- type: Icon
sprite: Clothing/Gloves/white.rsi
- type: Clothing
sprite: Clothing/Gloves/white.rsi
- type: entity
parent: GlovesBase
id: GlovesYellow

View File

@@ -6,6 +6,20 @@
- type: Clothing
Slots: [mask]
- type: entity
parent: MasksBase
id: OldGasMaskClothing
name: Old Gas Mask
description: An old, dusty mask. Yet still dutifully functional.
components:
- type: Sprite
sprite: Clothing/Masks/mask_gasalt.rsi
state: icon
- type: Icon
sprite: Clothing/Masks/mask_gasalt.rsi
state: icon
- type: Clothing
sprite: Clothing/Masks/mask_gasalt.rsi
- type: entity
parent: MasksBase
@@ -14,14 +28,13 @@
description: Regulations require these to be stocked after the fourth coolant leak
components:
- type: Sprite
sprite: Clothing/gas_mask.rsi
state: gas_mask
sprite: Clothing/Masks/mask_gas.rsi
state: icon
- type: Icon
sprite: Clothing/gas_mask.rsi
state: gas_mask
sprite: Clothing/Masks/mask_gas.rsi
state: icon
- type: Clothing
sprite: Clothing/gas_mask.rsi
sprite: Clothing/Masks/mask_gas.rsi
- type: entity
parent: MasksBase
@@ -30,13 +43,13 @@
description: Might as well keep this on 24/7
components:
- type: Sprite
sprite: Clothing/mask_breath.rsi
state: breath
sprite: Clothing/Masks/mask_breath.rsi
state: icon
- type: Icon
sprite: Clothing/mask_breath.rsi
state: breath
sprite: Clothing/Masks/mask_breath.rsi
state: icon
- type: Clothing
sprite: Clothing/mask_breath.rsi
sprite: Clothing/Masks/mask_breath.rsi
- type: entity
parent: MasksBase
@@ -45,10 +58,40 @@
description: A true prankster's facial attire. A clown is incomplete without his wig and mask.
components:
- type: Sprite
sprite: Clothing/mask_clown.rsi
sprite: Clothing/Masks/mask_clown.rsi
state: icon
- type: Icon
sprite: Clothing/mask_clown.rsi
sprite: Clothing/Masks/mask_clown.rsi
state: icon
- type: Clothing
sprite: Clothing/mask_clown.rsi
sprite: Clothing/Masks/mask_clown.rsi
- type: entity
parent: MasksBase
id: MaskJoy
name: Joy Mask
description:
components:
- type: Sprite
sprite: Clothing/Masks/mask_joy.rsi
state: icon
- type: Icon
sprite: Clothing/Masks/mask_joy.rsi
state: icon
- type: Clothing
sprite: Clothing/Masks/mask_joy.rsi
- type: entity
parent: MasksBase
id: MaskMime
name: Mime Mask
description:
components:
- type: Sprite
sprite: Clothing/Masks/mask_mime.rsi
state: icon
- type: Icon
sprite: Clothing/Masks/mask_mime.rsi
state: icon
- type: Clothing
sprite: Clothing/Masks/mask_mime.rsi

View File

@@ -245,6 +245,23 @@
- type: Clothing
sprite: Clothing/Uniforms/uniform_rd.rsi
- type: entity
parent: UniformBase
id: UniformMime
name: Mime's Clothes
description: ...
components:
- type: Sprite
sprite: Clothing/Uniforms/uniform_mime.rsi
state: icon
- type: Icon
sprite: Clothing/Uniforms/uniform_mime.rsi
state: icon
- type: Clothing
sprite: Clothing/Uniforms/uniform_mime.rsi
- type: entity
parent: UniformBase
id: UniformHoS

View File

@@ -19,9 +19,15 @@
- type: Instrument
program: 2
- type: Sprite
texture: Objects/Instruments/musician.rsi/h_synthesizer.png
sprite: Objects/Instruments/h_synthesizer.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/h_synthesizer.png
sprite: Objects/Instruments/h_synthesizer.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/h_synthesizer.rsi
- type: entity
name: Acoustic Guitar
@@ -31,9 +37,14 @@
- type: Instrument
program: 25
- type: Sprite
texture: Objects/Instruments/musician.rsi/guitar.png
sprite: Objects/Instruments/guitar.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/guitar.png
sprite: Objects/Instruments/guitar.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/guitar.rsi
- type: entity
name: Violin
@@ -43,9 +54,14 @@
- type: Instrument
program: 40
- type: Sprite
texture: Objects/Instruments/musician.rsi/violin.png
sprite: Objects/Instruments/violin.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/violin.png
sprite: Objects/Instruments/violin.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/violin.rsi
- type: entity
name: Trumpet
@@ -55,9 +71,9 @@
- type: Instrument
program: 56
- type: Sprite
texture: Objects/Instruments/musician.rsi/trumpet.png
texture: Objects/Instruments/otherinstruments.rsi/trumpet.png
- type: Icon
texture: Objects/Instruments/musician.rsi/trumpet.png
texture: Objects/Instruments/otherinstruments.rsi/trumpet.png
- type: entity
name: Electric Guitar
@@ -67,9 +83,14 @@
- type: Instrument
program: 27
- type: Sprite
texture: Objects/Instruments/musician.rsi/eguitar.png
sprite: Objects/Instruments/eguitar.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/eguitar.png
sprite: Objects/Instruments/eguitar.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/eguitar.rsi
- type: entity
name: Accordion
@@ -79,9 +100,14 @@
- type: Instrument
program: 21
- type: Sprite
texture: Objects/Instruments/musician.rsi/accordion.png
sprite: Objects/Instruments/accordion.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/accordion.png
sprite: Objects/Instruments/accordion.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/accordion.rsi
- type: entity
name: Harmonica
@@ -91,9 +117,14 @@
- type: Instrument
program: 22
- type: Sprite
texture: Objects/Instruments/musician.rsi/harmonica.png
sprite: Objects/Instruments/harmonica.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/harmonica.png
sprite: Objects/Instruments/harmonica.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/harmonica.rsi
- type: entity
name: Recorder
@@ -103,9 +134,14 @@
- type: Instrument
program: 74
- type: Sprite
texture: Objects/Instruments/musician.rsi/recorder.png
sprite: Objects/Instruments/recorder.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/recorder.png
sprite: Objects/Instruments/recorder.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/recorder.rsi
- type: entity
name: Trombone
@@ -115,9 +151,14 @@
- type: Instrument
program: 57
- type: Sprite
texture: Objects/Instruments/musician.rsi/trombone.png
sprite: Objects/Instruments/trombone.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/trombone.png
sprite: Objects/Instruments/trombone.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/trombone.rsi
- type: entity
name: Saxophone
@@ -127,9 +168,14 @@
- type: Instrument
program: 67
- type: Sprite
texture: Objects/Instruments/musician.rsi/saxophone.png
sprite: Objects/Instruments/saxophone.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/saxophone.png
sprite: Objects/Instruments/saxophone.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/saxophone.rsi
- type: entity
name: Glockenspiel
@@ -139,6 +185,11 @@
- type: Instrument
program: 9
- type: Sprite
texture: Objects/Instruments/musician.rsi/glockenspiel.png
sprite: Objects/Instruments/glockenspiel.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/glockenspiel.png
sprite: Objects/Instruments/glockenspiel.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/glockenspiel.rsi