Musician's skirt (#29203)
* Sprites&Meta * Changing prototypes * Adding to Theater vend * Sprite_Change * Sprite_Change * Prototype_Changes Is this exactly how it should be?... * FUCKING FIX * weh --------- Co-authored-by: Арт <123451459+JustArt1m@users.noreply.github.com>
This commit is contained in:
@@ -832,3 +832,14 @@
|
||||
sprite: Clothing/Uniforms/Jumpskirt/olddress.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpskirt/olddress.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformSkirtBase
|
||||
id: ClothingUniformJumpskirtMusician
|
||||
name: musician's skirt
|
||||
description: A fancy skirt for the musically inclined. Perfect for any lounge act!
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpskirt/musician.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpskirt/musician.rsi
|
||||
|
||||
@@ -1,3 +1,22 @@
|
||||
# Jumpsuit
|
||||
- type: loadout
|
||||
id: MusicianJumpsuit
|
||||
equipment: MusicianJumpsuit
|
||||
|
||||
- type: startingGear
|
||||
id: MusicianJumpsuit
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitMusician
|
||||
|
||||
- type: loadout
|
||||
id: MusicianJumpskirt
|
||||
equipment: MusicianJumpskirt
|
||||
|
||||
- type: startingGear
|
||||
id: MusicianJumpskirt
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpskirtMusician
|
||||
|
||||
# Outerclothing
|
||||
- type: loadout
|
||||
id: MusicianWintercoat
|
||||
|
||||
@@ -429,6 +429,13 @@
|
||||
loadouts:
|
||||
- MimeWintercoat
|
||||
|
||||
- type: loadoutGroup
|
||||
id: MusicianJumpsuit
|
||||
name: loadout-group-musician-jumpsuit
|
||||
loadouts:
|
||||
- MusicianJumpsuit
|
||||
- MusicianJumpskirt
|
||||
|
||||
- type: loadoutGroup
|
||||
id: MusicianOuterClothing
|
||||
name: loadout-group-musician-outerclothing
|
||||
|
||||
@@ -137,6 +137,7 @@
|
||||
- type: roleLoadout
|
||||
id: JobMusician
|
||||
groups:
|
||||
- MusicianJumpsuit
|
||||
- CommonBackpack
|
||||
- MusicianOuterClothing
|
||||
- Glasses
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
- type: startingGear
|
||||
id: MusicianGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitMusician
|
||||
eyes: ClothingEyesGlassesSunglasses
|
||||
shoes: ClothingShoesBootsLaceup
|
||||
id: MusicianPDA
|
||||
|
||||
Reference in New Issue
Block a user