Skip to content

Commit

Permalink
Added cheap sunglasses into ClothesMate (space-wizards#25479)
Browse files Browse the repository at this point in the history
* cheap sunglasses

* Update glasses.yml

* Update Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml

* Fix price

---------

Co-authored-by: metalgearsloth <[email protected]>
Co-authored-by: metalgearsloth <[email protected]>
  • Loading branch information
3 people authored Mar 15, 2024
1 parent cf0da11 commit d370f16
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Cargo/cargo_vending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockClothesFilled
cost: 4900
cost: 6000
category: cargoproduct-category-name-service
group: market

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
ClothingHandsGlovesColorGreen: 2
ClothingHandsGlovesColorOrange: 2
ClothingHandsGlovesColorPurple: 2
ClothingEyesGlassesCheapSunglasses: 3
contrabandInventory:
ClothingMaskNeckGaiter: 2
ClothingUniformJumpsuitTacticool: 1
Expand Down
19 changes: 13 additions & 6 deletions Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,24 +125,31 @@

- 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
- WhitelistChameleon
- 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
Expand Down

0 comments on commit d370f16

Please sign in to comment.