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:
@@ -66,6 +66,7 @@ loadout-group-mime-jumpsuit = Mime jumpsuit
|
||||
loadout-group-mime-backpack = Mime backpack
|
||||
loadout-group-mime-outerclothing = Mime outer clothing
|
||||
|
||||
loadout-group-musician-jumpsuit = Musician jumpsuit
|
||||
loadout-group-musician-outerclothing = Musician outer clothing
|
||||
|
||||
# Cargo
|
||||
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 451 B |
Binary file not shown.
|
After Width: | Height: | Size: 658 B |
Binary file not shown.
|
After Width: | Height: | Size: 646 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Sprited by github:DreamlyJack(624946166152298517)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user