Add jester suits (#11451)

* Add jester suits

* Add jester shoes sprites

* make SQUEAK

* inheritance is good, inheritance is good, inheritance is good
This commit is contained in:
Morb
2022-10-24 21:04:55 +03:00
committed by GitHub
parent 345e4ed8d2
commit a08bee4470
29 changed files with 186 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: AutoDrobeInventory id: AutoDrobeInventory
startingInventory: startingInventory:
ClothingHeadHatJester: 1
ClothingUniformJumpsuitJester: 1
ClothingHeadHatJesterAlt: 1
ClothingUniformJumpsuitJesterAlt: 1
ClothingShoesJester: 1
ClothingOuterWinterClown: 1 ClothingOuterWinterClown: 1
ClothingOuterWinterMime: 1 ClothingOuterWinterMime: 1
ClothingOuterWinterMusician: 1 ClothingOuterWinterMusician: 1

View File

@@ -489,3 +489,23 @@
sprite: Clothing/Head/Hats/safarihat.rsi sprite: Clothing/Head/Hats/safarihat.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Head/Hats/safarihat.rsi sprite: Clothing/Head/Hats/safarihat.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatJester
name: jester hat
description: A hat with bells, to add some merriness to the suit.
components:
- type: Sprite
sprite: Clothing/Head/Hats/jester.rsi
- type: Clothing
sprite: Clothing/Head/Hats/jester.rsi
- type: entity
parent: ClothingHeadHatJester
id: ClothingHeadHatJesterAlt
components:
- type: Sprite
sprite: Clothing/Head/Hats/jester2.rsi
- type: Clothing
sprite: Clothing/Head/Hats/jester2.rsi

View File

@@ -130,3 +130,14 @@
description: Stylish black shoes. description: Stylish black shoes.
components: components:
- type: NoSlip - type: NoSlip
- type: entity
parent: ClothingShoesClown
id: ClothingShoesJester
name: jester shoes
description: A court jester's shoes, updated with modern squeaking technology.
components:
- type: Sprite
sprite: Clothing/Shoes/Specific/jester.rsi
- type: Clothing
sprite: Clothing/Shoes/Specific/jester.rsi

View File

@@ -151,6 +151,26 @@
sprite: Clothing/Uniforms/Jumpsuit/clown.rsi sprite: Clothing/Uniforms/Jumpsuit/clown.rsi
femaleMask: UniformTop femaleMask: UniformTop
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitJester
name: jester suit
description: A jolly dress, well suited to entertain your master, nuncle.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/jester.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/jester.rsi
- type: entity
parent: ClothingUniformJumpsuitJester
id: ClothingUniformJumpsuitJesterAlt
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/jester2.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/jester2.rsi
- type: entity - type: entity
parent: ClothingUniformBase parent: ClothingUniformBase
id: ClothingUniformJumpsuitCMO id: ClothingUniformJumpsuitCMO

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3a72dd925f7d6aeec620fe83bc4f88a3d7e5f693, inhand by github:Morb0",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 892 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3a72dd925f7d6aeec620fe83bc4f88a3d7e5f693, inhand by github:Morb0",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3a72dd925f7d6aeec620fe83bc4f88a3d7e5f693",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3a72dd925f7d6aeec620fe83bc4f88a3d7e5f693",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3a72dd925f7d6aeec620fe83bc4f88a3d7e5f693",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}