From 4a213d3db5a4b02f406d4defe77e5613a21643f7 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Wed, 4 Dec 2024 00:52:28 -0300 Subject: [PATCH 1/5] Add Interdyne clothes --- .../DeltaV/Entities/Clothing/Eyes/glasses.yml | 11 ++++++++ .../DeltaV/Entities/Clothing/Head/hoods.yml | 11 ++++++++ .../DeltaV/Entities/Clothing/Masks/masks.yml | 10 +++++++ .../Entities/Clothing/OuterClothing/misc.yml | 18 ++++++++++++ .../Entities/Clothing/Uniforms/jumpsuits.yml | 11 ++++++++ .../equipped-EYES.png | Bin 0 -> 291 bytes .../Glasses/interdynechemgoogles.rsi/icon.png | Bin 0 -> 330 bytes .../interdynechemgoogles.rsi/inhand-left.png | Bin 0 -> 348 bytes .../interdynechemgoogles.rsi/inhand-right.png | Bin 0 -> 356 bytes .../interdynechemgoogles.rsi/meta.json | 26 ++++++++++++++++++ .../interdynechemhood.rsi/equipped-HELMET.png | Bin 0 -> 591 bytes .../Head/Hoods/interdynechemhood.rsi/icon.png | Bin 0 -> 320 bytes .../interdynechemhood.rsi/inhand-left.png | Bin 0 -> 521 bytes .../interdynechemhood.rsi/inhand-right.png | Bin 0 -> 524 bytes .../Hoods/interdynechemhood.rsi/meta.json | 26 ++++++++++++++++++ .../interdynechemmask.rsi/equipped-MASK.png | Bin 0 -> 641 bytes .../Mask/interdynechemmask.rsi/icon.png | Bin 0 -> 430 bytes .../interdynechemmask.rsi/inhand-left.png | Bin 0 -> 436 bytes .../interdynechemmask.rsi/inhand-right.png | Bin 0 -> 468 bytes .../Mask/interdynechemmask.rsi/meta.json | 26 ++++++++++++++++++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 1888 bytes .../Misc/interdynechemsuit.rsi/icon.png | Bin 0 -> 670 bytes .../interdynechemsuit.rsi/inhand-left.png | Bin 0 -> 568 bytes .../interdynechemsuit.rsi/inhand-right.png | Bin 0 -> 568 bytes .../Misc/interdynechemsuit.rsi/meta.json | 26 ++++++++++++++++++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1372 bytes .../Jumpsuit/interdyneuniform.rsi/icon.png | Bin 0 -> 446 bytes .../interdyneuniform.rsi/inhand-left.png | Bin 0 -> 469 bytes .../interdyneuniform.rsi/inhand-right.png | Bin 0 -> 459 bytes .../Jumpsuit/interdyneuniform.rsi/meta.json | 26 ++++++++++++++++++ 30 files changed, 191 insertions(+) create mode 100644 Resources/Prototypes/DeltaV/Entities/Clothing/Head/hoods.yml create mode 100644 Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml create mode 100644 Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/equipped-EYES.png create mode 100644 Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/equipped-MASK.png create mode 100644 Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/meta.json diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml index 52c7a6f3821..01fb7dadafd 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml @@ -83,3 +83,14 @@ sprite: DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi - type: Clothing sprite: DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi + +- type: entity + parent: [ClothingEyesGlassesChemical, ShowMedicalIcons] + id: ClothingEyesGlassesChemicalInterdyne + name: interdyne chemical analysis goggles + description: Goggles engineered to be unable to get a stain on the lenses. It comes with a medical HUD incorporated. + components: + - type: Sprite + sprite: DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi + - type: Clothing + sprite: DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hoods.yml new file mode 100644 index 00000000000..0decd805c60 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hoods.yml @@ -0,0 +1,11 @@ +- type: entity + parent: ClothingHeadHatHoodBioGeneral + id: ClothingHeadHatInterdyneChemistryHood + categories: [ HideSpawnMenu ] + name: interdyne chemistry hood + description: A hood to complete the professional chemist look. + components: + - type: Sprite + sprite: DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi + - type: Clothing + sprite: DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml new file mode 100644 index 00000000000..536b9937551 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml @@ -0,0 +1,10 @@ +- type: entity + parent: ClothingMaskGas + id: ClothingMaskInterdineChemistry + name: interdyne gas mask + description: A face-covering mask that can be connected to an air supply. + components: + - type: Sprite + sprite: DeltaV/Clothing/Mask/interdynechemmask.rsi + - type: Clothing + sprite: DeltaV/Clothing/Mask/interdynechemmask.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml index 70354ccf836..0b98c36df6c 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml @@ -13,3 +13,21 @@ modifiers: coefficients: Caustic: 0.25 + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterInterdyneChemistrySuit + name: interdyne chemistry suit + description: A spotless suit and durable, designed to protect you from chemical spills. + components: + - type: Sprite + sprite: DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.40 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatInterdyneChemistryHood + slot: head diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml index 3646bbe0c9c..46e7cf6aea3 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml @@ -418,3 +418,14 @@ sprite: DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi - type: Clothing sprite: DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformInterdyneChemist + name: interdyne chemist uniform + description: An impecable uniform, sign of a good chemist. + components: + - type: Sprite + sprite: DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/equipped-EYES.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..d243af0061b2a7b70829a7f13b7c053d2c92f981 GIT binary patch literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|?s~d7hE&XX zd&`jPkb%gtkLo+NJ_us*4rHImH&5w%LBZL84=PR0;q3g6S!IkYLfBaa12+`QE@2ft z+7Z(FKi^xtk z95dopNi9_{|p2<<~h5e^@1Vyl`jy3$K+v)$ewl;GCjh@2~lF`brU) b0Uu=3wKzPx$1W80eR9J=WlCes|P!xtgm4tK7ZJqOwYrMkyXOtWXE3`c z7ol6;AYHDukR`+=DJ?O{b#gi1dj5Ofj5e zvq{x;39k&C)SK-$cg~ULIf1p5we~l2V@#E%X{V1@Qkx)Zty{s`52@CgEXxkw_L&QU cAP54$53wy;p8~^|S literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..9efcae06ec0bef50ed16f00d291e3a500b9eadd1 GIT binary patch literal 348 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z#XMacLn`LH zy`|W9$U)@T$9~@p9kY&pVVkkaFlNEJJd30En7mKiTcrMi)lBj6YlEp*Lay{xXq&lC ze(P}Q!~d7(u2-HsZTwjUXe37`{p5k*iw`yEDz5*z?N^ADy@X)J!e`E)qur$|xuR5nVZF<6So9)T-W`F+|KmFUi z`^ImC-b5Z%f6L&>rMQOg`DB%q{eiL9J%4GxnE3f}dF*u{cT$PPd=V#)d;cy8ryW?L z<1O9h7&$F-^UW3OUbp{$x_5h_jOko|LvM%!A&%7jb=CCfH;+$$8^R->eDl!K-0m)R mmGS%yxyU;_3DqnN6VB=Pluo$4NXV!Qq`}kG&t;ucLK6Vlbe`7$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8800b0db496f50335683fe702db0f61832acf3cb GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zBF=ozfbvp9N>$@|2;CgFlc-xEKqd{j+EZwTshncd{S zvB`Ja*?;xhEqpeLVY{z@f8u=9@kEXY)>cUvle+ v#Hww+J^QLMn3sG5(!ajmUE0aWAhFK)yJY9>+qZ)jf;4%$`njxgN@xNAv2UUP literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/meta.json new file mode 100644 index 00000000000..6e51cc72ef3 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by JustAnOrange", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..da2404a932aa21fe359016e235cf742f6cd63f85 GIT binary patch literal 591 zcmV-V0Px%2}wjjRCt{2+A)h7K@;Sw%tCT zAlRnOE0w@DNwW%uwaQ(Q5cO1;6o+$1^f+dB$K%NV2UF}D);Em2+2RdA^j}kXUW%f~ zq-koOo6RP=-EOYmy6^mzJjsI~KoA5w@k4Ba*4nh&Z76k}${2$*O-&rfe)C6BWJJX5 zn-dWeMbX~5vS_W1h?wzsyfZ|^Xsw;|KXQGc)oShC<=f(AtJP{w@w+&cz{fA+Li0t* zOyTF}3jjc)@xsQZ(;onU?=$!Rz-a?oHG`zUd{M2M!H0KGvDz$gT=`?;tCv+AS59!2 zxaW5&fjExUZFQ!#_I?OuSq7yPE*ER8HcLA$7i%b`kY$B`A|fIpA|fIpqK7MYCud)W$a{O*LvH8$0ow)idOZO6w;koZJ*Krb zoleI-*X#9z<+cmB*^=^}@D4ZIWCyt)u=V@mJnyTeE3y{n5|Eif^;;Fw={eTxToqKR z=xYT>M?j-dh4{W709^Ix-=EHb(`U%C44<4+maF@EgL?frfH~%#?pvL{bJagk;4_$vhBo1^#S#F}@Aokn47{GiVHnyk(38g}Hva0(+k;)xBO)RqA|fIp dA|iUQ{sJER8`MX6Ab|h?002ovPDHLkV1j+f6)*q* literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5d2a28396613ff0f6b177be61b3f61a8c37dcc GIT binary patch literal 320 zcmV-G0l)rPx#`bk7VR9J=Wls#_4FbsvCie8{g5OmdS<^oxDiXdZ7;B#ozlCj7sxb_0JX03&h zB}Y&u1-6p_rr@po04?Mb`Sb$AX*RSl$+Kt$+bgmdocgw8qB#Rww8 z{C})s;P=lw8okq$T+yy-007SEYZXnEf&KU5XBBBhH*m5yF!S5$%$!g5CMhX1P`D05 z9vflid>w}6#~$&yR2V`q*4hjJyQaaeX)teEhEWJ%@h_|%#joNuqgYWCMY#it0byh^ SSDxko0000Px$!%0LzRCt{2+P`btKoke??*%6$88T!kSj3Av7fJ$JJa;|3`cJsk^?%V@wfEoX z+BdcYJY|s$DazDlDa{YZ@G@Bqww%PdQ?Z-x2M(-vzLRv~-Et2gA|fIpA|fIpdR0sv zlX~wp&-3!S-EO1b??3xqq2pK4h&`eAUeh#1nx+f!=e&e-PP^SMjQRUlRYjiXnq^rn zix7?XUPVN!`b0#%_mzD!&N&qk9gRi{O+?f=_vrYS*or-2r_-tYO3UK&n$6})@la7y z;Pcl}P`_Ll{QPnW0BE(2%J}*D4*{_+kNab zcJXQW`1qHIngUstnPqwEoO^N;D~bZf7~EdpVKTib+wJuoj4>#RBIe`PLqrxf!m8LZ z)>;)29goLl6A`u6M&AI5h=_=Yh=_=Yh=}NQS?}ZKIaQ}lp-1M?>jUcIoYP*fS6(Mc zGW)sybpv&HczhO8HxRu(;9vTE`73yijY)xd{WR98|IRG`hu^;i*9~pV?rE*n!C(LYIM~}QV3BdWNQa00000 LNkvXXu0mjf3oia! literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..7f072169a9282ba5e0561aa8bbfdd4401af6b4db GIT binary patch literal 524 zcmV+n0`vWeP)Px$#z{m$RCt{2+A(k1Koke?|5Yfe7}L#Cv(P1DXs7GL9aqfezu8r$-fo4IgVq*aa@TX!zPG`b-P_Scb}@6p(qN=^L%suS(cfq zT4+vHEz7dtTvLdMsj7{~#9B$_;EbkWOxSg-yoP+m%`y#4ZIS50srb^S) zRMjSvNjX&2(lkAa{E3K&h=_=Yh=_=Y=-)ZG(-Z0>HNAuMr^@>QyAToU_xk|wuE*i>W>&{SL~L|*dDQ2?!6)_T>azUd-{uPdz+f=Ia5#M0PXQvLr{EW0Ug#`X=?i!O O0000Px%J4r-ARCt{2+A&M(P!tF7f5oYxxP{(DXh)HtICKyPMT8DcegKDj0lz?}egWOh zAUFwyfI~$@2kBTIgu(*{gHoXc5v0^LZ+J~#6n%Z?-sBz8^MgWZ!o4T|CO5-9fDqz4 zD^N~eY+L{U?7)lP9*Z28G*(`E%}vtzv(yRfz>8N_Hvj-d%ficO1OVuEy!f+(Krur( zIl1`uu;RCe6(7Ll`^xIZyLU#Grj4&NKPdp<_rDIHHvUY$kAKhA+Sazw@%NAeQ1eyT zfv4)FP~H6OpA|Oo47tdC67r8AadNo$>9NZ_ZsNmhbR^; z^zTFL?lo|7c#!)-IBk5L`N@l58wpnnzrm|M>^gyrX} zxSX2Pv@b#X5lCNrYhe5BVa0#AyVV`;pFP~&qCKqmt%2t?gW! zB<#S8$2|b){sbe&0lbVx*eOSE7;`KVoDLI@#*5JCtcgb+dq b@vZy<_>#bE%q2NeD||IOvPr|MW% zu4xi)YC=MSlGEAxh&liNfAgE#*x2~+aJT#RK#>KV&R3JYS4cFh5OC-#pOGrD&PB*Q z%wLo}#Lvlo7c}T<_j2!4m~fzXUFlb;z-7n8;kfnBfOB zJ|SUAmSw^BU#V=VzOigj5C1!DP^TXTo z<0a$l_VJ6mn@yh~ps-xyUw@9}Cglrf7k4oiSa2zKzrDRbP0l+XkK$>XN& literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b84a0d107ca01170fe6ddd06d99ad3185ab805a7 GIT binary patch literal 436 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z^E_P~Ln`LH zy=CZq*g=N%gSg;Ck(Xhzt0b&E6nUrg%+=A$`^)!JX6_OG3wvj_>Rmgjx+VCylFPxh zp07o-%mjBITN!lJLZzNt_5F6$mg%Pp%f00sTwtJbktgfSTz-atPj@Q{$``M_U%hMB zi8-7M6Q5>yMyB2N{yJ}Nh_W|O_C}t`{#ftSTfJ(p@(-V>w14Zxx|Xf#f8Lj~+se5a zzBx90JkdL`Xz5xbajhfHANTYxVtf#lb%KFKoq<8?s+8V*`RFXM1vN9U!xqL%+kU&2u)0iJoS1t*{pXJ*XH+uz9hH#4DejGR2bOt$6?FN{I9u(ayTD(| zU7kU;Eo=|jywm^y literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cd2e818c3dae3de1a3a6ddd974f1db4e2e65c158 GIT binary patch literal 468 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z`#fD7Ln`LH zy=9+$$U%bbgZk1bLYj9kIlYyC9l*ltam>dyX3m*cbIw0}qF!KLd~j)5k>FgJr3tN< zmToj-o$b41-OD8r28N88ytQ?~Mecpy5BT&8>yY+kk4N){h0R*L%6BxnkyIA<;yX=nf~yTCErIOK?Jy%-&s;BvVC5o0n=~h zYn{pG9VU240)6LynKf#2NU>p<&8FVE_08uF$Li=SG3U2m?+iZgATjYg1JFO}&oxgJ zF@63iZg)R-$12UEUwJy_Fc!X%R8UfidM~~I|77E}M`ykTMiYaltDnm{r-UW|m;1v} literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/meta.json new file mode 100644 index 00000000000..3958cbbca08 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by JustAnOrange", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-MASK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..afa3f44ef681950292b0ea0e03264871a7c7696c GIT binary patch literal 1888 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 LNkvXXu0mjfU;NRy literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..2a31a54c67c7c444db26dd57518da64f709a1907 GIT binary patch literal 459 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zTRmMILn`LH zy=mCj3_tNtuN;~~JsC2`7!pE+BtH|4BrHt?$0Y8{s%J>~ng zvn4Ty*2Xk{Y70EnG~;RIJs`hf!t=`MxdHc%rrp2$qJ(ofe?nSZ&bKI?#GHG}v(4-N z|9NG1yztDXoqlc4ww`CdpRa%Iz5o9cJJ#L)efINfcG+#&*$LM?d(UdyGPb|H6?HEC z61(1W5$n95|@n-v~x(y6}gvg9gLhD+Sb ziyvy|+n!gxy=`Ug?L578uXin5wQ5Tx@3ALS_c4WrMwZ3~-`;k`gm-DCm+$3_pU*qb zoaTo4GlA=})ML+?*ChPUZ8=sEw9NF__Z_$RPS3a|v3f^Fd#X=%&-;ZnOh77BQ~$u0 vV?P9e%&8jk(U+x?Lr<+|kcwdV(f^MjQ}|k<&y=UtAX7bE{an^LB{Ts5|6tD^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/meta.json new file mode 100644 index 00000000000..50572b2b60c --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by JustAnOrange", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From 8aa8d1498274c1ccbbe5bf61483e2f06f0dbadb6 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Wed, 4 Dec 2024 01:18:24 -0300 Subject: [PATCH 2/5] Fix pixels --- .../equipped-INNERCLOTHING.png | Bin 1372 -> 1452 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/equipped-INNERCLOTHING.png index b92e9573798fac941b9e0e5563760b663b6d2869..91a2540dd39d807d6aa2ef5eadd868d1a64e73bb 100644 GIT binary patch delta 1435 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 M07*qoM6N<$f`dJsEdT%j From 62e73a4ccd6d60f88171e47c713cf77dfcc6632d Mon Sep 17 00:00:00 2001 From: Radezolid Date: Wed, 4 Dec 2024 01:26:49 -0300 Subject: [PATCH 3/5] Typo + chemdrobe contraband --- .../Catalog/VendingMachines/Inventories/chemdrobe.yml | 8 +++++++- .../Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml index 2323d2f88b6..6c9d9be433b 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml @@ -21,4 +21,10 @@ ClothingOuterApronChemist: 2 # Realistic PPE apron for chemistry ClothingEyesGlassesChemist: 2 # Safety glasses ClothingHandsGlovesChemist: 2 # Heavy duty chemistry gloves - # End of modified code \ No newline at end of file + # End of modified code + # Begin DeltaV modifications - Add contraband to the chemdrobe + contrabandInventory: + ClothingMaskInterdyneChemistry: 1 + ClothingOuterInterdyneChemistrySuit: 1 + ClothingUniformInterdyneChemist: 1 + # End of DeltaV modifications diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml index 536b9937551..7e024db5b13 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml @@ -1,6 +1,6 @@ - type: entity parent: ClothingMaskGas - id: ClothingMaskInterdineChemistry + id: ClothingMaskInterdyneChemistry name: interdyne gas mask description: A face-covering mask that can be connected to an air supply. components: From 5d65a8188ff46dee1a808e5e9d7152b9c755aee1 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Wed, 4 Dec 2024 01:53:51 -0300 Subject: [PATCH 4/5] Eh, we don't need containers. --- .../Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml index 0b98c36df6c..afe3806c603 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml @@ -15,7 +15,7 @@ Caustic: 0.25 - type: entity - parent: ClothingOuterStorageBase + parent: ClothingOuterBase id: ClothingOuterInterdyneChemistrySuit name: interdyne chemistry suit description: A spotless suit and durable, designed to protect you from chemical spills. From 6729a7e662c28d2b6140388000e82e48c7acbdc6 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Wed, 4 Dec 2024 03:01:41 -0300 Subject: [PATCH 5/5] We do like containers --- .../Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml index afe3806c603..4586c8318d0 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml @@ -15,7 +15,7 @@ Caustic: 0.25 - type: entity - parent: ClothingOuterBase + parent: ClothingOuterBaseToggleable id: ClothingOuterInterdyneChemistrySuit name: interdyne chemistry suit description: A spotless suit and durable, designed to protect you from chemical spills. @@ -30,4 +30,3 @@ Caustic: 0.40 - type: ToggleableClothing clothingPrototype: ClothingHeadHatInterdyneChemistryHood - slot: head