From ff69c2b8482e0eff761bc61004dee2853f1b30fd Mon Sep 17 00:00:00 2001 From: AltMapper Date: Fri, 12 Jul 2024 02:40:28 +0700 Subject: [PATCH 1/3] =?UTF-8?q?=D0=93=D0=BE=D0=BB=D1=8C=D1=84=D1=8B=20?= =?UTF-8?q?=D0=B8=20=D1=87=D1=83=D0=BB=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Добавил гольфы и чулки --- .../ru-RU/ganimed/entities/clothing/Socks.ftl | 16 +++ .../Ganimed/Catalog/Loadout/Neck/bandage.yml | 6 + .../Ganimed/Catalog/Loadout/Under/socks.yml | 53 +++++++- .../Entities/Clothing/Under/pants.yml | 0 .../Entities/Clothing/Under/shirt.yml | 0 .../Entities/Clothing/Under/socks.yml | 114 +++++++++++++++++- .../longSocks/Dark.rsi/equipped-FEET.png | Bin 0 -> 392 bytes .../Under/Socks/longSocks/Dark.rsi/icon.png | Bin 0 -> 258 bytes .../Under/Socks/longSocks/Dark.rsi/meta.json | 18 +++ .../longSocks/White.rsi/equipped-FEET.png | Bin 0 -> 402 bytes .../Under/Socks/longSocks/White.rsi/icon.png | Bin 0 -> 271 bytes .../Under/Socks/longSocks/White.rsi/meta.json | 18 +++ .../stockings/Centcom.rsi/equipped-FEET.png | Bin 0 -> 338 bytes .../Socks/stockings/Centcom.rsi/icon.png | Bin 0 -> 259 bytes .../Socks/stockings/Centcom.rsi/meta.json | 18 +++ .../Socks/stockings/bee.rsi/equipped-FEET.png | Bin 0 -> 509 bytes .../Under/Socks/stockings/bee.rsi/icon.png | Bin 0 -> 315 bytes .../Under/Socks/stockings/bee.rsi/meta.json | 18 +++ .../stockings/dark.rsi/equipped-FEET.png | Bin 0 -> 540 bytes .../Under/Socks/stockings/dark.rsi/icon.png | Bin 0 -> 296 bytes .../Under/Socks/stockings/dark.rsi/meta.json | 18 +++ .../stockings/fishnets.rsi/equipped-FEET.png | Bin 0 -> 406 bytes .../Socks/stockings/fishnets.rsi/icon.png | Bin 0 -> 240 bytes .../Socks/stockings/fishnets.rsi/meta.json | 18 +++ .../stockings/safno.rsi/equipped-FEET.png | Bin 0 -> 320 bytes .../Under/Socks/stockings/safno.rsi/icon.png | Bin 0 -> 243 bytes .../Under/Socks/stockings/safno.rsi/meta.json | 18 +++ .../stockings/white.rsi/equipped-FEET.png | Bin 0 -> 666 bytes .../Under/Socks/stockings/white.rsi/icon.png | Bin 0 -> 384 bytes .../Under/Socks/stockings/white.rsi/meta.json | 18 +++ 30 files changed, 331 insertions(+), 2 deletions(-) create mode 100644 Resources/Prototypes/Ganimed/Catalog/Loadout/Neck/bandage.yml rename Resources/Prototypes/{ => Ganimed}/Entities/Clothing/Under/pants.yml (100%) rename Resources/Prototypes/{ => Ganimed}/Entities/Clothing/Under/shirt.yml (100%) rename Resources/Prototypes/{ => Ganimed}/Entities/Clothing/Under/socks.yml (53%) create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/Dark.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/Dark.rsi/icon.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/Dark.rsi/meta.json create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/White.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/White.rsi/icon.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/White.rsi/meta.json create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/Centcom.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/Centcom.rsi/icon.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/Centcom.rsi/meta.json create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/bee.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/bee.rsi/icon.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/bee.rsi/meta.json create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/dark.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/dark.rsi/icon.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/dark.rsi/meta.json create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/fishnets.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/fishnets.rsi/icon.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/fishnets.rsi/meta.json create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/safno.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/safno.rsi/icon.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/safno.rsi/meta.json create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/white.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/white.rsi/icon.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/white.rsi/meta.json diff --git a/Resources/Locale/ru-RU/ganimed/entities/clothing/Socks.ftl b/Resources/Locale/ru-RU/ganimed/entities/clothing/Socks.ftl index e5be93e6923014..8966dec7767a3d 100644 --- a/Resources/Locale/ru-RU/ganimed/entities/clothing/Socks.ftl +++ b/Resources/Locale/ru-RU/ganimed/entities/clothing/Socks.ftl @@ -12,3 +12,19 @@ ent-ClothingSocksRed = красные носки .desc = Куда пропал ещё один? ent-ClothingSocksYellow = жёлтые носки .desc = Куда пропал ещё один? +ent-ClothingUnderStockingsBee = полосатые чулки + .desc = От их вида хочется жжужжать. Ж-жу-жу-жу. +ent-ClothingUnderStockingsCentCom = чулки центкома + .desc = Их любят властные женщины и их игрушки. +ent-ClothingUnderStockingsDark = тёмные чулки + .desc = Тёмные и прозрачные, подчёркивают красоту ваших ног. +ent-ClothingUnderStockingsFishnets = клетчатые чулки + .desc = Клетчатые и прозрачные, подчёркивают красоту ваших ног. +ent-ClothingUnderStockingsHOS = чулки главы службы безопасности + .desc = Полосатые чулки, подчёркивают ваш статус и имплант лояльности. +ent-ClothingUnderStockingsWhite = светлые чулки + .desc = Светлые и прозрачные, подчёркивают красоту ваших ног. +ent-ClothingUnderlongSocksDark = тёмные гольфы + .desc = Длинные и тёмные гольфы. Они призваны подчеркнуть элегантность ваших ног. +ent-ClothingUnderlongSocksWhite = cветлые гольфы + .desc = Длинные и светлые гольфы. Они призваны подчеркнуть элегантность ваших ног. \ No newline at end of file diff --git a/Resources/Prototypes/Ganimed/Catalog/Loadout/Neck/bandage.yml b/Resources/Prototypes/Ganimed/Catalog/Loadout/Neck/bandage.yml new file mode 100644 index 00000000000000..272eb6a54962f9 --- /dev/null +++ b/Resources/Prototypes/Ganimed/Catalog/Loadout/Neck/bandage.yml @@ -0,0 +1,6 @@ +- type: loadout + id: LoadoutNeckClothingNeckRevBandage + category: loadout-category-neck + cost: 0 + exclusive: true + prototype: ClothingNeckRevBandage \ No newline at end of file diff --git a/Resources/Prototypes/Ganimed/Catalog/Loadout/Under/socks.yml b/Resources/Prototypes/Ganimed/Catalog/Loadout/Under/socks.yml index c57b005b0a1bb8..89883159adb0dc 100644 --- a/Resources/Prototypes/Ganimed/Catalog/Loadout/Under/socks.yml +++ b/Resources/Prototypes/Ganimed/Catalog/Loadout/Under/socks.yml @@ -11,6 +11,43 @@ cost: 1 exclusive: true prototype: ClothingUnderSocksBee + +- type: loadout + id: LoadoutClothingUnderStockingsBee + category: loadout-category-under + cost: 0 + exclusive: true + prototype: ClothingUnderStockingsBee + +- type: loadout + id: LoadoutClothingUnderStockingsDark + category: loadout-category-under + cost: 0 + exclusive: true + prototype: ClothingUnderStockingsDark + +- type: loadout + id: LoadoutClothingUnderStockingsFishnets + category: loadout-category-under + cost: 0 + exclusive: true + prototype: ClothingUnderStockingsFishnets + +- type: loadout + id: LoadoutClothingUnderStockingsHOS + category: loadout-category-under + cost: 1 + exclusive: true + whitelistJobs: + - HeadOfSecurity + prototype: ClothingUnderStockingsHOS + +- type: loadout + id: LoadoutClothingUnderStockingsWhite + category: loadout-category-under + cost: 0 + exclusive: true + prototype: ClothingUnderStockingsWhite - type: loadout id: LoadoutClothingSocksWhite @@ -59,4 +96,18 @@ category: loadout-category-under cost: 0 exclusive: true - prototype: ClothingSocksYellow \ No newline at end of file + prototype: ClothingSocksYellow + +- type: loadout + id: LoadoutClothingUnderlongSocksDark + category: loadout-category-under + cost: 0 + exclusive: true + prototype: ClothingUnderlongSocksDark + +- type: loadout + id: LoadoutClothingUnderlongSocksWhite + category: loadout-category-under + cost: 0 + exclusive: true + prototype: ClothingUnderlongSocksWhite \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Under/pants.yml b/Resources/Prototypes/Ganimed/Entities/Clothing/Under/pants.yml similarity index 100% rename from Resources/Prototypes/Entities/Clothing/Under/pants.yml rename to Resources/Prototypes/Ganimed/Entities/Clothing/Under/pants.yml diff --git a/Resources/Prototypes/Entities/Clothing/Under/shirt.yml b/Resources/Prototypes/Ganimed/Entities/Clothing/Under/shirt.yml similarity index 100% rename from Resources/Prototypes/Entities/Clothing/Under/shirt.yml rename to Resources/Prototypes/Ganimed/Entities/Clothing/Under/shirt.yml diff --git a/Resources/Prototypes/Entities/Clothing/Under/socks.yml b/Resources/Prototypes/Ganimed/Entities/Clothing/Under/socks.yml similarity index 53% rename from Resources/Prototypes/Entities/Clothing/Under/socks.yml rename to Resources/Prototypes/Ganimed/Entities/Clothing/Under/socks.yml index 79bb6b5f33ebfb..31c2d3d301d42e 100644 --- a/Resources/Prototypes/Entities/Clothing/Under/socks.yml +++ b/Resources/Prototypes/Ganimed/Entities/Clothing/Under/socks.yml @@ -150,4 +150,116 @@ clothingVisuals: socks: - state: equipped-FEET - color: "#EBE216" \ No newline at end of file + color: "#EBE216" + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockingsBee + name: bee stockings + description: Make them loins buzz! + components: + - type: Sprite + sprite: Ganimed/Clothing/Under/Socks/stockings/bee.rsi + - type: Clothing + sprite: Ganimed/Clothing/Under/Socks/stockings/bee.rsii + clothingVisuals: + socks: + - state: equipped-FEET + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockingsCentCom + name: Centcom stockings + description: Forces your feet to act according to standard operating procedures. + components: + - type: Sprite + sprite: Ganimed/Clothing/Under/Socks/stockings/Centcom.rsi + - type: Clothing + sprite: Ganimed/Clothing/Under/Socks/stockings/Centcom.rsi + clothingVisuals: + socks: + - state: equipped-FEET + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockingsDark + name: Dark stockings + description: Make them loins buzz! + components: + - type: Sprite + sprite: Ganimed/Clothing/Under/Socks/stockings/dark.rsi + - type: Clothing + sprite: Ganimed/Clothing/Under/Socks/stockings/dark.rsi + clothingVisuals: + socks: + - state: equipped-FEET + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockingsFishnets + name: Fishnets stockings + description: Make them loins buzz! + components: + - type: Sprite + sprite: Ganimed/Clothing/Under/Socks/stockings/fishnets.rsi + - type: Clothing + sprite: Ganimed/Clothing/Under/Socks/stockings/fishnets.rsi + clothingVisuals: + socks: + - state: equipped-FEET + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockingsHOS + name: HOS stockings + description: Turns you into a femboy... + components: + - type: Sprite + sprite: Ganimed/Clothing/Under/Socks/stockings/safno.rsi + - type: Clothing + sprite: Ganimed/Clothing/Under/Socks/stockings/safno.rsi + clothingVisuals: + socks: + - state: equipped-FEET + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockingsWhite + name: White stockings + description: Make them loins buzz! + components: + - type: Sprite + sprite: Ganimed/Clothing/Under/Socks/stockings/white.rsi + - type: Clothing + sprite: Ganimed/Clothing/Under/Socks/stockings/white.rsi + clothingVisuals: + socks: + - state: equipped-FEET + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderlongSocksDark + name: Dark long socks + description: Make them loins buzz! + components: + - type: Sprite + sprite: Ganimed/Clothing/Under/Socks/longSocks/Dark.rsi + - type: Clothing + sprite: Ganimed/Clothing/Under/Socks/stockings/Dark.rsi + clothingVisuals: + socks: + - state: equipped-FEET + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderlongSocksWhite + name: White long socks + description: Make them loins buzz! + components: + - type: Sprite + sprite: Ganimed/Clothing/Under/Socks/longSocks/White.rsi + - type: Clothing + sprite: Ganimed/Clothing/Under/Socks/stockings/White.rsi + clothingVisuals: + socks: + - state: equipped-FEET \ No newline at end of file diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/Dark.rsi/equipped-FEET.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/Dark.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6ca258d62fbedb1b14e3ee8fef9cbfb27c168d GIT binary patch literal 392 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zYG`Qe*|X=$l`B?OR%T{qMn*>Z`ucKmawaAw+S=Ntrl#iR=0LTk zOgC(R6mLn8U+{kS>O>_%)r2R1cVub8)@->0Nr2 z6IFltvLAcE7MC*d=7apT^~LOB<~Kaqo8og%L_J?zE|xk;L&V->`?P$!{fiUi1zuGA zcCXF-`KbRywMfN%+mMR~rhC;-ViGwJ)W8(MRiVHz(Qppmq;;%s`7TPiwA!;kinAohFZe$c zFa-No2!R9(JR*x382FBWFymBhK53v}w5N+>h=u>#en+kY3Op=}kD30jFI2YN!RW2I z_satrv7?C&8`=8={`d;0w>|J)x%G&^$_ul^p9$!5zhd31+mY42aCLTf>Ad%cTPN}g nxiE+~dPTfl&PceA9`njxgN@xNAq107! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/Dark.rsi/meta.json b/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/Dark.rsi/meta.json new file mode 100644 index 00000000000000..194b8c4f0f5e3e --- /dev/null +++ b/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/Dark.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/White.rsi/equipped-FEET.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/White.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..439eab3d58207a69752f4d7b88ac3e4f32c0c549 GIT binary patch literal 402 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e1o(uw?%A_PLqo&L%IeCMD@TqTId<&W@#Dw$?%lh7{raEaj?;r@2oZN6p&9*5NdniUWK|1V?pWs8V8^KHY7dF)fR%rpDAu=R(kR)C`utCq)# z2Zc-t-<;igrcY0lY5zMx@Np>nu_D&&U9uh@_rGE&C=xm8t08^h_koWOYD2$Pe7c=; z_Yi0I=FKS#`G-$^G`(>tfPA=Uv$ZOZ6+} za(nOIoMWkOVs&TNW=rO@Y`6F4tq=IiK1gMMvcY%71Ev$!E}qH}db~fY?c|fl*c)I$ztaD0e0suT2tsVdX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/White.rsi/icon.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/White.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b7f29f70c291e30af631fdd2b7c7fce91963fc32 GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik70(?ST_w3oDp`l@AWp(Asl_N)v96NUG`0?X=_wHT4e*OOa`*-cy1yuOF zoz(+K@stGl1^-6?2BG`s&H=?a3p^r=85sDEfH31!Z9ZwBV2r1WV~BsJDWui5t`Q_d+Z91A`@P zW8d~=ZqniKt~j>&uA$&crvTsnV_Ty89_$f4qvv0yx!wAFN*&N122WQ%mvv4FO#sZt BXL0}l literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/White.rsi/meta.json b/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/White.rsi/meta.json new file mode 100644 index 00000000000000..194b8c4f0f5e3e --- /dev/null +++ b/Resources/Textures/Ganimed/Clothing/Under/Socks/longSocks/White.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/Centcom.rsi/equipped-FEET.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/Centcom.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..fb0be8bda52ff75c3051f636de093752724e2e4b GIT binary patch literal 338 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~u2Ka=yGUV|v)blaq^Dty_KbWHOWs}mQg(63CRTy%)8FILRs)}Z$zW`F) zB|(0{|KWha%b)QRP?)p8BeIx*f$s3n;C3O4Qf{#8uCVSxifBh$g(EFU9` z_Fc|=_9OPVpNV97O3m41PX{LbgOMzp1#=&$G_Mm7=d9x1)+`$iHP*c^I;|A52mCvPtRDLXji6Dh#>Y3_09DRYfz>UjQlY zk|4j}|8T(I<v;9xcV`1J8# z{yP^q0y#?GR1G%EYpiFE{Dn`2?~Q&A%{yYa@ppOK9>xD+?$F|J{_A909d niyhbA)|U0TmWQ6KT~NhXYNYyJr1Q&rp!p1*u6{1-oD!M<8U|M% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/Centcom.rsi/meta.json b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/Centcom.rsi/meta.json new file mode 100644 index 00000000000000..194b8c4f0f5e3e --- /dev/null +++ b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/Centcom.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/bee.rsi/equipped-FEET.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/bee.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..fd1793bb6bd53bc6e898a4858ed2ffcf439553ec GIT binary patch literal 509 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VoF zPZ!6KiaBp@?e$}FlxTezu9#$E=;hFK^w@)-ifIrg3YR%n0=ghtrvGDfWi+gGp zz6p8W1?0!Xt4Z}16#wg+d`_6y<%G}UXd@?!PH-6%Ml&yW| z>hqf=XZ~H;@><&Wz&p>Le_SdV_x3RatUBUx&1k;1z%qkZtC@Y+Rx_tzY2V~*Xu<<+}3ezmE^+PEL<-mhlX>(4Py+}a>^V7vB%ovUxZdv>ofVRFH) z{M}*yCjO90e*Jy^&Af*f;%noDAJkSetk0JftJ0k1|M&gckj{xVr!RGuL`20faMb8) zgeEOnzsc_Pa;N*`18iopn~auz6Gm|<9%+4)F11Ze6sm} qoOsfB;T>y_QB64GkD~YkSF9!YXPlJQYkCNbPX1* ztgJjoE@1PuZso#~LeYq#;J=_`3(0muJ{t??sfS_s%?t=3gm`r+o#Kw$irzm8TrO9F zQXRJy*_AwokzqdD;i-vMPeZ48*ga!83)Y(*zAEA=_-dbV+y&)Qft8=8rgS=L z4$vE!+!C+|mU{sDV-x$Q{-1y@N#N-TB)-`A1Ax0<0BCv7=_^x%;3=C^acOF^b z{q_H&;*Y)(N~b?(KbN_+tnu2fuNzn7&I-$Z8+_@s&|mxWrgMU_)&;HpHb0l~zt($J zi{}fb97?{(K8{&S{hKH2Qj?#lXNlHPG5 zPrIme-T$yBUM^*JrR=&6F01mlZ+|iS_F=|jw>TJjwr*%YT)0A`Pg!tgDW}pV?QW*q z3LNLY-e+?R5M!;GX7D24z&rTO>s@d6zkmP!{+$1z*K?;W%U@@HjAw45$N%(fo;8MV zReuQ!!ogqlJ)ao&s(98hRYYlve>le@%CKkF!>H`PcenS2+bt*;Ze!RGrT1X3Rf6UhW?6Zsc+8I_I)5ALb2PW-o2!7YK z=+$Pf;NGZ)jb&3~4rnR`xfa&&WbH{|O;{rvntvt#K=%is_fI#QxZXCYPZM=w=udw2 amu=f>&Z-y3?<4@Do59o7&t;ucLK6VlXYb1Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/dark.rsi/icon.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/dark.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec8c990dde77fc66474f00b09078ab12f262c34 GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0s`$ z#W5tJ_3h+?U55+=+WyCi1hq(96Kl5Iw&wkRJKHFMIZhsnXD(hY*6J!%c=zzRa?Y85 zX8z=05nyo?_-8F|`EZlY?L``43=@K^gaeJQ1$m`2C@fN2{#;4@&(^rZR@+n3e(Ylx zynC(ZeYL-frS8X>Q|lUnUahRw7p|C=!LibWxH=D%E+}dD!MTgTe~DWM4f7Gih^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/dark.rsi/meta.json b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/dark.rsi/meta.json new file mode 100644 index 00000000000000..194b8c4f0f5e3e --- /dev/null +++ b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/dark.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/fishnets.rsi/equipped-FEET.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/fishnets.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..c70e6b4d55165acc14f1b03cac0a7923487920e2 GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwB25nCl$B>G+x3?Tm9dh7ld-zK8PKAp9g|*uG z4+HP){@|xn!86&cF^YX_>ZOK#{5+D&>_7A7{x#2J1{w$g2mVJy{=F7@Z0~$CX~}5G zrCT+we!d>I|I)U%fv0@i&vs`AZu)%H)v3&?<|YqJP`N!Yj>d1KkoO(IOYA^8Y_$1JnysbxK{Nkh(GM`?@!4$(=YJ#Y+tx1 zcIy_c^ci2-{@Ct(e6O85+pR9>HP0SKW8U|Bt_PQ=GEVzi#J1Ng^sM;!lvI6;>1s;*b3=DinK$vl=HlH+5u+`JWF(ktM?SzY*4F&?v{>wicpEzg1e!WL- z?^K$SD>BzFDDtq^;W*noVS<;ks1t|c*~>GhZ(7+Wk{ZyfwO)IfxxP}%h81roq;6k* za+R`h%N(uktDF1IWJw&<*mV2ql853aoL{ZiPq<&(9V^xTVA|sVyUpuv`9JYq9Pf5; iZS@>MCyt-iO6nhvg=lQZI%EfQ5QC?ypUXO@geCwX6j;#! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/fishnets.rsi/meta.json b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/fishnets.rsi/meta.json new file mode 100644 index 00000000000000..194b8c4f0f5e3e --- /dev/null +++ b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/fishnets.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/safno.rsi/equipped-FEET.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/safno.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..921ea656989720735c285b8410470566a6c78de3 GIT binary patch literal 320 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`032l#}zrZb85GDuf5NN8wixVpMpTU$3UNM4Z8F28J073

a+-I0#r1@0DF}7YNf=gTcp_%>DUmgX_0a?;b9Q*E{ z*STcYFV({$bXE#`9Kv4Y{2u zB2>YdCYaSw+T_XhTS-UgP31SPZ%mc)xmTI5&94%icB1<=(2)$Du6{1-oD!M4CfZ<;A z-bkPrXMsm#F#`kN5fEmas?8@26b$fmaSXBWf7|28bwGiKMY!Db|No7y%xVf>0w&1K z2^LdR{&q-It)2CvlA7z~V3~y0g+lw-?X^3q6jiVBUgGZQRkdj}Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!~g&e!~vBn4jTXf0xwBKK~#8N?b=Uo z+AtUf@B}iof&&tQTcsX$iIh*&LqFf7eGNEmr=8#{fZ%`tC*j}rKE~0qG_7JcW>Wk7 zBoxP?JkDDO4t799L_|bHL_|bHMD%%t=Ge$=Hv4Xx!R2zvlO%bb&*$GvmlntIlWDfj zM}Ef~8(A)w4{4glVHn1%)#@wy*6THniBc+AEEbRG^TkKLRRJK&GSj+}|HK8yYQHb9 z@VWhdzc#;k z{(HTib$+7)$cIj&D7r^`v)Kf@-7YwtPI@-TG1~9tz1qrjF2J$0CB^r?fI8*O@>py+7XVvQ z5R7Ng>J7L3Wf#fs|;z?yuX zrm0?+-)^^h-Cp|h>t(OS0XqDd*redJ?f?J)07*qoM6N<$g1E~$ AA^-pY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/white.rsi/icon.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/white.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..fd8bbbab3756329d92ff030e2adc1aa06cde4021 GIT binary patch literal 384 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DinK$vl=HlH+5gQ%yAV@QPi+sOyBS{!)V(yxf^64(F5)Y=rS z&t3gGRX$Gh3+ETXRT^tkWn7QuK1$QvVw>V;Ya;J4sow4LWXY)t98DkIUlfTHasBAD zGU|G%&*d*6)1Df8N_$SS2|RUZ@rgz2UjI&%;EQ_geA%Rb#n#;2?FCz|$*o>h<#3i& zo%w`C-;~$}&ovVJU&qYh{jtygX6tIkD-Su%E;6PwCrSi;W9_NG{4itAJCR2z2R`qS z?z!>7{2as5oEvPPZ0fro|L8jM^@g+uS{CxHAm6xa beC6brR(_9#$L=05)EGQn{an^LB{Ts5!91GL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/white.rsi/meta.json b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/white.rsi/meta.json new file mode 100644 index 00000000000000..194b8c4f0f5e3e --- /dev/null +++ b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/white.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} From 27f6bb1c6184b29a8c058b7e299b7b4542c4fa00 Mon Sep 17 00:00:00 2001 From: AltMapper Date: Sun, 21 Jul 2024 15:07:22 +0700 Subject: [PATCH 2/3] =?UTF-8?q?=D0=A7=D1=83=D0=BB=D0=BA=D0=B8=20=D0=BE?= =?UTF-8?q?=D1=82=20=D0=A5=D0=B0=D0=B9=D0=BF=D0=B5=D1=80=D0=B0=20=D0=B8=20?= =?UTF-8?q?=D0=A1=D0=BE=D0=BB=D0=BE=D0=BD=D0=B3=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ru-RU/ganimed/entities/clothing/Socks.ftl | 4 +++ .../Ganimed/Entities/Clothing/Under/socks.yml | 28 ++++++++++++++++++ .../Socks/stockings/cat.rsi/equipped-FEET.png | Bin 0 -> 394 bytes .../Under/Socks/stockings/cat.rsi/icon.png | Bin 0 -> 269 bytes .../Under/Socks/stockings/cat.rsi/meta.json | 18 +++++++++++ .../stockings/safno.rsi/equipped-FEET.png | Bin 320 -> 395 bytes .../Under/Socks/stockings/safno.rsi/icon.png | Bin 243 -> 262 bytes .../Socks/stockings/sky.rsi/equipped-FEET.png | Bin 0 -> 419 bytes .../Under/Socks/stockings/sky.rsi/icon.png | Bin 0 -> 279 bytes .../Under/Socks/stockings/sky.rsi/meta.json | 18 +++++++++++ 10 files changed, 68 insertions(+) create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/cat.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/cat.rsi/icon.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/cat.rsi/meta.json create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/sky.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/sky.rsi/icon.png create mode 100644 Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/sky.rsi/meta.json diff --git a/Resources/Locale/ru-RU/ganimed/entities/clothing/Socks.ftl b/Resources/Locale/ru-RU/ganimed/entities/clothing/Socks.ftl index 8966dec7767a3d..57d5f6c6c1a836 100644 --- a/Resources/Locale/ru-RU/ganimed/entities/clothing/Socks.ftl +++ b/Resources/Locale/ru-RU/ganimed/entities/clothing/Socks.ftl @@ -24,6 +24,10 @@ ent-ClothingUnderStockingsHOS = чулки главы службы безопа .desc = Полосатые чулки, подчёркивают ваш статус и имплант лояльности. ent-ClothingUnderStockingsWhite = светлые чулки .desc = Светлые и прозрачные, подчёркивают красоту ваших ног. +ent-ClothingUnderStockingsSky = Светлые полосатые чулки + .desc = Светлые и непрозрачные, подчёркивают красоту ваших ног. Они в толстую полосочку. +ent-ClothingUnderStockingsCat = Чулки с ушками + .desc = С ушками и в полосочку, подчёркивают ваше желание замурчать. ent-ClothingUnderlongSocksDark = тёмные гольфы .desc = Длинные и тёмные гольфы. Они призваны подчеркнуть элегантность ваших ног. ent-ClothingUnderlongSocksWhite = cветлые гольфы diff --git a/Resources/Prototypes/Ganimed/Entities/Clothing/Under/socks.yml b/Resources/Prototypes/Ganimed/Entities/Clothing/Under/socks.yml index 31c2d3d301d42e..7f1385d8d98ad0 100644 --- a/Resources/Prototypes/Ganimed/Entities/Clothing/Under/socks.yml +++ b/Resources/Prototypes/Ganimed/Entities/Clothing/Under/socks.yml @@ -235,6 +235,34 @@ clothingVisuals: socks: - state: equipped-FEET + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockingsSky + name: Light striped stockings + description: Make them loins buzz! + components: + - type: Sprite + sprite: Ganimed/Clothing/Under/Socks/stockings/sky.rsi + - type: Clothing + sprite: Ganimed/Clothing/Under/Socks/stockings/sky.rsi + clothingVisuals: + socks: + - state: equipped-FEET + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockingsCat + name: Cat stockings + description: Make them loins buzz! + components: + - type: Sprite + sprite: Ganimed/Clothing/Under/Socks/stockings/cat.rsi + - type: Clothing + sprite: Ganimed/Clothing/Under/Socks/stockings/cat.rsi + clothingVisuals: + socks: + - state: equipped-FEET - type: entity parent: ClothingUnderSocksBase diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/cat.rsi/equipped-FEET.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/cat.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ba273de0d65ceb8b539aaa27b1d36c70cac539 GIT binary patch literal 394 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xT3K0XYHA)jbja1!b^ZGF=g*%%b?VfaGiQz-J?ii8fBW|BM~@!u z*|P_zyzN;v8<65F3Gxg6j|>=G58OEcl;JG!h%5#wI0V9sq8eTeK*95#E{-7)?r*1^ z=4(;lan*MHc=Z4OcOq|ko?03jbBo!kDQQ~nEet;Jzk@48AfSI(6#InKMU^9tA2{lKZ9}NO6?} z`33)n0ftRybj|}sISV`@iy0XBj({-ZRBb+KpkR`xi(`m||JxpKt^*1@E{g+`-_<|l ztIJ~2jpc~_$uha|r1IYfB3Aa|8`y2?Q=C)0W_3J1!JD4Y#P}abonUR7RL;ZHyho~| y{h;PGIoBnJ0t|bTMV*rSq_eA^h*<4ry~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/cat.rsi/meta.json b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/cat.rsi/meta.json new file mode 100644 index 00000000000000..194b8c4f0f5e3e --- /dev/null +++ b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/cat.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/safno.rsi/equipped-FEET.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/safno.rsi/equipped-FEET.png index 921ea656989720735c285b8410470566a6c78de3..27e9a4893eb0bfb21a14c2abcdd55ff103b76d3c 100644 GIT binary patch delta 339 zcmX@W)XhA>v0f{{C&V?KNz~QV)!N!xLqnsNLAshjViJ#P1A}BIgH#QJL^*?a3ZqCi zgD3+7!^t+mbRfl7666>B9~m&X9=LM?D8pIc5m^jWa0G-Ir)u*_0|hU5x;TbJxWAot zmhXrHM~mae|NH*G){B^YORv6U^Tu|$8QrEg`Y)bl*cr@M&~Sp0Pr&j)F2ex^Nv5cP zt@rYjmd;3C6!ATL%HKZ#jJp{Rk`g|9-sq4~VeF{K9uJO2b-kCoZ$lV&FF z+PD34BX@)B9cHgRTdQt3{+Ip|=XmJ;48E=kmkE*!uWoOa<~LIMQ?Nm`*dg&`&!lbJ c=6q(C-FMVm>Ch8)pzjzwUHx3vIVCg!0D|U;5&!@I delta 243 zcmeBXKEO1=(Na3VC&V?KNwk+ix|%^kLqo&W)z#YCx`9D5n?aO;fgz`4&K)4dSrX(I z{2vM!g8eImCiY3x&-8S042f`mJMAD}g948;yY#OA|C44;YDjCA(3iUO7#I$)9JtRg#Ypq1h+}NMOazy<_(L=Mr@uT3m;hB}Kd*DitYfy~2kQlT zH_q|SmRJ0+clCM}1_m_-1_QO=u<5X=vX`o=dr;B5Vh5y?=Yd!`=4%VMGQ-05{h*b^b zcHVe0%+J}QE$~x|Hcy>cN9&xH?Tg(?183}#GWm8+ZG(y951o|OKl~?!St7J0Hl!x+ v`!2&8Cmpf2*BMXd+J5B_Cr-zR5zX?_wfUrhf&rc`jv*HQZ+jfM4k+-j2$!4w|G&|dSxw&{$|6yS;Wtm7?l3-b>s)y{a~iW?Z_eNx7#* d)#6z<^BuF3s&tC25(XO1;OXk;vd$@?2>>~~JiGt^ diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/sky.rsi/equipped-FEET.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/sky.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..69ef45bf582a20fabbeccb9332158cb592e54d58 GIT binary patch literal 419 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%x&fW8F^XX5^4u0rd{p8lITOU4rc=YJei4!M&{P=PE_U*fO@2)!f z;o-xFK;`Fr)m(rSUrCT(@PA~$;CkTB37`yTfk$L9P{CmkW;~w1A_XY;!qdeuB*Oje zG(({l1s+$&9u=+c``@vhS+(HU%u?>|JxoW=+wl07yi`;(a6HDMc4EeZT&CxHquYw- zytjD&YL8%xh{-|Eeequmj)<_oNWFWBxu~x+j#Hq5`N2|#?gi)mM>!RwHgj*v+bJxd z)RW2LGRfR@PVuH5>Ddho4Lgn*o!)JGGydHQyF}rZL*-UVjXv6;w)+#9gj0MHntC|z zsdMB#dbd>I&y|vWiyi)|l`D4`&)c?Dlxfal8+{X|bES;)7jW)4=wHPdv#5@ppEZVQ zQV{b~x%KxPe_HM^nefN?O{Q1I?)tNaelM9FwU66Be%0Os^fQB}tDnm{r-UW|4RE$F literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/sky.rsi/icon.png b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/sky.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2bdb9f3d78a54d1caf8ee35af98257e5297259e4 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijS1AIbU=k9s8`ShpG)lY8Sy7l41hewYdoj7sg$B!SkZ{NOq_byP?lj~fM zffRR1kYDhBIAHMdXZ!>d<}C1tEM{QfI|9OtQ?>b|fr1&HE{-7<{%_BD^ED{&xL%B! zC$j55YxhzvDSKvN_dATdPgJISS<0AY&pboqJ5AU1 zXYdI8zWd5S$nhG_#3%aMyebSU-y~eV@5Q@eYwzB}PT{-(zqvxhtvgh2&gT921!yOO Mr>mdKI;Vst08&_P;{X5v literal 0 HcmV?d00001 diff --git a/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/sky.rsi/meta.json b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/sky.rsi/meta.json new file mode 100644 index 00000000000000..194b8c4f0f5e3e --- /dev/null +++ b/Resources/Textures/Ganimed/Clothing/Under/Socks/stockings/sky.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} From 98504daf7dbbfbc343ead20390735d54f86c20c4 Mon Sep 17 00:00:00 2001 From: AltMapper Date: Wed, 24 Jul 2024 02:36:56 +0700 Subject: [PATCH 3/3] =?UTF-8?q?=D0=9B=D0=BE=D0=B4=D0=B0=D1=83=D1=82=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BD=D0=BE=D0=B2=D1=8B=D1=85=20=D1=87?= =?UTF-8?q?=D1=83=D0=BB=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Ganimed/Catalog/Loadout/Under/socks.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Resources/Prototypes/Ganimed/Catalog/Loadout/Under/socks.yml b/Resources/Prototypes/Ganimed/Catalog/Loadout/Under/socks.yml index 89883159adb0dc..e3462124b5e24a 100644 --- a/Resources/Prototypes/Ganimed/Catalog/Loadout/Under/socks.yml +++ b/Resources/Prototypes/Ganimed/Catalog/Loadout/Under/socks.yml @@ -48,6 +48,21 @@ cost: 0 exclusive: true prototype: ClothingUnderStockingsWhite + +- type: loadout + id: LoadoutClothingUnderStockingsCat + category: loadout-category-under + cost: 1 + exclusive: true + sponsorOnly: true + prototype: ClothingUnderStockingsCat + +- type: loadout + id: LoadoutClothingUnderStockingsSky + category: loadout-category-under + cost: 0 + exclusive: true + prototype: ClothingUnderStockingsSky - type: loadout id: LoadoutClothingSocksWhite