From: shamp <140359015+shampunj@users.noreply.github.com> Date: Fri, 15 Mar 2024 03:56:33 +0000 (+0300) Subject: Added cheap sunglasses into ClothesMate (#25479) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d370f16e04fc12c8fa2b89c41c3fce12225334b4;p=space-station-14.git 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 --- diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index 8d87979696..dda462abec 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -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 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 727f07110a..eecbbf8990 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -82,6 +82,7 @@ ClothingHandsGlovesColorGreen: 2 ClothingHandsGlovesColorOrange: 2 ClothingHandsGlovesColorPurple: 2 + ClothingEyesGlassesCheapSunglasses: 3 contrabandInventory: ClothingMaskNeckGaiter: 2 ClothingUniformJumpsuitTacticool: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 5b6380cb0e..e8cf01cb10 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -125,17 +125,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 @@ -143,6 +140,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