From 3480687c67d68b66249cc86c6025fd7719a56bc8 Mon Sep 17 00:00:00 2001 From: DjfjdfofdjfjD Date: Thu, 10 Aug 2023 12:33:06 +0500 Subject: [PATCH 1/5] chrono legionnaire --- .../Entities/Clothing/Hands/gloves.yml | 19 ++++++++++ .../Clothing/Head/hardsuit-helmets.yml | 18 ++++++++++ .../Clothing/OuterClothing/hardsuits.yml | 34 ++++++++++++++++++ .../Entities/Clothing/Shoes/magboots.yml | 26 ++++++++++++++ .../Gloves/chronogloves.rsi/equipped-HAND.png | Bin 0 -> 617 bytes .../Hands/Gloves/chronogloves.rsi/icon.png | Bin 0 -> 300 bytes .../Hands/Gloves/chronogloves.rsi/meta.json | 18 ++++++++++ .../chronolegionnaire.rsi/equipped-HELMET.png | Bin 0 -> 730 bytes .../Helmets/chronolegionnaire.rsi/icon.png | Bin 0 -> 206 bytes .../Helmets/chronolegionnaire.rsi/meta.json | 18 ++++++++++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 1305 bytes .../Hardsuits/chronolegionnaire.rsi/icon.png | Bin 0 -> 287 bytes .../Hardsuits/chronolegionnaire.rsi/meta.json | 19 ++++++++++ .../Boots/chronoboots.rsi/equipped-FEET.png | Bin 0 -> 461 bytes .../Shoes/Boots/chronoboots.rsi/icon.png | Bin 0 -> 208 bytes .../Shoes/Boots/chronoboots.rsi/meta.json | 18 ++++++++++ 16 files changed, 170 insertions(+) create mode 100644 Resources/Textures/Clothing/Hands/Gloves/chronogloves.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/chronogloves.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/chronogloves.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Helmets/chronolegionnaire.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/chronolegionnaire.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Helmets/chronolegionnaire.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/meta.json diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index 88d9f044a848a8..e82fa04c9e530d 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -352,3 +352,22 @@ - type: Clothing sprite: Clothing/Hands/Gloves/forensic.rsi - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsChronoLegionnaire + name: chrono legionnaire combat gloves + description: High-quality combat gloves form pa... Future. + components: + - type: Sprite + sprite: Clothing/Hands/Gloves/chronogloves.rsi + - type: Clothing + sprite: Clothing/Hands/Gloves/chronogloves.rsi + - type: GloveHeatResistance + heatResistance: 1400 + - type: Insulated + - type: Fiber + fiberMaterial: fibers-insulative + fiberColor: fibers-olive + - type: FingerprintMask + - type: Unremoveable diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index e256a431e3cb4d..63bd7cd9bc965b 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -712,3 +712,21 @@ sprite: Clothing/Head/Hardsuits/clown.rsi equipSound: /Audio/Mecha/mechmove03.ogg unequipSound: /Audio/Effects/Emotes/parp1.ogg + +# Chrono Legionnaire Hardsuit +- type: entity + parent: ClothingHeadHardsuitWithLightBase + id: ClothingHeadHelmetHardsuitChronoLegionnaire + noSpawn: true + name: chrono legionnaire hardsuit helmet + description: An advanced and stylish helmet right from the future. Or from the past? + components: + - type: Sprite + sprite: Clothing/Head/Hardsuits/chronolegionnaire.rsi + - type: Clothing + sprite: Clothing/Head/Hardsuits/chronolegionnaire.rsi + - type: PointLight + color: "#3385ff" + - type: PressureProtection + highPressureMultiplier: 0.08 + lowPressureMultiplier: 1000 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index 7792e2809d87f9..8d28d188596e48 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -867,3 +867,37 @@ node: clownHardsuit - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitClown + +#Chrono Legionnaire Hardsuit +- type: entity + parent: ClothingOuterHardsuitBase + id: ClothingOuterHardsuitChronoLegionnaire + name: chrono legionnaire hardsuit + description: An advanced and stylish hardsuit right from the future. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi + - type: PressureProtection + highPressureMultiplier: 0.02 + lowPressureMultiplier: 1000 + - type: TemperatureProtection + coefficient: 0.001 + - type: ExplosionResistance + damageCoefficient: 0.2 + - type: Armor + modifiers: + coefficients: + Blunt: 0.2 + Slash: 0.2 + Piercing: 0.2 + Heat: 0.1 + Radiation: 0 + Caustic: 0.2 + - type: ClothingSpeedModifier + walkModifier: 1 + sprintModifier: 1 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitChronoLegionnaire + - type: Unremoveable diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml index 7d91e20c4663fb..c477ce4b6c59ce 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml @@ -100,3 +100,29 @@ walkModifier: 0.85 sprintModifier: 0.8 enabled: false + +- type: entity + parent: ClothingShoesBootsMag + id: ChronoLegionnaireBoots + name: advanced chrono boots + description: Minimalist shoes with magnetic soles, allowing the wearer to move at an impressive speed and not worry about clowns with banana peels. + components: + - type: Sprite + sprite: Clothing/Shoes/Boots/chronoboots.rsi + state: icon + - type: Clothing + sprite: Clothing/Shoes/Boots/chronoboots.rsi + - type: Magboots + toggleAction: + icon: { sprite: Clothing/Shoes/Boots/magboots-advanced.rsi, state: icon } + iconOn: Clothing/Shoes/Boots/magboots-advanced.rsi/icon-on.png + name: action-name-magboot-toggle + description: action-decription-magboot-toggle + itemIconStyle: NoItem + event: !type:ToggleActionEvent + - type: ClothingSpeedModifier + walkModifier: 1.5 + sprintModifier: 1.5 + enabled: false + - type: NoSlip + - type: Unremoveable diff --git a/Resources/Textures/Clothing/Hands/Gloves/chronogloves.rsi/equipped-HAND.png b/Resources/Textures/Clothing/Hands/Gloves/chronogloves.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..97f23e522c6d99cdcdc65dc32e7d62daf055350d GIT binary patch literal 617 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|S$^ zr;B4q#hkaZ&U-UCiX7kXln~Cka6;Y03Y|rV{?&Nuzf z*5?{hvfA`!c?nM0b8}ttpL6-z37h4ZloXc)AGlfRS6!!NDQ0LOVLnOT-L1jOs_B#Z zDOTsEtbaj2-!5lk&tY9+|GqcduDsFh@#)ZuBJLkmdT+Fs_x#zYVdO2j^pD7V+fz#G zwwIp*np&5~$h}!}6Tj%0imPR7FF15$tzCAd@6p+9emA%lXu1dYuc_O!e@9fa$o0#& z*I#^a*C*1t>*#F;-%S0VtIz(L`$$&4DUR*owg~edbL0Q9qj-@4x9=HdELM4-Qor(O zav%@?*MqMQvf3N)JKNaole+z=`($SQwqq-jt+qPOKfX-OVfKWzzYD_d{}p@tDNvW? zufgQUi@kPEo!(HG;iTU9zcq5Y)+r{T>){JhC+OdaxW~`7`=R*TU;8d+d%iZk_$Aym zl0lcbO6-XrzwY*h*0#b4?Vb@a2A<_zmQzq(#J$50bIno42e-6lciyC51{o%}2j(xNX?Lp`sYgxy<9h zsR`_wK^&Q31(TgzHi~Jxx*kz+>Fn^3OVG;Qvg>AX>9LcyEFPa>wS1oaZtl)Eb1d(l zyDK}RnC*-p<2v~@tFwEq{QdOFiHq~G_P)ssT=V>v|Ib#}JeXdS%{cWSXO_C^!Ezuo zx_*1XySp~qen*wuzuBm{raWx|i^%@3X<|ET!oE-KO4jJ(vFuG(P1s=~X{#^KJwSC>II@QGwf0@4i5yq6IH?M#FR(bx(%e1#n zKc($p%ik)sf7dIfclUQL{k^~Lx6?`MquYfpT#1-JD>|a<-QBYba?708H~62G?D6k8 zeqK;OYX65Xt|1k7n%DKk-K~H6>FSQRn|`gSXU-7%xcb7L|L1}~t-n{pF>g=Ohp(Tn z9NfC;ex}Xx{f~Z^!Kfk!hPK`fOV_}zZ$fv2F3p6Kf5Sx(y zzVrN}&aGd4@8*knwH(no7f`&QiqTa4c5u>iQHSTBTbq9$-0r-wa&v%^$|{TIY1XQ_ zVqP;$nU5chYOtCgJ|)%VXHh~G?~B`@1wr zDZ}n{tK;F*`NwYiUAW#dsZTLF5ublSLGhmFVdQ&MBb@0FpCJ AX8-^I literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Helmets/chronolegionnaire.rsi/icon.png b/Resources/Textures/Clothing/Head/Helmets/chronolegionnaire.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f7da6f21111be1316a412df0ac439bef0723ddaf GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvxd5LK*8>L*=;|6FJ zEnT_IegFTwNB`fwdw2Tm#d{jpuL4yvmIV0)GdMiEkp|?%dAc};XiQ8_ka*${Ake#h zNsH2<6)Y@FKUikOPMH$JGl8Y)a%{{gpNTB9V!iIf>IASfFhnL8d338za#-Tox%+d7 z3gfktdV13sPv~`pAznnMX47 z!Q;-IJ8!;ozxzA)oJ|sQBmzjxkq96$M2Mtqia4J-At9`yOKfKwQ^& zSkAQ__eh@(zRpaJf6U8}pdc4)$YoPd1QviK)m6J>U*&Gs5M0m9ewF59jqZJ?JTf6P zKW!k82W%Q5kN_VhK4nMb>RDGhj1Rx3S+<$Z3)e|3E00ufABN8?=e>SjpnDPe}0P4~JT%$Gc)rBuWe_0gJ931z~ zPOoT3`JT+O?>Q3$764s~>n-z4xkJ?V!v^{BZQuvQ*ni-VjJz6&ZU~^YvvsXP9D?NH zM=#*D%?h+(kHo@4B7npki2xFFBmzjxkq96$M5OkUASOM5(DuR&!2tYu}Qx~2C!honwgR_Ar#N@_-EKjCjqe-NQkpNVi zfeQ2v(-5|bO{hu`Fe(LHJOu`HaD;Z027&b?2({^}V=LtH-G>2IUUTW=dK(xCK*f3f z&QKM`3KR<9q6pegsC#5k7&}Lq!VyUa2?G^?sE)<;yLC_oDot0NwlOG-1VE+XoJ{>p zttorFy;(YEM8} z3XjHZLUN1*fEUJh4)3-|gN08nAAqaDNoPdX^fml#0aQD?N*Gmk*Wfe8(l}2|D zgD-CZdRP7OXHK^kBuWGv@C7nf!07>bz0XJhxT0%n>b(FYbbrpqFsKkaL3D2&E1-9N zu+6kr7zw}#ED#~D$9*B^0KNGEFYQ6)O#`%yhX6&uIMl(@QN;yh19zX?_HsV3iB7Yc z12_)<7cgGH2B92?=ns=ZAWSYR0l3cQI|JJy%-v>kBqlLOB7npku@~SkhtpkNLGYW0 P00000NkvXXu0mjfI>t!N literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d68e4659ba75dd7aa6a5a7cf405fe211f2d5001f GIT binary patch literal 287 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#Q>iW*8>L*loU2CUAgV_*^BSq zy_1lX)73SWS5ULGw9k9=-+ll8;%jm2K*fwDL4Lsu4$p3+0Xb_tT^vI+CMG9HggA6G zdNQ=;FItn-qH<`Bl8%PXq8dopVI^0aLE) zG{1Rnsk{Y^Jx`7vJJxM1pmn3Gg{8IS)Py?+CFG>!I^Gz3>*?w$NnuR8`XL}Sg;DtU zCMT70#=nbn^wzYzu@+7bOcW8-^5gQ-&E1CjMsxn@+Iq24?b3_t!o#o;k_Bv hR>Jm;g>4lhgVkl(J8JF0ML>5mc)I$ztaD0e0sv9nW~%@I literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/meta.json new file mode 100644 index 00000000000000..c3d6592f570bf4 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/meta.json @@ -0,0 +1,19 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/tgstation/tgstation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} + diff --git a/Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..4f1ee90655a20097e8ef130a5709847187525e43 GIT binary patch literal 461 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5d zr;B4q#hkaZ4tg;gin!(j!za_D1ekl|#o6k;e+VR+)ffF`kGW=&n$M)@|z#}es7h@7<67{qg5Mu3On2byFF*BiH-$*K&V0lkHbg+VABc6=ig9cE_J2#Ld+&c+{`UNvmb>qYo6SD$Tt91feNEL1 zwS%9hZ?e6=!S>1%an27%d+(TjHk?2G-22A$+e?mKE}R`bIbP+#dhMzIUisC!1kAd> ziTy7>PNySFG)&`Pdj3i8i(L&eaoP`l#_0#__M6<0e2qoN@O*x)$^Ac~9?XkhGbw$Z z&3eXPVU?c3@jYP&Eq?JDTuT3BFa0V?e8S=-VGG;z;u}{0jrf06>&hqIH*+6koTyP# Q2F4GAr>mdKI;Vst0Q9HFr2qf` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbd609435cd0513726730a965bf4dc15288cf25 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv{s5m4*8>L*C@LsPN=WJJ8QR)7 z+|PM987ReA666=m;PC858jzFk>EaloG4bq#i@XOEI9#ss@`-DdFg0_Vl>VRDC7(1| zZCSjp{+|y;1sNRsg$^|2+&f+sWa}urV$xI}h6%kkGOH&}?~Be+csZ-RbxrE^M-7TR zK|B*SO^UoR{a9H*_A@E(#na{;A((0j*~6boFyt=akR{ E0EPldh5!Hn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/meta.json new file mode 100644 index 00000000000000..5888bc7beb1e83 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from https://github.com/tgstation/tgstation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] + } \ No newline at end of file From 98a6e45daf136bd28dff3bde9651850a594a8e4f Mon Sep 17 00:00:00 2001 From: DjfjdfofdjfjD Date: Thu, 10 Aug 2023 12:52:48 +0500 Subject: [PATCH 2/5] uh oh --- .../chronolegionnaire.rsi/equipped-HELMET.png | Bin .../chronolegionnaire.rsi/icon.png | Bin .../chronolegionnaire.rsi/meta.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Resources/Textures/Clothing/Head/{Helmets => Hardsuits}/chronolegionnaire.rsi/equipped-HELMET.png (100%) rename Resources/Textures/Clothing/Head/{Helmets => Hardsuits}/chronolegionnaire.rsi/icon.png (100%) rename Resources/Textures/Clothing/Head/{Helmets => Hardsuits}/chronolegionnaire.rsi/meta.json (100%) diff --git a/Resources/Textures/Clothing/Head/Helmets/chronolegionnaire.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/Clothing/Head/Helmets/chronolegionnaire.rsi/equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/equipped-HELMET.png diff --git a/Resources/Textures/Clothing/Head/Helmets/chronolegionnaire.rsi/icon.png b/Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Head/Helmets/chronolegionnaire.rsi/icon.png rename to Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/icon.png diff --git a/Resources/Textures/Clothing/Head/Helmets/chronolegionnaire.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Head/Helmets/chronolegionnaire.rsi/meta.json rename to Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/meta.json From 123ee8e5477e69969828cbb2be683ade3f71b4f4 Mon Sep 17 00:00:00 2001 From: DjfjdfofdjfjD Date: Thu, 10 Aug 2023 13:02:47 +0500 Subject: [PATCH 3/5] forgor --- .../Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 63bd7cd9bc965b..aedbf83e2f3e54 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -725,8 +725,6 @@ sprite: Clothing/Head/Hardsuits/chronolegionnaire.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/chronolegionnaire.rsi - - type: PointLight - color: "#3385ff" - type: PressureProtection highPressureMultiplier: 0.08 lowPressureMultiplier: 1000 From 160815f2e7a221dc7e2db7caf4f895f124328489 Mon Sep 17 00:00:00 2001 From: DjfjdfofdjfjD Date: Thu, 10 Aug 2023 13:16:03 +0500 Subject: [PATCH 4/5] icon flash --- .../Entities/Clothing/Head/hardsuit-helmets.yml | 2 ++ .../chronolegionnaire.rsi/icon-flash.png | Bin 0 -> 206 bytes .../Hardsuits/chronolegionnaire.rsi/meta.json | 5 ++++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/icon-flash.png diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index aedbf83e2f3e54..63bd7cd9bc965b 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -725,6 +725,8 @@ sprite: Clothing/Head/Hardsuits/chronolegionnaire.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/chronolegionnaire.rsi + - type: PointLight + color: "#3385ff" - type: PressureProtection highPressureMultiplier: 0.08 lowPressureMultiplier: 1000 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/icon-flash.png b/Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/icon-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..f7da6f21111be1316a412df0ac439bef0723ddaf GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvxd5LK*8>L*=;|6FJ zEnT_IegFTwNB`fwdw2Tm#d{jpuL4yvmIV0)GdMiEkp|?%dAc};XiQ8_ka*${Ake#h zNsH2<6)Y@FKUikOPMH$JGl8Y)a%{{gpNTB9V!iIf>IASfFhnL8d338za#-Tox%+d7 z3gfktdV13sPv~` Date: Fri, 11 Aug 2023 10:58:41 +0500 Subject: [PATCH 5/5] copyright --- .../Textures/Clothing/Hands/Gloves/chronogloves.rsi/meta.json | 4 ++-- .../Clothing/Head/Hardsuits/chronolegionnaire.rsi/meta.json | 2 +- .../OuterClothing/Hardsuits/chronolegionnaire.rsi/meta.json | 2 +- .../Textures/Clothing/Shoes/Boots/chronoboots.rsi/meta.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Textures/Clothing/Hands/Gloves/chronogloves.rsi/meta.json b/Resources/Textures/Clothing/Hands/Gloves/chronogloves.rsi/meta.json index 31209451a3187c..72efc1de94e740 100644 --- a/Resources/Textures/Clothing/Hands/Gloves/chronogloves.rsi/meta.json +++ b/Resources/Textures/Clothing/Hands/Gloves/chronogloves.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "taken from https://github.com/tgstation/tgstation", + "copyright": "taken from https://github.com/tgstation/tgstation/pull/71761", "size": { "x": 32, "y": 32 @@ -15,4 +15,4 @@ "directions": 4 } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/meta.json index 01ac6a8fe09d60..1052425ee9d2bb 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/chronolegionnaire.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/tgstation/tgstation", + "copyright": "Taken from https://github.com/tgstation/tgstation/pull/71761", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/meta.json index c3d6592f570bf4..f0abc1a9ccbd2a 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/chronolegionnaire.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/tgstation/tgstation", + "copyright": "Taken from https://github.com/tgstation/tgstation/pull/71761", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/meta.json index 5888bc7beb1e83..01368c2a6f41bb 100644 --- a/Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/meta.json +++ b/Resources/Textures/Clothing/Shoes/Boots/chronoboots.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "taken from https://github.com/tgstation/tgstation", + "copyright": "taken from https://github.com/tgstation/tgstation/pull/71761", "size": { "x": 32, "y": 32 @@ -15,4 +15,4 @@ "directions": 4 } ] - } \ No newline at end of file + }