From c80cac234621666714030997017115f91ea6bddf Mon Sep 17 00:00:00 2001 From: MilenVolf Date: Tue, 27 Jun 2023 10:31:52 +0300 Subject: [PATCH] juggernaunt hardsuit now has light --- .../Clothing/Head/hardsuit-helmets.yml | 4 +++- .../Hardsuits/cybersun.rsi/icon-flash.png | Bin 0 -> 336 bytes .../Head/Hardsuits/cybersun.rsi/meta.json | 21 +++++++++++++++--- ...ped-HELMET.png => off-equipped-HELMET.png} | Bin .../{inhand-left.png => off-inhand-left.png} | Bin ...{inhand-right.png => off-inhand-right.png} | Bin .../cybersun.rsi/on-equipped-HELMET.png | Bin 0 -> 465 bytes .../Hardsuits/cybersun.rsi/on-inhand-left.png | Bin 0 -> 427 bytes .../cybersun.rsi/on-inhand-right.png | Bin 0 -> 421 bytes 9 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/icon-flash.png rename Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/{equipped-HELMET.png => off-equipped-HELMET.png} (100%) rename Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/{inhand-left.png => off-inhand-left.png} (100%) rename Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/{inhand-right.png => off-inhand-right.png} (100%) create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/on-inhand-right.png diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index b17434c7ffc813..81d861838bd2c1 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -347,7 +347,7 @@ #Cybersun Juggernaut Hardsuit - type: entity - parent: ClothingHeadHardsuitBase + parent: ClothingHeadHardsuitWithLightBase id: ClothingHeadHelmetHardsuitCybersun noSpawn: true name: cybersun juggernaut helmet @@ -357,6 +357,8 @@ sprite: Clothing/Head/Hardsuits/cybersun.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/cybersun.rsi + - type: PointLight + color: red - type: PressureProtection highPressureMultiplier: 0.3 lowPressureMultiplier: 1000 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/icon-flash.png b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/icon-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..5cfffd9203b6df71e5fbc1c534093b299f683a7e GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^T(tTTPAn^Kk+9ze!rms5V+jg;j*bxC9@$iM??Aa0U#*&cQRRo{Q!d| zU!v0SPoMqe4(lFgoAqSszsFNljx)ZPCd}MX%HqhbaNK<3w8@V+7CAA9J>SAmAXfvoS>&{&gvW}W1jWMFzs2{wdROz`Z^}^>>xRb0f{R|Oo&tT{ f(-df+!N3srBt2*9@)Ie*AY$-z^>bP0l+XkK2#JE( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json index 855e3345c98e5d..3d06cd524d7154 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json @@ -11,15 +11,30 @@ "name": "icon" }, { - "name": "equipped-HELMET", + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", "directions": 4 }, { - "name": "inhand-left", + "name": "on-inhand-left", "directions": 4 }, { - "name": "inhand-right", + "name": "on-inhand-right", "directions": 4 } ] diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/off-equipped-HELMET.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/off-equipped-HELMET.png diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/off-inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/inhand-left.png rename to Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/off-inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/off-inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/inhand-right.png rename to Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/off-inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/on-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/on-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..d67b95fdff3b7c84a3e6fcc214f4fce873e19b37 GIT binary patch literal 465 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zyFFbTLn`LH zy=Cux*g=Br!}6p;9X(CQr59EPFDxw-{3BM{b^pl1c$b1x#|z#Fu`U$rO70`aA~7KkuIYJp4Ctb#AIqSKsyXL5FxD2&u8L0`aT{FpBbXT29$NvCU;O2Gw|sxU9lt&@Y`ew0h5gsu zbs6Ut`F~&kEo2B;!^&O?3nD-uV~=0)73Wi{eld5QI{c#| zCUv*{f)h4d)E?~KTzMd_-r-_p#`H63H=kY?`^9YbxPEH;JEI$>o=&_s=D1pP^E148 zeCVW4+;ZPN%Q?=a;8e23t|d*u9Ihf$FZqehN_kPh zH_4>;%Ck$m9bSB&eQWW5?{}Z}>-}Uz#d` z>W3$O(9`RF-}t!8>~*Tf{f0l!=G)tEJ63yo-PR80*QuJhYxm?97f#BvOV{?<%){S( z^IZ0{*Xs{0e^d_CV)fNm<86b5=f*kv4su`raLAM)LFTJr->)72{Jw|eo2}VX!4UPI zd5XV`#X5`my8n9a&;R<(ZtsD@qxIc;O??*bV&3v5=j)zV8L=>Tf@#aSb+Ms!v+tOA zEL2sv*p}77lp(g{#S^wST!9Rq9J|iRHfC`!-{4C+A=ezt`u)l-o0^XnKMvh7>H269 z?Roy{PTr2mBBu}LGbHCp9Tonr8+~W*{<3w8r9bLMzu@u}6qKDR|HxprHS^u3GGOR4 Nc)I$ztaD0e0stJ~y7&M9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/on-inhand-right.png b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/on-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..fa19eea1f7b3c55f112e6790a7d3b467cf11d6e2 GIT binary patch literal 421 zcmV;W0b2fvP)Px$Ur9tkRCt{2+Pi83K@`UE&k#u|X}pjG!OChu)1(RHElg$J#TN;r+PAQ^*#uH8 zVi8C{u!<0O3yVo1YsSlpabs}s|Eu;g1Lw@1*=CLe000000D$9?OMCHrePbl4KZ$f7 zzNU^lWZUF$k~Xn%c{RWH>z>(5gnP7Y4l4_gOnmuxUwGcB)|^>{-{i1R7D>q@`jhDA zI{wlij`cJe9`tswb7%&=d8~fjGwX6#sDS?`4$J&9*d&Py)2LJ#700000006L2 zrt?1gDB9IdlC>Qo+gR?vklgGf*=YgNIxr-+I!UA*7oZvRa(41|Cy6vWgU=S$|2fSv z*-pGP9O-U+A?aKX#W-tRZm{=!r&=@JLfLc+W#du>{Hb=aa=gg{fQ!BX1JaqYNz%{t P00000NkvXXu0mjfHw?e* literal 0 HcmV?d00001