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> (cherry picked from commit d370f16e04fc12c8fa2b89c41c3fce12225334b4)
This commit is contained in:
parent
e339c2c50c
commit
e9bdb23d28
|
|
@ -33,7 +33,7 @@
|
|||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||
state: base
|
||||
product: CrateVendingMachineRestockClothesFilled
|
||||
cost: 7250 #DeltaV
|
||||
cost: 8000 #DeltaV
|
||||
category: cargoproduct-category-name-service
|
||||
group: market
|
||||
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@
|
|||
ClothingHandsGlovesColorGreen: 2
|
||||
ClothingHandsGlovesColorOrange: 2
|
||||
ClothingHandsGlovesColorPurple: 2
|
||||
ClothingEyesGlassesCheapSunglasses: 3
|
||||
contrabandInventory:
|
||||
ClothingMaskNeckGaiter: 2
|
||||
ClothingUniformJumpsuitTacticool: 1
|
||||
|
|
|
|||
|
|
@ -129,17 +129,14 @@
|
|||
|
||||
- type: entity
|
||||
parent: ClothingEyesBase
|
||||
id: ClothingEyesGlassesSunglasses
|
||||
name: sun glasses
|
||||
description: A pair of black sunglasses.
|
||||
id: ClothingEyesGlassesCheapSunglasses
|
||||
name: cheap sunglasses
|
||||
description: A pair of black sunglasses. Doesn't block light well, more of an accessory than something useful.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Eyes/Glasses/sunglasses.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Eyes/Glasses/sunglasses.rsi
|
||||
- type: FlashImmunity
|
||||
- type: EyeProtection
|
||||
protectionTime: 5
|
||||
- type: Tag
|
||||
tags:
|
||||
- HamsterWearable
|
||||
|
|
@ -148,6 +145,16 @@
|
|||
- type: IdentityBlocker
|
||||
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
|
||||
parent: ClothingEyesBase
|
||||
id: ClothingEyesGlassesSecurity
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4af67b1394556dae369d3180b1dcc5bf129dcc85
|
||||
Subproject commit 2b6381c332793b6207db2d865234674f36824bbe
|
||||
Loading…
Reference in New Issue