Musician's Tuxedo & Musician's Winter Coat (#10460)

This commit is contained in:
ZeroDiamond
2022-08-14 01:17:37 -04:00
committed by GitHub
parent a15924112d
commit 5da795281b
16 changed files with 80 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
startingInventory:
ClothingOuterWinterClown: 1
ClothingOuterWinterMime: 1
ClothingOuterWinterMusician: 1
ClothingMaskJoy: 2
ClothingHeadHatCardborg: 2
ClothingOuterCardborg: 2

View File

@@ -284,3 +284,14 @@
Slash: 0.8
Piercing: 0.6 #slightly less bulletproof than wardens normal coat
Heat: 0.75
- type: entity
parent: ClothingOuterWinterCoat
id: ClothingOuterWinterMusician
name: musician's winter coat
description: An oversized, plasticine space tuxedo that'll have people asking "do you know me?"
components:
- type: Sprite
sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi

View File

@@ -822,3 +822,14 @@
sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_light.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_light.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitMusician
name: musician's tuxedo
description: A fancy tuxedo for the musically inclined. Perfect for any lounge act!
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/musician.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/musician.rsi

View File

@@ -432,7 +432,7 @@
- ClothingUniformJumpskirtMedicalDoctor
- ClothingUniformJumpsuitMime
- ClothingUniformJumpskirtMime
- ClothingUniformJumpsuitLawyerPurple
- ClothingUniformJumpsuitMusician
- ClothingUniformJumpsuitParamedic
- ClothingUniformJumpskirtParamedic
- ClothingUniformJumpsuitPrisoner

View File

@@ -401,11 +401,11 @@
Cloth: 300
- type: latheRecipe
id: ClothingUniformJumpsuitLawyerPurple ##Musician
id: ClothingUniformJumpsuitMusician
icon:
sprite: Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi
sprite: Clothing/Uniforms/Jumpsuit/musician.rsi
state: icon
result: ClothingUniformJumpsuitLawyerPurple
result: ClothingUniformJumpsuitMusician
completetime: 4
materials:
Cloth: 300

View File

@@ -16,7 +16,7 @@
- type: startingGear
id: MusicianGear
equipment:
jumpsuit: ClothingUniformJumpsuitLawyerPurple
jumpsuit: ClothingUniformJumpsuitMusician
back: ClothingBackpackMusicianFilled
eyes: ClothingEyesGlassesSunglasses
shoes: ClothingShoesColorBlack

Binary file not shown.

After

Width:  |  Height:  |  Size: 989 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by Ian M. Burton, based on the iconic Klaus Nomi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/4daf5d1a1b45fc3fcc4fd9703222159e6c1f38c8, inhands and icon by peptide, edited further by Ian M. Burton",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}