From ecc0da2ce5635fd890be32d3e05f6a47f44fcc9a Mon Sep 17 00:00:00 2001 From: Danger Revolution! <142105406+DangerRevolution@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:43:33 +0100 Subject: [PATCH] Adds Fake Blindfold (#718) # Description ![image](https://github.com/user-attachments/assets/ecd62f8e-1ac9-4795-b672-1fa57417d471) # Changelog :cl: DangerRevolution - add: Adds a new blindfold variant into loadouts. --- Resources/Locale/en-US/loadouts/eyes.ftl | 3 +++ Resources/Prototypes/Entities/Clothing/Eyes/misc.yml | 11 +++++++++++ Resources/Prototypes/Loadouts/eyes.yml | 8 ++++++++ 3 files changed, 22 insertions(+) diff --git a/Resources/Locale/en-US/loadouts/eyes.ftl b/Resources/Locale/en-US/loadouts/eyes.ftl index e1ee7edce70..31d7f49fa03 100644 --- a/Resources/Locale/en-US/loadouts/eyes.ftl +++ b/Resources/Locale/en-US/loadouts/eyes.ftl @@ -1,2 +1,5 @@ loadout-description-LoadoutEyesEyepatch = Eyewear, for the fashionista without an eye. loadout-description-LoadoutEyesBlindfold = Why would you want this? + +loadout-name-LoadoutItemBlindfoldFake = "blindfold" +loadout-description-LoadoutItemBlindfoldFake = This product may not work as advertised. \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml b/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml index 06ff3471727..431459f792e 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml @@ -26,3 +26,14 @@ graph: Blindfold node: blindfold - type: FlashImmunity + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesBlindfoldFake + name: blindfold + description: The bind leading the blind. + components: + - type: Sprite + sprite: Clothing/Eyes/Misc/blindfold.rsi + - type: Clothing + sprite: Clothing/Eyes/Misc/blindfold.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Loadouts/eyes.yml b/Resources/Prototypes/Loadouts/eyes.yml index 02d411be078..8278c3ed49f 100644 --- a/Resources/Prototypes/Loadouts/eyes.yml +++ b/Resources/Prototypes/Loadouts/eyes.yml @@ -50,3 +50,11 @@ exclusive: true items: - ClothingEyesGlassesSunglasses + +- type: loadout + id: LoadoutItemBlindfoldFake + category: Eyes + cost: 2 + exclusive: true + items: + - ClothingEyesBlindfoldFake \ No newline at end of file