Adds Syndie pyjamas (#6438)

This commit is contained in:
Zymem
2022-02-04 18:16:31 -03:00
committed by GitHub
parent 7d7e963f72
commit 8b7c79203e
34 changed files with 251 additions and 1 deletions

View File

@@ -146,3 +146,25 @@
- id: BikeHorn
- id: ClownPDA
- id: ClothingHeadsetService
- type: entity
parent: ClothingBackpackDuffelSyndicate
id: ClothingBackpackDuffelSyndicatePyjamaBundle
name: syndicate pyjama duffel bag
description: "Contains 3 syndicate pyjamas."
components:
- type: StorageFill
contents:
- id: ClothingUniformJumpsuitPyjamaSyndicateRed
- id: ClothingUniformJumpsuitPyjamaSyndicateBlack
- id: ClothingUniformJumpsuitPyjamaSyndicatePink
- id: ClothingHeadPyjamaSyndicateRed
- id: ClothingHeadPyjamaSyndicateBlack
- id: ClothingHeadPyjamaSyndicatePink
- id: ClothingShoesSlippers
amount: 3
- id: BedsheetSyndie
amount: 3
- id: PlushieCarp
- id: PlushieNuke
- id: PlushieLizard

View File

@@ -270,3 +270,9 @@
category: Misc
itemId: ClothingBackpackDuffelSyndicateCostumeClown
price: 4
- type: uplinkListing
id: UplinkCostumePyjama
category: Misc
itemId: ClothingBackpackDuffelSyndicatePyjamaBundle
price: 4

View File

@@ -373,3 +373,36 @@
sprite: Clothing/Head/Hats/truckershat.rsi
- type: Clothing
sprite: Clothing/Head/Hats/truckershat.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadPyjamaSyndicateBlack
name: syndicate black pyjama hat
description: For keeping that traitor head of yours warm.
components:
- type: Sprite
sprite: Clothing/Head/Hats/pyjamasyndicateblack.rsi
- type: Clothing
sprite: Clothing/Head/Hats/pyjamasyndicateblack.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadPyjamaSyndicatePink
name: syndicate pink pyjama hat
description: For keeping that traitor head of yours warm.
components:
- type: Sprite
sprite: Clothing/Head/Hats/pyjamasyndicatepink.rsi
- type: Clothing
sprite: Clothing/Head/Hats/pyjamasyndicatepink.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadPyjamaSyndicateRed
name: syndicate red pyjama hat
description: For keeping that traitor head of yours warm.
components:
- type: Sprite
sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi
- type: Clothing
sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi

View File

@@ -645,4 +645,37 @@
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi
sprite: Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitPyjamaSyndicateBlack
name: black syndicate pyjamas
description: For those long nights in perma.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicateblack.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicateblack.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitPyjamaSyndicatePink
name: pink syndicate pyjamas
description: For those long nights in perma.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicatepink.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicatepink.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitPyjamaSyndicateRed
name: red syndicate pyjamas
description: For those long nights in perma.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicatered.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicatered.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 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/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"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: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 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/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"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: 693 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 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/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"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: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 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/c838ba21dae97db345e0113f99596decd1d66039",
"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.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 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/c838ba21dae97db345e0113f99596decd1d66039",
"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.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 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/c838ba21dae97db345e0113f99596decd1d66039",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}