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