diff --git a/Resources/Locale/en-US/_prototypes/_lust/entities/clothing/pants/pants.ftl b/Resources/Locale/en-US/_prototypes/_lust/entities/clothing/pants/pants.ftl index 4823b2fee7b..45f906b9469 100644 --- a/Resources/Locale/en-US/_prototypes/_lust/entities/clothing/pants/pants.ftl +++ b/Resources/Locale/en-US/_prototypes/_lust/entities/clothing/pants/pants.ftl @@ -6,3 +6,5 @@ ent-ClothingPantsWomanNanoTrasenRepresentative = women's thong "Qillu Representa .desc = A formal thong in Qillu representative colors. ent-ClothingPantsManNanoTrasenRepresentative = boxers "Qillu Representative" .desc = Formal boxers in Qillu representative colors. +ent-ClothingPantsManWolf = The Wolf of Wall Street's boxers + .desc = If the wolf was a wolf, he was a wolf to other wolves. But if Wolf means keeping going, then he’s no longer just a wolf — he’s THE WOLF. Adds an incredible amount of aura. diff --git a/Resources/Locale/ru-RU/_prototypes/_lust/entities/clothing/pants/pants.ftl b/Resources/Locale/ru-RU/_prototypes/_lust/entities/clothing/pants/pants.ftl index cfd8416306c..b5ab9807bb7 100644 --- a/Resources/Locale/ru-RU/_prototypes/_lust/entities/clothing/pants/pants.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_lust/entities/clothing/pants/pants.ftl @@ -6,3 +6,5 @@ ent-ClothingPantsWomanNanoTrasenRepresentative = женские стринги .desc = Официальные стринги в расцветке представителя Qillu. ent-ClothingPantsManNanoTrasenRepresentative = боксёры «Представитель Qillu» .desc = Официальные боксёры в расцветке представителя Qillu. +ent-ClothingPantsManWolf = трусы Волка из Уолк Стрит + .desc = Если волк и был волком то волком для волков. А если Волк это идти то он уже не волк - а ВОЛК. Придает невероятную харизму. diff --git a/Resources/Prototypes/_Lust/Catalog/VendingMachines/Inventories/underwearmate.yml b/Resources/Prototypes/_Lust/Catalog/VendingMachines/Inventories/underwearmate.yml index 2dba6d66d7c..e12816e0ead 100644 --- a/Resources/Prototypes/_Lust/Catalog/VendingMachines/Inventories/underwearmate.yml +++ b/Resources/Prototypes/_Lust/Catalog/VendingMachines/Inventories/underwearmate.yml @@ -76,3 +76,5 @@ ClothingThighThin: 4 ClothingThighTrans: 3 ClothingThighUk: 4 + contrabandInventory: + ClothingPantsManWolf: 5 diff --git a/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml b/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml index 41d64e72ecf..ecef5a9e7e0 100644 --- a/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml +++ b/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml @@ -55,3 +55,17 @@ - type: Clothing sprite: _Lust/Clothing/Pants/Man/ntrep.rsi equippedState: male_boxers + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManWolf + name: The Wolf of Wall Street + description: A real wolf's boxers + components: + - type: Sprite + sprite: _Lust/Clothing/Pants/Man/wolf.rsi + state: male_boxers_icon + scale: 0.5, 0.5 + - type: Clothing + sprite: _Lust/Clothing/Pants/Man/wolf.rsi + equippedState: male_boxers diff --git a/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/inhand-left.png b/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/inhand-left.png new file mode 100644 index 00000000000..e4373833882 Binary files /dev/null and b/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/inhand-right.png b/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/inhand-right.png new file mode 100644 index 00000000000..68b132c151a Binary files /dev/null and b/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/male_boxers.png b/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/male_boxers.png new file mode 100644 index 00000000000..a1a3f7c538c Binary files /dev/null and b/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/male_boxers.png differ diff --git a/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/male_boxers_icon.png b/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/male_boxers_icon.png new file mode 100644 index 00000000000..7f3e6ce5722 Binary files /dev/null and b/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/male_boxers_icon.png differ diff --git a/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/meta.json b/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/meta.json new file mode 100644 index 00000000000..cfe650211b6 --- /dev/null +++ b/Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made for Lust by yuzuki.mori (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "male_boxers_icon" + }, + { + "name": "male_boxers", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}