From 7a1c78de6d5ad02461fd7a99fded1e7c90ba693c Mon Sep 17 00:00:00 2001 From: Wardex Date: Thu, 20 Aug 2026 16:15:42 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D1=82=D1=80=D1=83=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_lust/entities/clothing/pants/pants.ftl | 2 ++ .../_lust/entities/clothing/pants/pants.ftl | 2 ++ .../Inventories/underwearmate.yml | 1 + .../_Lust/Entities/Clothing/Pants/pants.yml | 13 +++++++++ .../Pants/Man/wolf.rsi/inhand-left.png | Bin 0 -> 218 bytes .../Pants/Man/wolf.rsi/inhand-right.png | Bin 0 -> 442 bytes .../Pants/Man/wolf.rsi/male_boxers.png | Bin 0 -> 622 bytes .../Pants/Man/wolf.rsi/male_boxers_icon.png | Bin 0 -> 1253 bytes .../Clothing/Pants/Man/wolf.rsi/meta.json | 26 ++++++++++++++++++ 9 files changed, 44 insertions(+) create mode 100644 Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/inhand-left.png create mode 100644 Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/inhand-right.png create mode 100644 Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/male_boxers.png create mode 100644 Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/male_boxers_icon.png create mode 100644 Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/meta.json 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..c73f5109a9d 100644 --- a/Resources/Prototypes/_Lust/Catalog/VendingMachines/Inventories/underwearmate.yml +++ b/Resources/Prototypes/_Lust/Catalog/VendingMachines/Inventories/underwearmate.yml @@ -2,6 +2,7 @@ id: UnderwearMateInventory startingInventory: # Мужские трусы + ClothingPantsManWolf: 5 ClothingPantsManBoxers: 5 ClothingPantsManBriefs: 4 ClothingPantsManCommie: 4 diff --git a/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml b/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml index 41d64e72ecf..9c9f763fc07 100644 --- a/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml +++ b/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml @@ -55,3 +55,16 @@ - 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 + - 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 0000000000000000000000000000000000000000..e4373833882bb6e1bcdc15562081731dff87665a GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|rg*wIhE&XX zduti9uE-^}m_dyq2oH|G%1-q2YHWb4-N7))O)dazMH~ MUHx3vIVCg!06axh2LJ#7 literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..68b132c151a583f53a60b2df3dd84df5cbbd287c GIT binary patch literal 442 zcmV;r0Y(0aP)Px$bV)=(RCt{2*)fiTFc1aM?-dOfpmpJb6S$z^3bdRy5_h1b;3Tunu9VFZY?5(o z#D7w%ATu7@Ggbl+5fKp)5fKp)5#6!Y$~caqHJ*t4`J~b`jr4sVd_fg@zF9unTAjO;WQn{Eico*r*+#5m=5Q8uQLz0?tzX zUsXg6$f>9Vq`VqG6D)$MudTU{SX37{x-wgn%CWjJqTArJmD-wEsgvCjm4Ll%dZyLh zlB5XcKG#PS)dg}$b`?HSGjhtZS4;Yx;qpg-3HbC2ORE7%iePDz+@rn&&NO*|H9$WB zx!c-Nyb9+IAh*jWV7CpvdSyLRCs4fySZn3y56ROM0ktDwt(CTI(KLPx%C`m*?RCt{2+COXCKp4mIuZuNY;RM#;p+i#8;=#~T$dDya586s0&0FY{mywsz zyoEwSHx2HV#ZXev;6+ep(BK9iRcHjYKpj$>rvJzZJcRx}i_!V?Jg0kZdk#cIL_|bH zL_|d7f70=pJQ|IfIF2#KFde^Jj}JyKFvc*MOc;;HUNLi(> z9rJ6H0=&e_=+VHmc~?{xx-q9D(6>bk}`N0wzB=N#5r zvMi(5>v=EWKIIn?5fKp)5fKp)5fKr&$Gm#!Ns=_qIVO`y=jXAaC@{uQRTWv5ZR~yk zz|PK215j1f>Q2I~d`XftX`0@74PMPrxaq~Oj7FoTu4{}j^r}l9@zpn+w_bHguev0T zW30974FNbfIB5R$?w@#9D@l?j3_})+1yK~SSS;2p^Osu>InOV6^Zvs|PQmNv&zh(4 z7N-~2gki{Xx#a5VYW;t=+r_8)(BcH7Y1%2va(yvj^_!+?=kWMsqsJfM@c5*&`p6&% zu-0O&ZT0cc;(`Q#a}MVmz;8YIO;!Kb*kxJ%bqyjSB626+0YYis8;94a+yDRo07*qo IM6N<$g7MKSPx(pGibPR9J=Wm0fI8Wf;eQryuLO_H=F6tx7is4zehWj|fC#Es>7_ixD(9Cfrc7 zm_SUp(1eg^B1vO}M6XOt9118ym=HsR3&u2zZ6Sin<~EqZS_-Trb?MknYbk4cyl6P| z;|#}@UhJQ|Ip;j@^F06m^SmDiX7C?Fn2yt?O`BwZNF?&u1a`ZfuP0*%Wes5~GP^Y7&h`gI23W6h#1n!616Q9-q%AKbC;Rz07mhu3Z4c;}0tn zMG>7=Ul5Z_CP}B$q*5s)Ndmy@^)fUx#HEY9sytIJ!In3@^62OY0G<^d0QTudCES%W4o7S#D zPF}o0-*0_v*!&jyaK92S%c`ePeGlYU53s6XJ=?un%mx#!U4sCOT{)-Bw{{I;HkjD% z)v|K!8crVjN|ms=c}I?t0s&^TMR|8RoyxmiECt}>&$bpMy?UiDXRgdz20-~@kK!W; z0#2u^pu?)0Fdw1N9ct?q@<%`XeDoSyUz*S5;UG(DGDq>k)oXZGy-eHDYd9SZm_#%B zMII)nkz1SnvEkLsPp7P`ET?)&in6$F4hDnFi|*$c4fNqCu`n_o#Zp{ERe2e&yuJl{ zI>e+-Ln3|`xF+|afENiH!sQ54t7~TVUOAw7tFmK+x0+r!#7*mmk z%1YOimB^_{T+3Hub2wPnuny1awfOzR|Js3RT|@w}`)RaV9YQj}qLmwR=9VsZlTO4* z#l{tp-?p8eR$fKGs+INff&~jzouW~R8zT}1oq((}5SU+}dcJt>@Kf#d19^WTu$HJVvctaUxLlGYx zI)bBeJ_Ey}l$4Yz*LOCGiu4LsfdI%Hl?Q6`QC0O6pMTN99e)sQx|nDprVM~P{vhM` zQXKx~YgKZ{{E(`vtJFIH(AjxTH4xy|t(!>FH~==!MjD%%0BCG#!sgisz|MD?6(2RU zwH>3Q<1Ckcxu9Im1-JCFr7y?;jg6ZX+rfkTk!67^SNnxZ`z#sYz<1v(^WHaJ1K@Tf zBs}{}oh%44+qN|qkOMj7ssi$bJV18f0}AbTzF5!oU P00000NkvXXu0mjfS20b& literal 0 HcmV?d00001 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 + } + ] +} From 58fcce106424bf882887e9a7ad39429a52e2702a Mon Sep 17 00:00:00 2001 From: Wardex Date: Thu, 20 Aug 2026 18:29:57 +0300 Subject: [PATCH 2/3] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Catalog/VendingMachines/Inventories/underwearmate.yml | 3 ++- Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Lust/Catalog/VendingMachines/Inventories/underwearmate.yml b/Resources/Prototypes/_Lust/Catalog/VendingMachines/Inventories/underwearmate.yml index c73f5109a9d..e12816e0ead 100644 --- a/Resources/Prototypes/_Lust/Catalog/VendingMachines/Inventories/underwearmate.yml +++ b/Resources/Prototypes/_Lust/Catalog/VendingMachines/Inventories/underwearmate.yml @@ -2,7 +2,6 @@ id: UnderwearMateInventory startingInventory: # Мужские трусы - ClothingPantsManWolf: 5 ClothingPantsManBoxers: 5 ClothingPantsManBriefs: 4 ClothingPantsManCommie: 4 @@ -77,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 9c9f763fc07..2d60e7ca8a2 100644 --- a/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml +++ b/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml @@ -65,6 +65,7 @@ - type: Sprite sprite: _Lust/Clothing/Pants/Man/wolf.rsi state: male_boxers_icon + scale: 0.5 - type: Clothing sprite: _Lust/Clothing/Pants/Man/wolf.rsi equippedState: male_boxers From 75036ed1e4b9bbef928b4f8c143485b4c5444f5f Mon Sep 17 00:00:00 2001 From: Wardex Date: Fri, 21 Aug 2026 15:59:17 +0300 Subject: [PATCH 3/3] fix --- Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml b/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml index 2d60e7ca8a2..ecef5a9e7e0 100644 --- a/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml +++ b/Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml @@ -65,7 +65,7 @@ - type: Sprite sprite: _Lust/Clothing/Pants/Man/wolf.rsi state: male_boxers_icon - scale: 0.5 + scale: 0.5, 0.5 - type: Clothing sprite: _Lust/Clothing/Pants/Man/wolf.rsi equippedState: male_boxers