Added cheap sunglasses into ClothesMate (#25479)
* cheap sunglasses * Update glasses.yml * Update Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml * Fix price --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||||
state: base
|
state: base
|
||||||
product: CrateVendingMachineRestockClothesFilled
|
product: CrateVendingMachineRestockClothesFilled
|
||||||
cost: 4900
|
cost: 6000
|
||||||
category: cargoproduct-category-name-service
|
category: cargoproduct-category-name-service
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
|||||||
@@ -82,6 +82,7 @@
|
|||||||
ClothingHandsGlovesColorGreen: 2
|
ClothingHandsGlovesColorGreen: 2
|
||||||
ClothingHandsGlovesColorOrange: 2
|
ClothingHandsGlovesColorOrange: 2
|
||||||
ClothingHandsGlovesColorPurple: 2
|
ClothingHandsGlovesColorPurple: 2
|
||||||
|
ClothingEyesGlassesCheapSunglasses: 3
|
||||||
contrabandInventory:
|
contrabandInventory:
|
||||||
ClothingMaskNeckGaiter: 2
|
ClothingMaskNeckGaiter: 2
|
||||||
ClothingUniformJumpsuitTacticool: 1
|
ClothingUniformJumpsuitTacticool: 1
|
||||||
|
|||||||
@@ -125,17 +125,14 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingEyesBase
|
parent: ClothingEyesBase
|
||||||
id: ClothingEyesGlassesSunglasses
|
id: ClothingEyesGlassesCheapSunglasses
|
||||||
name: sun glasses
|
name: cheap sunglasses
|
||||||
description: A pair of black sunglasses.
|
description: A pair of black sunglasses. Doesn't block light well, more of an accessory than something useful.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Eyes/Glasses/sunglasses.rsi
|
sprite: Clothing/Eyes/Glasses/sunglasses.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Eyes/Glasses/sunglasses.rsi
|
sprite: Clothing/Eyes/Glasses/sunglasses.rsi
|
||||||
- type: FlashImmunity
|
|
||||||
- type: EyeProtection
|
|
||||||
protectionTime: 5
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- HamsterWearable
|
- HamsterWearable
|
||||||
@@ -143,6 +140,16 @@
|
|||||||
- type: IdentityBlocker
|
- type: IdentityBlocker
|
||||||
coverage: EYES
|
coverage: EYES
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingEyesGlassesCheapSunglasses
|
||||||
|
id: ClothingEyesGlassesSunglasses
|
||||||
|
name: sun glasses
|
||||||
|
description: A pair of black sunglasses.
|
||||||
|
components:
|
||||||
|
- type: FlashImmunity
|
||||||
|
- type: EyeProtection
|
||||||
|
protectionTime: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingEyesBase
|
parent: ClothingEyesBase
|
||||||
id: ClothingEyesGlassesSecurity
|
id: ClothingEyesGlassesSecurity
|
||||||
|
|||||||
Reference in New Issue
Block a user