From a6475a0077dc28090747c37411c55c0fac19ba36 Mon Sep 17 00:00:00 2001 From: Flareguy <78941145+Flareguy@users.noreply.github.com> Date: Mon, 3 Jul 2023 18:24:28 -0500 Subject: [PATCH] nukes cev-eris style helmets, adds ERT helmets, eva helmet inhand fix (#17808) --- .../Catalog/Fills/Crates/security.yml | 2 +- .../Prototypes/Catalog/Fills/Lockers/misc.yml | 2 - .../Catalog/Fills/Lockers/security.yml | 2 +- .../Catalog/Fills/Lockers/wardrobe_job.yml | 2 +- .../Entities/Clothing/Head/helmets.yml | 88 ++++++++++++++---- .../Roles/Jobs/Fun/emergencyresponseteam.yml | 10 +- .../Roles/Jobs/Security/security_officer.yml | 2 +- .../ert_engineer.rsi/equipped-HELMET.png | Bin 0 -> 759 bytes .../Head/Helmets/ert_engineer.rsi/icon.png | Bin 0 -> 746 bytes .../Helmets/ert_engineer.rsi/inhand-left.png | Bin 0 -> 411 bytes .../Helmets/ert_engineer.rsi/inhand-right.png | Bin 0 -> 422 bytes .../meta.json | 10 +- .../ert_janitor.rsi/equipped-HELMET.png | Bin 0 -> 775 bytes .../Head/Helmets/ert_janitor.rsi/icon.png | Bin 0 -> 746 bytes .../Helmets/ert_janitor.rsi/inhand-left.png | Bin 0 -> 419 bytes .../Helmets/ert_janitor.rsi/inhand-right.png | Bin 0 -> 422 bytes .../Head/Helmets/ert_janitor.rsi/meta.json | 26 ++++++ .../ert_leader.rsi/equipped-HELMET.png | Bin 0 -> 757 bytes .../Head/Helmets/ert_leader.rsi/icon.png | Bin 0 -> 746 bytes .../Helmets/ert_leader.rsi/inhand-left.png | Bin 0 -> 413 bytes .../Helmets/ert_leader.rsi/inhand-right.png | Bin 0 -> 423 bytes .../Head/Helmets/ert_leader.rsi/meta.json | 26 ++++++ .../Helmets/ert_medic.rsi/equipped-HELMET.png | Bin 0 -> 446 bytes .../Head/Helmets/ert_medic.rsi/icon.png | Bin 0 -> 732 bytes .../Helmets/ert_medic.rsi/inhand-left.png | Bin 0 -> 420 bytes .../Helmets/ert_medic.rsi/inhand-right.png | Bin 0 -> 428 bytes .../Head/Helmets/ert_medic.rsi/meta.json | 26 ++++++ .../ert_security.rsi/equipped-HELMET.png | Bin 0 -> 744 bytes .../Head/Helmets/ert_security.rsi/icon.png | Bin 0 -> 739 bytes .../Helmets/ert_security.rsi/inhand-left.png | Bin 0 -> 427 bytes .../Helmets/ert_security.rsi/inhand-right.png | Bin 0 -> 428 bytes .../Head/Helmets/ert_security.rsi/meta.json | 26 ++++++ .../Head/Helmets/eva.rsi/inhand-left.png | Bin 886 -> 884 bytes .../Head/Helmets/eva.rsi/inhand-right.png | Bin 890 -> 889 bytes .../Helmets/eva_large.rsi/inhand-left.png | Bin 897 -> 896 bytes .../Helmets/eva_large.rsi/inhand-right.png | Bin 897 -> 896 bytes .../Helmets/eva_syndicate.rsi/inhand-left.png | Bin 906 -> 903 bytes .../eva_syndicate.rsi/inhand-right.png | Bin 908 -> 907 bytes .../security.rsi/equipped-HELMET-hamster.png | Bin 21031 -> 0 bytes .../Helmets/security.rsi/equipped-HELMET.png | Bin 741 -> 880 bytes .../Head/Helmets/security.rsi/icon.png | Bin 410 -> 205 bytes .../Head/Helmets/security.rsi/inhand-left.png | Bin 642 -> 653 bytes .../Helmets/security.rsi/inhand-right.png | Bin 655 -> 639 bytes .../light-equipped-HELMET.png | Bin .../lighton-equipped-HELMET.png | Bin .../Head/Helmets/security.rsi/meta.json | 8 +- .../securityold.rsi/equipped-HELMET.png | Bin 880 -> 0 bytes .../Head/Helmets/securityold.rsi/icon.png | Bin 205 -> 0 bytes .../Helmets/securityold.rsi/inhand-left.png | Bin 653 -> 0 bytes .../Helmets/securityold.rsi/inhand-right.png | Bin 639 -> 0 bytes Resources/migration.yml | 4 + 51 files changed, 192 insertions(+), 42 deletions(-) create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/inhand-right.png rename Resources/Textures/Clothing/Head/Helmets/{securityold.rsi => ert_engineer.rsi}/meta.json (54%) create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_janitor.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_janitor.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_janitor.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_janitor.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_janitor.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_leader.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_leader.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_leader.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_leader.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_leader.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/meta.json delete mode 100644 Resources/Textures/Clothing/Head/Helmets/security.rsi/equipped-HELMET-hamster.png rename Resources/Textures/Clothing/Head/Helmets/{securityold.rsi => security.rsi}/light-equipped-HELMET.png (100%) rename Resources/Textures/Clothing/Head/Helmets/{securityold.rsi => security.rsi}/lighton-equipped-HELMET.png (100%) delete mode 100644 Resources/Textures/Clothing/Head/Helmets/securityold.rsi/equipped-HELMET.png delete mode 100644 Resources/Textures/Clothing/Head/Helmets/securityold.rsi/icon.png delete mode 100644 Resources/Textures/Clothing/Head/Helmets/securityold.rsi/inhand-left.png delete mode 100644 Resources/Textures/Clothing/Head/Helmets/securityold.rsi/inhand-right.png diff --git a/Resources/Prototypes/Catalog/Fills/Crates/security.yml b/Resources/Prototypes/Catalog/Fills/Crates/security.yml index cc4884e637..8e01183445 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/security.yml @@ -13,7 +13,7 @@ components: - type: StorageFill contents: - - id: ClothingHeadHelmetHelmet + - id: ClothingHeadHelmetBasic amount: 3 - type: entity diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml index 6396a52834..e02d7c3076 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml @@ -129,8 +129,6 @@ prob: 0.20 - id: DrinkSpaceGlue prob: 0.20 - - id: DrinkSpaceLube - prob: 0.20 - type: entity id: ClosetWallMaintenanceFilledRandom diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 501df7a607..db2306136a 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -58,7 +58,7 @@ prob: 0.8 - id: ClothingUniformJumpsuitSecGrey prob: 0.3 - - id: ClothingHeadHelmetHelmet + - id: ClothingHeadHelmetBasic - id: ClothingOuterArmorBulletproof - id: ClothingBeltSecurityFilled - id: Flash diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml b/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml index 24d77584d9..a256147227 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml @@ -159,7 +159,7 @@ - id: ClothingBackpackSecurity - id: ClothingShoesBootsJack - id: ClothingEyesGlassesSecurity - - id: ClothingHeadHelmetHelmetOld + - id: ClothingHeadHelmetBasic - id: ClothingOuterVestKevlar - id: ClothingUniformJumpskirtSec diff --git a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml index 5b3d990b24..a5301400a2 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml @@ -1,9 +1,9 @@ -#(Security) Helmet +#Basic Helmet (Security Helmet) - type: entity parent: ClothingHeadBase - id: ClothingHeadHelmetHelmet + id: ClothingHeadHelmetBasic name: helmet - description: A usual helmet. + description: Standard security gear. Protects the head from impacts. components: - type: Sprite sprite: Clothing/Head/Helmets/security.rsi @@ -18,24 +18,11 @@ Heat: 0.8 - type: Tag tags: - - HamsterWearable - WhitelistChameleon -#Old (Security) Helmet -- type: entity - parent: ClothingHeadHelmetHelmet - id: ClothingHeadHelmetHelmetOld - name: helmet - description: Standard Security gear. Protects the head from impacts. - components: - - type: Sprite - sprite: Clothing/Head/Helmets/securityold.rsi - - type: Clothing - sprite: Clothing/Head/Helmets/securityold.rsi - #Mercenary Helmet - type: entity - parent: ClothingHeadHelmetHelmet + parent: ClothingHeadHelmetBasic id: ClothingHeadHelmetMerc name: mercenary helmet description: The combat helmet is commonly used by mercenaries, is strong, light and smells like gunpowder and the jungle. @@ -95,9 +82,9 @@ - type: Armor modifiers: coefficients: - Blunt: 0.8 - Slash: 0.8 - Piercing: 0.8 + Blunt: 0.70 + Slash: 0.80 + Piercing: 0.85 #Bombsuit Helmet - type: entity @@ -298,3 +285,64 @@ Slash: 0.5 Piercing: 0.5 Heat: 0.9 + +#ERT HELMETS +#ERT Leader Helmet +- type: entity + parent: ClothingHeadHelmetBasic + id: ClothingHeadHelmetERTLeader + name: ERT leader helmet + description: An in-atmosphere helmet worn by the leader of a Nanotrasen Emergency Response Team. Has blue highlights. + components: + - type: Sprite + sprite: Clothing/Head/Helmets/ert_leader.rsi + - type: Clothing + sprite: Clothing/Head/Helmets/ert_leader.rsi + +#ERT Security Helmet +- type: entity + parent: ClothingHeadHelmetBasic + id: ClothingHeadHelmetERTSecurity + name: ERT security helmet + description: An in-atmosphere helmet worn by security members of the Nanotrasen Emergency Response Team. Has red highlights. + components: + - type: Sprite + sprite: Clothing/Head/Helmets/ert_security.rsi + - type: Clothing + sprite: Clothing/Head/Helmets/ert_security.rsi + +#ERT Medic Helmet +- type: entity + parent: ClothingHeadHelmetBasic + id: ClothingHeadHelmetERTMedic + name: ERT medic helmet + description: An in-atmosphere helmet worn by medical members of the Nanotrasen Emergency Response Team. Has white highlights. + components: + - type: Sprite + sprite: Clothing/Head/Helmets/ert_medic.rsi + - type: Clothing + sprite: Clothing/Head/Helmets/ert_medic.rsi + +#ERT Engineer Helmet +- type: entity + parent: ClothingHeadHelmetBasic + id: ClothingHeadHelmetERTEngineer + name: ERT engineer helmet + description: An in-atmosphere helmet worn by engineering members of the Nanotrasen Emergency Response Team. Has orange highlights. + components: + - type: Sprite + sprite: Clothing/Head/Helmets/ert_engineer.rsi + - type: Clothing + sprite: Clothing/Head/Helmets/ert_engineer.rsi + +#ERT Janitor Helmet +- type: entity + parent: ClothingHeadHelmetBasic + id: ClothingHeadHelmetERTJanitor + name: ERT janitor helmet + description: An in-atmosphere helmet worn by janitorial members of the Nanotrasen Emergency Response Team. Has dark purple highlights. + components: + - type: Sprite + sprite: Clothing/Head/Helmets/ert_janitor.rsi + - type: Clothing + sprite: Clothing/Head/Helmets/ert_janitor.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml b/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml index 3dbb6c18f3..c1f1d9b0bc 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml @@ -18,7 +18,7 @@ jumpsuit: ClothingUniformJumpsuitERTLeader back: ClothingBackpackERTLeaderFilled shoes: ClothingShoesBootsJack - head: ClothingHeadHelmetHelmet + head: ClothingHeadHelmetERTLeader eyes: ClothingEyesGlassesSecurity gloves: ClothingHandsGlovesColorBlack outerClothing: ClothingOuterVestKevlar @@ -63,7 +63,7 @@ jumpsuit: ClothingUniformJumpsuitERTEngineer back: ClothingBackpackERTEngineerFilled shoes: ClothingShoesBootsWork - head: ClothingHeadHelmetHelmet + head: ClothingHeadHelmetERTEngineer eyes: ClothingEyesGlassesMeson gloves: ClothingHandsGlovesColorYellow outerClothing: ClothingOuterVestKevlar @@ -108,7 +108,7 @@ jumpsuit: ClothingUniformJumpsuitERTSecurity back: ClothingBackpackERTSecurityFilled shoes: ClothingShoesBootsJack - head: ClothingHeadHelmetHelmet + head: ClothingHeadHelmetERTSecurity eyes: ClothingEyesGlassesSecurity gloves: ClothingHandsGlovesColorBlack outerClothing: ClothingOuterVestKevlar @@ -153,7 +153,7 @@ jumpsuit: ClothingUniformJumpsuitERTMedic back: ClothingBackpackERTMedicalFilled shoes: ClothingShoesBootsJack - head: ClothingHeadHelmetHelmet + head: ClothingHeadHelmetERTMedic eyes: ClothingEyesHudMedical gloves: ClothingHandsGlovesColorBlack outerClothing: ClothingOuterVestKevlar @@ -200,7 +200,7 @@ jumpsuit: ClothingUniformJumpsuitERTJanitor back: ClothingBackpackERTJanitorFilled shoes: ClothingShoesGaloshes - head: ClothingHeadHelmetHelmet + head: ClothingHeadHelmetERTJanitor gloves: ClothingHandsGlovesColorBlack outerClothing: ClothingOuterVestKevlar id: ERTLeaderPDA diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index 24a24844b8..d6a4c19f61 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -25,7 +25,7 @@ back: ClothingBackpackSecurityFilled shoes: ClothingShoesBootsJack eyes: ClothingEyesGlassesSecurity - head: ClothingHeadHelmetHelmetOld + head: ClothingHeadHelmetBasic outerClothing: ClothingOuterVestKevlar id: SecurityPDA ears: ClothingHeadsetSecurity diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..77b6ef5b3d4f169698c349fa5681cd1573f3c206 GIT binary patch literal 759 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V1a zPZ!6KiaBp*8FmXhiX8vX=o-}Oa6@FvnoZu6t;u|*lJa@m~Ca}Np2X7A3 zt&Y7%69qYT8u#w>Efi}!E!7LIfuXTO9+nTZLcb$nCi(}rF$1meJ!c{)c7r&q8m&_=#=Vp%E z-?#CMllHltO*7u{Y|#%hp&piif=&0{O<(-_q3;5FyN+Kbb^n{$ug8egi|^aW@>o_N zf2Zdi{^`Hpl^-bctnY0sx_Nl={OVm-C4CN6++j*)yqYDt{eI2=>_5S;+1Q#H4_&xx zydXehLFuIqvAJz2Tl~J2Y zx|6m~`={CtznkGf2do4c6Z$w9id`6HC^H?95oCDQ!C>Id(qO5?a0VvjaE&wOI?Il} zxhw4&epL0Zd)v2cvx8+%S=ugLoua}z8^4-5j<0{J{+@~07_sDWX6fq9Gv_*3?)ft7 zMTyml>;Io5O>UmZ@Ks_}p~v#gA01U>z2xNUJMD5!N|Jt`Q@!x$_G7k!C~*fB_Qh{K zouBVmU$kCte)G|r4^)1wQCcU+@nBL(Ez`xfWyWXIRT3;%wWfM~IjtVxdtmY6wMV~h zo)gXZGGhJqzC~57EVnohuZ*lwW=x4+Utj3v-@TljU$-i_lMX7M^;GFLIpAZV}>K`OjW8+b--qQ-S~h literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/icon.png b/Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cfee6aae70e0f89c0b04d57506ed9f2b5940078f GIT binary patch literal 746 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabRA=0U~I~Cb`J1#c2)=|%1_J8No8Qr zI6rlwr3bU4MC<+|!krp3oQ@=MZ#7cTN?I8x;Hc=*>Y{t+?hK6-^F;HcWX&5~VsgFV ziOFl%wyss+kW(lt3+pmddTlSQ=-Bb#fPsAeGuyO#4j&Y$99wPexDWwYh`j;gJ&u*>6I@l|cnrXTk+d~|oIv6wtmG=4AABHqFt#$9>T`cPuA zr$6U>u5#-l$A{HRrCsX+=X|tWVRZOhNsWtz&YILyH#CxqPi}1a-D({)P50+Pmx;k$ z*F~alihh1R?^WwU*XlH{mqxcGljnFQWk{^q;4_U$FfunV=FukkwGZ+?|1~U>d=zy| zqd#nYSvkLb-uF_L(EftN>3?=IOVo(h zZeCLQ#`&_`Va4ZeY*G0=J9v;FVcC!MN4`2*{uOaic^43h^wlq>eFb3qN1Ym^72=) z3||r%-p4ciOlHW*$q5Py`k%#+nwsk4<8vd7A@87f!+-C9EoxW$<+Mb6Mw<&;$SzUPO@q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..5c7a58cf14ec9b427593580d2b797fc729364a62 GIT binary patch literal 411 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zTD@XWRaF%e6U)iTxe>--ZEf>EiyW}Dc+JGzu^B!fWh{KQX5c$v%n*=n1O-s00=W?UF+lo3O@04aSVxYe>?3iU$X*_ zTli9=3E%7QZFNXHX(!t~{k5mUpDpSO#J>dQJz^5q&?{&(Qr*GTR2_2rlG>q5;Q}5G zt4p*c9pf`M3o0x)aH-g!>Aq6E;41o)dmgfiWTQS4B!tK_7R_f*l7~ySV=aEm(j1!=b+#98nrm0*>=) zBuFQ&ENyy|UmE7v6s6!0b=BdE>x3tj$31Q?*y?1a&eAm3pH=gtUy$|;VJFAE8ZE8{ pPm~Y3)*0XV**ky7gKZ0@h&!w9?q2z)g9qqe22WQ%mvv4FO#sD3qDBA! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..2206f9d17d5ee68d08fc2244ca294cd50ddc9f14 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xTD@XWRaF%e6U)iTxe>--ZEf>Eiyg!S%qM6F?cx0*}aIpn`)S%(!D>_FJIfYfl%)kO=p;*BphK z6?j-LD7kR0{k}i1UZt#Kk?Y-(iT2FQQujKfD}2n88yIDnc^+si@QxNedF5=b#^lF5 z#UIUC3*_dO*EW2P*{fmvfNA0K3+yaTrmTWo4F&hvdqk3#1Tua+*_l;bT^MohqJvkk z*Ib7_%f(k4{`^}fyMX6)aax7>+mWXF1n3yUH%@dmdKI;Vst0OjtZc>n+a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/securityold.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/meta.json similarity index 54% rename from Resources/Textures/Clothing/Head/Helmets/securityold.rsi/meta.json rename to Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/meta.json index db2bbfafd4..6aae6f0097 100644 --- a/Resources/Textures/Clothing/Head/Helmets/securityold.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Helmets/ert_engineer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Sprite taken from https://github.com/ParadiseSS13/Paradise/commit/813f0a3ae556d86dddd7c4ef93a52880de8d2e37 and repaletted, inhands created by Flareguy for Space Station 14", "size": { "x": 32, "y": 32 @@ -14,14 +14,6 @@ "name": "equipped-HELMET", "directions": 4 }, - { - "name": "light-equipped-HELMET", - "directions": 4 - }, - { - "name": "lighton-equipped-HELMET", - "directions": 4 - }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_janitor.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Helmets/ert_janitor.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..67feca27edd002e23377c1a1048b68e44b6a8917 GIT binary patch literal 775 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V1e zPZ!6KiaBp*ZOj%9lsUeiajA+z`i2;>*sM#M8=V!J^;p|E`t+JM|8MeUkB!+?Ui3=A z!@>NbYeA7k$I4?XJC{zp8MJHdyZ`R68mY<)9=4qKD?`AfB*fS`g=Y0 z_vMUdX0B?Ot$2l9Uen@`>;Fy`5iVBOw_kU<|ESuqDtT>~_Eo)K7XvxMXZ-U&HGheJ zHsh2%QEOj4o}0jU_35geORDzD#S};VQxRIj5>T}1UdEc&pS^#3zc4ZTVtCX(iFKW& zu07Z4YeH+n8{&$NueLdI;v>(FIgtnAt~@Kc_;x~dGfz#)?uC7i5A3tgW?UM?X&(1) z?#s`6ElpgUY^Ip!^H$h3{HW_bH#yhWpQ(3Y>>Jm$<`UhX-xfad`#5vgrZ06G)6S-4 zR!8mq`>8-pD1+zcQ~woLvsQ#?HCIeBjNsf6U%A{$TweLI{jIr6eNVo9oBxYD-}bS5{UYuUN3(pm=9C7}jU69l9u1Rr~9n4G!&c0rtSipr6`|C*Eg w)Gt;a_;2vhVsejrTyBbfGL~7)78&qol`;+0A5R7YXATM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_janitor.rsi/icon.png b/Resources/Textures/Clothing/Head/Helmets/ert_janitor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d688522bc506b069b2790e9b29bca3f8bb68c71f GIT binary patch literal 746 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabRA=0U~I~Cb`J1#c2)=|%1_J8No8Qr zI6rlwr3bU4MC<+|!krp3oQ@=MZ#7cTN?I8x;Hc=*>Y{t+?hK6-^F;HcWX&5~VsgFV ziOFl%wyss+kW(lt3+pmddTlSQ=-Bb#fPsAeGuyO#4j&Y$99wPexDWwYh`j;gJ&u*>6I@l|cnrXTk+d~|oIv6wtmG=4AABHqFt#$9>T`cPuA zr$6U>u5#-l$A{HRrCsX+=X|tWVRZOhNsWtz&YILyH#CxqPi}1a-D({)P50+Pmx;k$ z*F~alihh1R?^WwU*XlH{mqxcGljnFQWk{^q;4_U$FfunV=FukkwGZ+?|1~U>d=zy| zqd#nYSvkLb-uF_L(EftN>3?=IOVo(h zZeCLQ#`&_`Va4ZeY*G0=J9v;FVcC!MN4`2*{uOaic^43h^wlqs;|M)qN1Ym@^XK} z6+y-u0u0v#8*j?V$q5PyiZI)onwsk4W$<+Mb6Mw<&;$U9@kBHL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_janitor.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Helmets/ert_janitor.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..d07ab1823832df10b44b42b06a9b1855d1c8b128 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%xTD@XWRaF%e6U)iT@z9xVZEX`_wl^p!sNuhN^&4+bPtP@L)+j5f z0hOO`+2aSK_)3EOg8w4}2G;|3P5@;%3p^r=feQA6Frx))unJJ{g{O;SNQC>_X^uk8 z3OugTszEF6{NLry+$0dh zu~*@j#8O|bSI_gUCv1Fj{Dym+0%JnptBRDMf*wwv1v3t?baDO*TCn_f!J)qz1yLF* z(~q<2R9ty&z0+@kSK{f-JVH;H7=u=^Ez)mNIBxBBifyfE(sp)*8$SaCnBJ>wb^6{G vFu|NFQIO}SN5Q0cp76TI>S{Z5JYI6fG@tq$dqp4*=w}8`S3j3^P6k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xTD@XWRaF%e6U)iT@z9xVZEX`_wl^p!sNuhN^&4+bPtWM+Xk{fe zpz_QVZb=};R}$nG{2v)GxE{E30w}{-;1O92RInd}87)|YRe*x8JzX3_BHZ6za};V; z;97(;kegdx+weJNuZHmhriIHdu(LRsvI=rF6x?U;5lLPW$oTPOXI61_VZ^zM4qm}t za~=9D7hi4o^KYH(0-o2!ab4U6dd%*}rZb2F4VOq@INq?IySX*}*EYlmJ&|@uUN}3A60d?wz`G`G##H(Ax~2u6{1-oD!MdwtZ#-M`$Muc0x4}N< z7t^}KzFby_U(2+2$JyT}+Rs1k>o@30skvh$e?G!tY0$ym=KT7j)z#B4zW*-h`t2U$ z%^b0C`!^>&Ur*pU^0BbVPT)}nOWlf`*JvpNFal-?w$YgKhoVu;`A+rW8(JipoI$S_cVQDxg$O0+41vx6mu3muL_nr@t2EhmoQslubKqs zgm4S71=n6=e){rgq380g{towN8*p<@S|G=KdH02idInXUGb%4KSR+#-gTe~DWM4f D+6q+0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_leader.rsi/icon.png b/Resources/Textures/Clothing/Head/Helmets/ert_leader.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f38509cbc1cb9392607d290e14af9d72ca67807a GIT binary patch literal 746 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabRA=0U~I~Cb`J1#c2)=|%1_J8No8Qr zI6rlwr3bU4MC<+|!krp3oQ@=MZ#7cTN?I8x;Hc=*>Y{t+?hK6-^F;HcWX&5~VsgFV ziOFl%wyss+kW(lt3+pmddTlSQ=-Bb#fPsAeGuyO#4j&Y$99wPexDWwYh`j;gJ&u*>6I@l|cnrXTk+d~|oIv6wtmG=4AABHqFt#$9>T`cPuA zr$6U>u5#-l$A{HRrCsX+=X|tWVRZOhNsWtz&YILyH#CxqPi}1a-D({)P50+Pmx;k$ z*F~alihh1R?^WwU*XlH{mqxcGljnFQWk{^q;4_U$FfunV=FukkwGZ+?|1~U>d=zy| zqd#nYSvkLb-uF_L(EftN>3?=IOVo(h zZeCLQ#`&_`Va4ZeY*G0=J9v;FVcC!MN4`2*{uOaic^43h^wlqs!7+=qN1Ym@^aJO zR~D1Mm``|bIqhdoPEJrzkkyR;si~PM9S?b(e*TZwWz5;Q^>NAj$O#3-Cm4Pq%GCO>5%`#H(z z@M9M8m*ZaAE)tl--DvSf!fNG|YaLPAs{X9WYjq|~xi%|!VM135PpPd9$GK`L#)|jn zS{`hBpk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zTD@XWRaF%e6U)iTQO>+zZEa&U<9|?4P{V)k>Nnn=o}S7|YCyFG zpEpYaDc+JGzu^B!fWh{KQX5c$v%n*=n1O+BKL|5gum-CD1)q7kIEF;Hznykb=&*o* z>+a5_NB-C6mmBiF?Y($1`TH3GF?ALGZxi#An1nUd3>u9D=QwZPe!x&Gb+v3_wjhhp z1-+|&a~HT~<+E^{*m&iQRbw*eMrSq^g_#K|mB6839x_^Zyj>^V*QbdyAJ&t8Sr zDNA&?Zaug6SICW=A0%Jd%+lbS`F5h~K~tddU|W88H{Q!T%=>-uf$T*SYBR$(9N79? zUDf}B&%!TU9sxou9%rRGcIhfOPI)b>oZ0-0D|26Svp%cgC&x+JCDtuXMFAY$2@(A) mlfPaqcy3;o+;qEXPW*-CyF0c7T&)56n8DN4&t;ucLK6Tq9GlGm literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_leader.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Helmets/ert_leader.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cd8e066d37a5bf33ea8d4aac744618ff041a1ff5 GIT binary patch literal 423 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xTD@XWRaF%e6U)iTQO>+zZEa&U<9|?4P{V)k>Nnn=o}SUs(aK6{ zK;>rx_Z_X^uk8 z3Oo$bia{BF|Ci5pcq8E0UG-AYnz^Y>_ONQDj=5nYr-bl~hQKDp+iD)$CL9kjJMLro z!&|Un@yUZT7-ZbnPt#%OH(4w%T(KnMOOggt({savJ&G)IrYhLXTrlZ2^9zf`tcH4q zd|W{uoo>1lUdx|qIP{{%E4x5&PI6L8t>*#*hy{iRk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xTD@XWRaITHW{sGbSWZsP)2C0Zt!;vWf*SsNSHJQ0^z@95j-EDc z8c_MypoR@VimxQdFZe$)U~oNf=LArOv%n*=7^vU~2s2LA=930GfZ5ZiIe9~qbIV0ktF0(a2UXZ@UxkC;6^ z_5}Qvs$yLD^YKdwAs!3o8G^sUL*xb9F4rG;^Ie0nYsyj1^!*>jV;(RaW7SKDDTuys aOZw`}6DN3iueJiih{4m<&t;ucLK6V{Z?^FO literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/icon.png b/Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..377fad32bf4d5e1a9d8d6e25a62360dccb3ddc50 GIT binary patch literal 732 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabRA=0U~I~Cb`J1#c2)=|%1_J8No8Qr zI6rlwr3bU4MC<+|!krp3oQ@=MZ#7cTN?I8x;Hc=*>Y{t+?hK6-^F;HcWX&5~VsgFV ziOFl%wyss+kW(lt3+pmddTlSQ=-Bb#fPsAeGuyO#4j&Y$99wPexDWwYh`j;gJ&u*>6I@l|cnrXTk+d~|oIv6wtmG=4AABHqFt#$9>T`cPuA zr$6U>u5#-l$A{HRrCsX+=X|tWVRZOhNsWtz&YILyH#CxqPi}1a-D({)P50+Pmx;k$ z*F~alihh1R?^WwU*XlH{mqxcGljnFQWk{^q;4_U$FfunV=FukkwGZ+?|1~U>d=zy| zqd#nYSvkLb-uF_L(EftN>3?=IOVo(h zZeCLQ#`&_`Va4ZeY*G0=J9v;FVcC!MN4`2*{uOaicNq|h^wlq>Y6ocii(QL%gd)t zn|Al^-KS5V=H%oA1qG$1rrx-5!^g)b@1S?XfA4@TYGrr4i_Uw;*~?{QWB?6d3bEY; zq(n-B{DS{u0tSEo=Yl|a&H|6fVg?3oVGw3ym^DWNC^*B@#WBRf|83tzzGej;*XWg8 zOrppB|9`FVpiR2_=5F=IX}6gfFR^Y9_!-RL(9*vmlrbU5CCf@PmjCmbkl5N=tM0^4 zD_y&~dhu(MiH5h+cqYnmi3O&6X1iF67@2ur^SXX$@`F9o1slHSscg92tlx5Xqe|d5 zC7UI^Ni5G4iak&LsZcyM(fIhhq`CWB%Kkk2+b(~{>8X>)OU|BIuD#QmXBY$B$l&Sf K=d#Wzp$PyY$U>?B literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7b91444077a6c3e13770e4cf70a4c575402f05c7 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xTD@XWRaF%e6U)iTS+i!1wYAODr%!`|f*SsNSHJQ0^z@uIZJM%@ z8c_KWKFg^LQmmL5?PLWey!hz7q{BD#A;RntGFa_MGK<6x(^cWYW`9TNIW~ znk4#U#^x!Wj{pB0=Uk%ux_H|}aSw)wDfi@Niqsru)eDGuz;u+gUh~53+#L_=L~>?n zOj)~4Izr&r=ee`gJ(hh~v6oBe3Jc?9b=8HH4K-ZPwJma%TaS;>Zk=j)rMRH&a6 yJtOVpXsglUYOuz=Y4X>z1y9ZE9yOhA3YwSr@YL7Y{5hatXYh3Ob6Mw<&;$TlE2u&M literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..4982132d29ff138f5ba245a52dbd9156163d0f15 GIT binary patch literal 428 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1^2Ka=yTD@XWRaF%e6U)iTS+i!1wYAODr%!`|f*SsNSHJQ0^z@95j-EDc znzE7_PzQI%^_xJ7za+>n_&*9@xN>L4LZB39fk$L90|VcF5N5Ps4ORgPzV&o*42f`m zd+jb?vjPw6gU}T`+dls5-z~S2`^V;m_ued0pV%->|Dbf$Y4PL+#tud{1>Orwb-PMD zFB?xe`kg2EqdKdCdh=qt2ANgqsZ1v}_q_Sda6ag4Tq~1@!8b?0fXTIh9eF8S^BzGSH*00 z-^3($?)4gd(+@`uoUuOi?X{G{`G&B>=K{Covl4uEd|MiL;j2<$RYPf3!;@R;&(2zT z_WZe&IrW)(mjc7DrDs3*JM{fbwP%?dlG!M1_`qnwXX!6Iw_J^G^gjoBoWax8&t;uc GLK6TKgs}wx literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/meta.json new file mode 100644 index 0000000000..a4a0293921 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprite taken from https://github.com/ParadiseSS13/Paradise/commit/813f0a3ae556d86dddd7c4ef93a52880de8d2e37, inhands created by Flareguy for Space Station 14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..a644a20e0a1b3e37a62dbe85bf07ecdf62f39192 GIT binary patch literal 744 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V16 zPZ!6KiaBp*8FmXhiX8vX=vd^-A+tMPq5A4kwF!s3HFFfr(wEgOj#}iOIp%vt_Dqgi)t>LoscFv>?#;e`?j7s1y9~u< zS`W(jO2rni`Tv-4-_t?Fwd)qUXH$4!%CSi*E0_LmeE0N&tKt9DkFn3Th&dd5Y+?3y zrQd=V*;i7G8uQn6y;nNu#lWimdbwl9yZ0|%e|fBadHF|iM~3?`qVez9vN^9=AIRBh z6Mg^wA-);sZX56zSlO_wJh7?9Ft2-SL)q@$==J;moBsRx&$q`-`N_`x`3{RO9@uf+ zd54jo(XpsDzXMf%%ljXk&)KOTN4p!acY`GHi&8vT7T?)qVCrORi&kNPKc zXUUsv&4kGv3t=usv?#NapDdl?2F}PiZ%#sV78ie>de-@ z8cG~0#R$HReoX(5&rO@Ccp6il4s!#me)@2Ee>8E z;9#AY^^;)@%bbkgx_>MeFF$&@yO2S1s#Omok54pAYmzx7^MYv$Ck|KaD>4_1}`smTNPJ@$ZU-`f!Xmd!vhRcOZ_ QVA5sqboFyt=akR{08d3z!2kdN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/icon.png b/Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e9c5c7ae71ccd2ddaa88606f8baef2d1c45d39bf GIT binary patch literal 739 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabRA=0U~I~Cb`J1#c2)=|%1_J8No8Qr zI6rlwr3bU4MC<+|!krp3oQ@=MZ#7cTN?I8x;Hc=*>Y{t+?hK6-^F;HcWX&5~VsgFV ziOFl%wyss+kW(lt3+pmddTlSQ=-Bb#fPsAeGuyO#4j&Y$99wPexDWwYh`j;gJ&u*>6I@l|cnrXTk+d~|oIv6wtmG=4AABHqFt#$9>T`cPuA zr$6U>u5#-l$A{HRrCsX+=X|tWVRZOhNsWtz&YILyH#CxqPi}1a-D({)P50+Pmx;k$ z*F~alihh1R?^WwU*XlH{mqxcGljnFQWk{^q;4_U$FfunV=FukkwGZ+?|1~U>d=zy| zqd#nYSvkLb-uF_L(EftN>3?=IOVo(h zZeCLQ#`&_`Va4ZeY*G0=J9v;FVcC!MN4`2*{uOaihY1jh^wlqY9s?gQBhHOd3hWI zLox$HHUmRWPEJrzP!R(|YHF&Fk54@VL*7B}hX39HThz+#co&`bjH)~%36>t`KL>4nJa0`PlBg3pY5_fkJ!%cdtEbLuzCHig2cc)Z53dO*Z;+z%n_vH*_jxTxbY}nnls7DKF*_rr#1Qf%CqrK_I02C9p=wlSg82q56g}~&+gNzZ0k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1^2Ka=yTD@XWRaF%e6U)iTsb^rYwzer{U_ zX&3pL6?k03-BTYN`(OVquhHkuyPod;*Pad<-!y(X=s#7_D`jM%$E&C^m`#8+#vAb6k@Ih95$AN-IZXWSJOAq*MKg;=j zal%HYg*v5o9yC?&-?uqpZi83iy3Jg|SC|?vtzw&a;duk6P+vLUDYn(3pEj^7RlEpy z^!g=mh3l|%kmFqqSH&Aoj1T(N8PECIJAcQ6EeocoYjEBwS($r78R%~YPgg&ebxsLQ E0L+T1zyJUM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..2f289e525ae26f994a555f142d9cd0a896c71904 GIT binary patch literal 428 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1^2Ka=yTD@XWRaF%e6U)iTsb^rYwzer{UlFziEw{A z?I2&X0*^!ZLZcav|J#@AUSVaCeU;k2uO({Bo+WWFl<&E)Y9)j$U|J@`bJNUqQ|p#x zdo0tuj>d0d;9+G>W-^G`8#ReRC&^WySN4v4wXkAtw|ANOp zx*zPS>@_&_SfZ9X)cp@&4{>|$9MQe`fsC;7PgTcOu8;#O99Vm}{sk3WyK&{SX?2_1 z2czzk+hIFL|$nLO*UTcXa$FZF81EcPYb*TkJ>jWFOk@ zQ`KEjrzGid;B%1pAI$}3{O2}1PHKuOU=+P0cH{@6*u-0b=QWy{fF5V?boFyt=akR{ E0IJKO1ONa4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/meta.json new file mode 100644 index 0000000000..a4a0293921 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Helmets/ert_security.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprite taken from https://github.com/ParadiseSS13/Paradise/commit/813f0a3ae556d86dddd7c4ef93a52880de8d2e37, inhands created by Flareguy for Space Station 14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Helmets/eva.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Helmets/eva.rsi/inhand-left.png index 3461b5504f55cfdf25508e9e1126b8841993e134..801be1333e51fbcebdedd07543f31ec0e1935bf9 100644 GIT binary patch delta 335 zcmV-V0kHn|2J{B7F9LrsNkldC zxcJ1$Lv6Lc$P`S0X9}jk^A15=f^f~mne;Sa?G}zJI1~UF##^|yNCNPS3#x1Y!h0Bp z1;p!0Q4!#>a0)ak0D_NIYt3VtBSSw@ zjG_t{`et z)u&D$YOCXyOu-a*reF#@e<6rl5T2R1lDP6Ysl@e!Uak^ubXf+`z;@EOKo z0r9?4R0OyzoC1vsfZ$`*TJxCJ$PiIUsYVoNj{h`YMZgA*9~XZpqcs|{r2tSqn&U?W z{LYA$Kly$%$nmnk+2?MpI|YIAqc%taHn?wB;-i5|LM@_zacN9IrEBR4hM9sX@JzuJ zc&6aK!2dZnHSVS$HVU;t6!fhs98p!I#JgrolXo_)S07)cPz&-V7v?m3XXCoPYOeJi zL0lL^uQ0jtA~s2wt|0efgk8bTRla!xN#OgL^Fj?bJG({IveLmGNf1GL;Uox>{~5oW0x?K_Er1vT#W;VsJ_3SfOMVf^sfb3o zJo&33=V!q*e$V4Lc?Cv3uL;C3{Y=jMWZ?C6lR%hqbb;kzo8Vr$pbL~P=mO=n1m_%Y z;+X<8f%o6OQUnMlaF(ZyO28)2Lf_zUWt)_Wr=5e8=^@WtGQ^ngYH9(Kmic&HP@i%y zkTM_BNe(!3HtbBgfO0OY+EO*=rhqu@-hJj;01PzF)aX;JwMln2W{N->H>26-$jZS| mCCIe$8!LYWH}dZV%km49(;*2tdY(`K0000&jM;S$I>VbO z=>T~xJv4#!mkhxWC_^v=%0mSAN-R%@%Zez$1`oDRc3(7_0D&YB_zcK8GGHTMkO=G) z(39jdR{=6Uzl0DZ>eLS)lOTfp!dVa`|24ij1!9o=Rsb;sigAB(eFOx}mi#J^QxPS( zJo%fU76@~RF0ejq7u?Gb41qEPL!kUE!L`Jj zc%%SL;QhC6Q~`nsoaJe!5wHog(04dp*(asqY3CqidMYztnPRy)&g*)sQp^OJ`Y3@8|F(GTQmVkaIj`I0NQJq z4-3%y8+~9F*kRxj@TdTgK5s-cCIc71AYv}5Mi<*Cy81cCfg8#DnM=Et1#qXBb4EvkT-)0}`x*Rm%#Oc!*4 z&;?x}bisLne4Md9Ax;Wnqfnocs$fdqo*vS_IMADj3 l1ZyQ4+kaHS8UDS%`yXU^KQ9tllePc=002ovPDHLkV1mCXm2&_9 delta 340 zcmV-a0jvIi2Z0B$Hv)e(NklU{I9XE+fc75e z(*g|PL2p9#z0BdCowi>p2pfW(bBr z7=j@XhTytDKF-*l5ElihQD{#|Rp9fy$CHe0397&y89dQ51U{;_5?VnC^1+<1e&QV) z=va^z+!(y##U4zwZ0LK9?h#Uy&(R~nYu)uKia_>k8(O&8S!ZjyR-qFl01ooS0ExV2 m6hWy(WB-pTxWc~|gzyc2pFcT7Gral$0000i0FnU=K=QYMrOr3y znE)tYeYdaK0dNW!x2G))KnnOtzn$fDWdnG}18y^To9+oys0W9%0HJL2p%1J=dzS}* z1s_m5n3F72g+oji&^|;F5a-^%xgeFZ50AM8965|LcKQ@;ZOW03H9NqKo2J|6@XEF` diff --git a/Resources/Textures/Clothing/Head/Helmets/eva_syndicate.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Helmets/eva_syndicate.rsi/inhand-left.png index eddab769564162066c4e7c1032095a3a49512a0f..5274c948281b69a7a036a4be3149f1ea51809d16 100644 GIT binary patch delta 354 zcmV-o0iFJe2Zsl+F9Lru$p!3`TKXcZJ-x^8W9-k6Q|@nG#L=F^MBJ zjvY85iBxR-FByU%2n@jx1pY#hN)(TUlxcTUYL__N&{ILgF<#=aMH3K;*DIT1AmLk# zhXvvdkX^vgc`ru=B=m8&)*|Mdfr#u&s!;_t%(reA&@|8UM2CL`hMZ&P$^;_9?L`n{ z-l7Qb%!U{I%6QB-Y+%TFgDO~;+qNw0E|_K}#xvx+K@-5Rey;m`JZ=fRpYmOPJ zbS*u>VTND`0z)tafgw0A2!GDaCV5hj8im@R3i?(PFV(x8HWnLmK6~ZM+Iv_)wS-zw zia!V(43@>rQ?6RHf|OV*k9hLVLtt=BofVW`Ot>r9B(y%$+<6D79Qv8(fEqMA8yW{} z)*V3t4T(NK7|^B!at;(hS&7E`6;*JCe=qR<8w`vf$j?p1u$p!3`TKXcZJ;6^8W9-k6Q|@krGY&F^MB3 zU6vcBPMcUnz+$9b-^imLUY%lTLq6rAe>y=G0knk3rGaFuTl<}Bv*uaqE234>ww{2P0T`As{a*L^h{H!w-#|wI*4$>O z(zWyihZ%w)2n@jx1cu0&C?NJD)rS2FKJ{L8--ryMj$Z=`+opcaYMdo_P(ZL9w%; zaKL8W5hPHM=<|aCWlA8&KoOLcXnbB#1!ws80`GqSC$b>Y<`96<00000NkvXXu0mjf DZ8N4d diff --git a/Resources/Textures/Clothing/Head/Helmets/eva_syndicate.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Helmets/eva_syndicate.rsi/inhand-right.png index 10ffa348115e969398ab87cb0a027945300d7ad8..93a06a90a776b68b065b25703741db7243bb16d0 100644 GIT binary patch delta 358 zcmV-s0h#`c2a5-=F9Lr@NklC^3KLsS}tPk4FXRqniL# zkqr3Nyh7vP?4C19T2Jra$w{Eir_A zRk8@Wo>c6ZkLO;3vdYaH2=>HO$qrY|hD{f+*2Oq)(dy`QC=gA%H=nr>;J`(jFv&rm z;;l`(@-edtto1Ms`y8z7EER&xQU1ZoPr;r1d%-+^0o{QiFXbPro&W#<07*qoM6N<$ Ef_kl{Z2$lO delta 359 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 UTW)TBk%L#mjHdccwF|HR55)XXvH$=8 diff --git a/Resources/Textures/Clothing/Head/Helmets/security.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Helmets/security.rsi/equipped-HELMET.png index c139614ac9d5d0e9204c46dc0ccb56d5f837a512..4fd9f44ff218b7c008b471c3ab41e442597b4e73 100644 GIT binary patch literal 880 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=`BfniB`&GO$wiq3C7Jno3=9=> zRF7M8H5dr69HPtd8V=luBm*h+M-(#=(s($)y_eF@#z*j7tiUnJ$4Q+ zrA6+zF3@gn)A?6NkCm{IzRq^q=<%Fh#xYHC$V|VP82z zRCYx4SEHM?zZep7TU9*!KRps{m|{6a>*K@M{pW8#-?yi}ST&We)#%2Vg}*!}?Gp8P ze=UsT;`dw3+os?9`ug+h+UL95)bev#m!9hVuHw0HO8pP!`~Mj)cSrty{{H>kyWduR zT(__{fTK}I`tXcfwqlC=neH(%?4JBK`;*J`|IAHH4DZx^kJtL`%Wh(>(5uL8IzLf@ zVLM}962l#~9i5B?(htCLs87jXlGQ_3jJ2|1S8~uxN(zX*Gj1*5s`4g`8_I z{(co)&yYEJxY zT2@(cFB3bvgJ`6d{`KeO-PNnVe!imoAb6R5 z1^j^tNwkyU;LhTUb60V@0t|3l6@ksg7-(Wn92_Pv!Kr0-0#jeP+MkuA6*+XBBtL!!@&hFq*C2VtR3t&7s1a zDNi>}Un|hI`PJ#|>rZSd-TUgmPqBi%8$X4GtZHzcnEZ(S$H%`vl@6Sb-@n><;_5$h zj3(_-(Vf*0T>9!r_&(NKlcqn2;oXJ#@vPt86-A z`r)cKuKP|KH@g#63B$Glc{=40x*sZ}zUV$klzvkkiU!Q;7+Rb@ZZ0C`wdV%jh zGagvUtdd(KxZ(ag0}0-bCUdu~^9whbJbg#gyPAe;k_xsv)24?V*>P`&xbTu!vo_9> zDzU!omF^&MPV4wa#i#mADm%Ws`6V^w#+pl;f3_IQGBm{ObYEG@A=mXM-r?^}nb2EF zE`c$or7sqwH25?yI7BYHC3|z-glUzVqt`^$0u7pUM)&we!;j29e;9IeUsVTBJ05jD z_8Bw7mE~)9oL$9anUktm@=Q1{ufJRJyF}j$<#jXpNezL|4|#uZb3XA~HEYdg1z_@J N@O1TaS?83{1ORCHOUwWO diff --git a/Resources/Textures/Clothing/Head/Helmets/security.rsi/icon.png b/Resources/Textures/Clothing/Head/Helmets/security.rsi/icon.png index e8137aceaacb5b2926cd45fc3af1699ec78656a2..325084b69fcf7afcbefa810c075063362a26e4f4 100644 GIT binary patch delta 189 zcmV;u07Czo1I+=D7=Hu<0001iRA?cO{#cSMf|Co-#22G6;`qK97k?tha=uak@c8s#EhKQM zgq){ppSTSna%?wiRI;=dVeJ6tshZ9vf5wH#0o2YEvb0^+?h@*qo5(c?WzBJzV01w5 z{PO1dAolt8zC*swo(oMx(Iv8=FjUssn^F5X$iJ^13swMP1$9LSNRSI{?%!5Xw;frdit! z8ii=bZ0mqiFVKtXH;uyPY0q(~guQz~7fDxtFu}PSCdne`Dl(j>s!uaIT05>B%J07g qxSX*GPFZjY4E{&t1$Y5ozz;mjk;B8`h#&v}002ovP6b4+LSTZ=|GVJ; diff --git a/Resources/Textures/Clothing/Head/Helmets/security.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Helmets/security.rsi/inhand-left.png index 4839fd1a532205f16b163483e38d6a32ef8972dc..f8f7501afcdeae45790499ec585f891623d01300 100644 GIT binary patch delta 628 zcmV-)0*n2E1&sxeB!5&%L_t(|ob8&yirX*{hJV*3E~bYXbT$;0?77F>@(4YI1cXT- zl)OO6$%h`6JuP{GviKAXExxo*kXzp&mqK13fwm$x2=%bo+oZ`R8_5Kb`5>T39x?Ny zv4u1MK@bE%5ClOG1VIp&hNC;dY&J9C#_6=%Z7us3X56rsmw$Ck$~jlteQBB=z1no` zpM&ugz&Tez5P&g;Fbu&MLl6WzgQ~;+xfm6IbFO^fN1o@9QbGs;DJAkehwu9bgD8Us zuwf6NHW7@cfDi&jQT*56Xf%$p&+{Cf=K(+!eA!S8nnilQikY<~f0-3FtLnb2!T~r_<@EvR(G?>NAB=0iyWcnT#WqB-6^#BuN|qn2aO!@osuBfY#er z*nTd{GG{W5YWWJ(vJ>16_SoQ0L3bxeTVXS9*b518Zhr^P&BY5q5ClOG1VIo4K@h~{ zQOilKNpufg4;`9b{E1L4^#OIU?{-+HcEB0|IOmEnR^1r8t_$DytFco>up$LG=PC?C z01tr!kM#pW2!vsHa_xXMD`2r$Z2S*`08&c0uB&x>Y=r=yzI{hyz22xhhu`-)+vnwFWnX{-`JlESF2|xvkm<42MGn0G{XJ>h&-D__?me_SFs?+6P#X0wraw z0q}6;ZlYkqiWJz!WW9lP0?g-gqs1213D9gdjlQ?66Tmbiz_}ebH-7;qF!)r@Pk?j) O0000@wp delta 617 zcmV-v0+#)a1%d^TB!5XsL_t(|ob8&iYU4lrB= zN2p@lw1End!EuHV zBGZn`PwUw=Qr`8I#+K)D1)W(o<%mXCct|Ad^W)1?{wq7 zzZx*+NhN{`TA_lsy&PI!23>b4t7^RNGAKlLGF}yYtAFMI8+_D;r;6Thg{^Lcx(Eqy zZ3nJR?*$+Tf*=TjAP9mW2%>*{>IrNUOb=Zz9h$c8So|Cx(KpZ;0g6}Wz`rXq#yn{v zLMP4yi@_gu`_k39Y2QHW1z^mRs_&o}c=6iYgie$|6b7ZfgVA`B_YiOZKwSIo@tD>N zpsR1jJYvb;KbvMi>q|g~@2>`F5+e!&2$31}4YWQ3st_W>bT$W2-9c7|P71)7CyN~= zO=@4!IRVs?XA*Rg&Iw>Ea78C4L7R{O*LL9A^j?6!m1PK$G(4#v00000NkvXXu0mjf DWIiD3 diff --git a/Resources/Textures/Clothing/Head/Helmets/security.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Helmets/security.rsi/inhand-right.png index 1331703085865cbb1a51fcf1756e56c7001f678a..a8bbe3dfac724962184b35855c0656ca85fddea8 100644 GIT binary patch delta 614 zcmV-s0-61f1^)z)B!5OpL_t(|ob8&=YTG~%#y`cyHiAM0IxqC%o^$lgkI;ijKnNR3 z@e3HAd<;1mpA8}CBm^yb2tSAEJIDuTK?_1Xloi&$q>c445hPr$z>a;8?&VTlKo~K=2PBXkme{Ka> zmK7U@0n;?W7=vk=Fbtz`&^Gd3{WsZ%bzMgohKQmFoO47`gfI-D>w4>*AdLr*(hs22 z3Aru6IfoD;H+a9_Z(Q&t2*VJA!2kdf<7IylIR`xc`u$Wk`1<~CQCr~!DVjJ**~F%{ zfDl3&IR-F(n19cb_WJ&A@!Aix3C=l=$76DF&P(r2t$^>hUtq7FwIB0Y3;>SfByG?0 zH23jmtKR{>?`zZPG?s1IU(_c_Ilx{&Yul9_JC2*&=s1oB0Na%vFE?)MKZWD3Lu7UO zzOQXpcH!g|MuJ&mUo&3yNRUF|W@M-fIpEp?u1)71Kz|SfK@bE%5ClOGME7{}m|OKj z)3@mSiBMsE!2eQ~Emo5xFW>ew`Z<*xAdTmor*iPUUJn4k7*oax zmA8P*xJu)LAZSL>2UFPr=fwv>5aj9##BjL4%c+L6kD>NgAP52oA#h$x@Gze(zP+53 zco9~P17Bp$9r%}${&V`Al%dF!I?(<&pz;@7?|(K+oyBSWM;SmDef#<`6X5qBztwKDypH+{5yuM*hj&LNkY?L)VbY)J z1Wm!yc~kFN6@;+x{4@t}X!q2Nx2rYcc!Aw!sk1nZHefn^cu{~=On=}o%mqQH$OH?C< z7I14CZvewE48t%C!!QiPFwNua3ToXKP0vw!S-kFh2}&6d1fjAWH&cqrtHoE5!fS$3 z`ijcwz#;JMYK=~>i~I4|m>E^1)S@WW-qO`rs>|DsTMH8kH32DoC4>b^f8e+nnIwAv zsKthgQg400ZnH$3`fqCYp7*EBE3Qr<1B9^jS5A_7ZsoNO6zT)04Ba1$&>xJn8Fi#^ zCm2PO7S-W}uxioanYh?YkTzDF?jU*hGeM%NTW8ME_~IxVaBBg#rtt>+1z~CkceD^r Q4gdfE07*qoM6N<$f^bkVUH||9 diff --git a/Resources/Textures/Clothing/Head/Helmets/securityold.rsi/light-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Helmets/security.rsi/light-equipped-HELMET.png similarity index 100% rename from Resources/Textures/Clothing/Head/Helmets/securityold.rsi/light-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Helmets/security.rsi/light-equipped-HELMET.png diff --git a/Resources/Textures/Clothing/Head/Helmets/securityold.rsi/lighton-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Helmets/security.rsi/lighton-equipped-HELMET.png similarity index 100% rename from Resources/Textures/Clothing/Head/Helmets/securityold.rsi/lighton-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Helmets/security.rsi/lighton-equipped-HELMET.png diff --git a/Resources/Textures/Clothing/Head/Helmets/security.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/security.rsi/meta.json index 9a2a838962..db2bbfafd4 100644 --- a/Resources/Textures/Clothing/Head/Helmets/security.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Helmets/security.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/a75dee2e6d236612dbd403dd5f8687ca930c01f1", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", "size": { "x": 32, "y": 32 @@ -15,7 +15,11 @@ "directions": 4 }, { - "name": "equipped-HELMET-hamster", + "name": "light-equipped-HELMET", + "directions": 4 + }, + { + "name": "lighton-equipped-HELMET", "directions": 4 }, { diff --git a/Resources/Textures/Clothing/Head/Helmets/securityold.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Helmets/securityold.rsi/equipped-HELMET.png deleted file mode 100644 index 4fd9f44ff218b7c008b471c3ab41e442597b4e73..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 880 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=`BfniB`&GO$wiq3C7Jno3=9=> zRF7M8H5dr69HPtd8V=luBm*h+M-(#=(s($)y_eF@#z*j7tiUnJ$4Q+ zrA6+zF3@gn)A?6NkCm{IzRq^q=<%Fh#xYHC$V|VP82z zRCYx4SEHM?zZep7TU9*!KRps{m|{6a>*K@M{pW8#-?yi}ST&We)#%2Vg}*!}?Gp8P ze=UsT;`dw3+os?9`ug+h+UL95)bev#m!9hVuHw0HO8pP!`~Mj)cSrty{{H>kyWduR zT(__{fTK}I`tXcfwqlC=neH(%?4JBK`;*J`|IAHH4DZx^kJtL`%Wh(>(5uL8IzLf@ zVLM}962l#~9i5B?(htCLs87jXlGQ_3jJ2|1S8~uxN(zX*Gj1*5s`4g`8_I z{(co)&yYEJxY zT2@(cFB3bvgJ`6d{`KeO-PNnVe!imoAb6R5 z1^L*XlQ7prl!`_)n#U8 zDl4gZy1Pq=OG-;ir%zZ?JZ+i2o}rqmdXQfmBTx%tNswPKgTu2MX+Tbhr;B5V#>C_V ziBApz0Sv9@SLCeeP*PZuw4`NC%hjVtU5^Szx_ebtdMa&lICf^HaR7@}*t?j(j+~62 zFYg}bp77(%o2O5ozB$2Ez{JIMfptO)yDkI6%*Xuaz7_5|3N)X=)78&qol`;+027%< ARsaA1 diff --git a/Resources/Textures/Clothing/Head/Helmets/securityold.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Helmets/securityold.rsi/inhand-left.png deleted file mode 100644 index f8f7501afcdeae45790499ec585f891623d01300..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 653 zcmV;80&@L{P)S8nnilQikYyoK94Ej|&?sZ4U1|WpM zYPG6&Lbpp)ibECx;)(OyT nHjTcwtP{XAB*3{HI5&R*CouR_&rg7K00000NkvXXu0mjf7#<-o diff --git a/Resources/Textures/Clothing/Head/Helmets/securityold.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Helmets/securityold.rsi/inhand-right.png deleted file mode 100644 index a8bbe3dfac724962184b35855c0656ca85fddea8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 639 zcmV-_0)YLAP)J(LyJzoe1mSc~Qdf@P7`-^}hx z>gvB~Muxh4D(bW>E6(mK7U@0n;?W7=vk=Fbtz`&^Gd3{WsZ% zbzMgohKQmFoO47`gfI-D>w4>*AdLr*(hs223Aru6IfoD;H+a9_Z(Q&t2*VJA!2kdf z<7IylIR`xc`u$Wk`1<~CQCr~!DVjJ**~F%{fDl3&IR-F(n9q{-`u=Y5+7Gk|&N+_9 zV{&oMOYcpsfbX|oV6UIGAM;rZ0FL7%ZO`*G_wi?|-vPewYt!j8mTlQz)F(+fz+OLV z+m#(Vj+@-*IF1GY+m#(JH*V`ch2yV7WOe$!uWeU$;p7!Yf>~ovo_B8rAl^h_A=bWc<@V#CS0Kgbi#tD_TfXui`I%eg zxWLP)hP02N_E#VX0tg{+UQ6&WpDn(xdlKyl0oRp!+lseGQSsDq1mK(RU0HN(P76~plu68&alygF(q3~!lQf?b`{=Wb@;MxMN Z&0ntU{*nfaEfoL&002ovPDHLkV1jrhAn5=A diff --git a/Resources/migration.yml b/Resources/migration.yml index 9f9fa7b6a9..41fdbf8b7e 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -94,3 +94,7 @@ WindoorScienceLocked: WindoorSecureScienceLocked WindoorHeadOfPersonnelLocked: WindoorSecureHeadOfPersonnelLocked WindoorAtmosphericsLocked: WindoorSecureAtmosphericsLocked WindoorParamedicLocked: WindoorSecureParamedicLocked + +# 2023-07-03 +ClothingHeadHelmetHelmet: ClothingHeadHelmetBasic +ClothingHeadHelmetHelmetOld: ClothingHeadHelmetBasic \ No newline at end of file