From 72d8767a6d49789b43e21377e61cd8f8e6e6f9c8 Mon Sep 17 00:00:00 2001 From: creamybag Date: Fri, 25 Apr 2025 18:27:07 +0300 Subject: [PATCH] recoloring (#1221) --- .../Entities/Clothing/Cloak/Roles/general.yml | 54 +++++++++++++++++ .../Entities/Clothing/Head/Roles/general.yml | 22 +++++++ .../_CP14/Entities/Clothing/Masks/masks.yml | 26 +++++++++ .../_CP14/Loadouts/Jobs/general.yml | 55 ++++++++++++++++++ .../blue_syurko.rsi/equipped-CLOAK.png | Bin 0 -> 1099 bytes .../Roles/General/blue_syurko.rsi/icon.png | Bin 0 -> 515 bytes .../Roles/General/blue_syurko.rsi/meta.json | 18 ++++++ .../equipped-CLOAK-carcat.png | Bin 0 -> 2158 bytes .../fur_coat_brown.rsi/equipped-CLOAK.png | Bin 0 -> 2122 bytes .../Roles/General/fur_coat_brown.rsi/icon.png | Bin 0 -> 836 bytes .../General/fur_coat_brown.rsi/meta.json | 22 +++++++ .../green_syurko.rsi/equipped-CLOAK.png | Bin 0 -> 1083 bytes .../Roles/General/green_syurko.rsi/icon.png | Bin 0 -> 525 bytes .../Roles/General/green_syurko.rsi/meta.json | 18 ++++++ .../white_syurko.rsi/equipped-CLOAK.png | Bin 0 -> 1077 bytes .../Roles/General/white_syurko.rsi/icon.png | Bin 0 -> 532 bytes .../Roles/General/white_syurko.rsi/meta.json | 18 ++++++ .../yellow_syurko.rsi/equipped-CLOAK.png | Bin 0 -> 1122 bytes .../Roles/General/yellow_syurko.rsi/icon.png | Bin 0 -> 526 bytes .../Roles/General/yellow_syurko.rsi/meta.json | 18 ++++++ .../green_hunter_hat.rsi/equipped-HELMET.png | Bin 0 -> 955 bytes .../General/green_hunter_hat.rsi/icon.png | Bin 0 -> 335 bytes .../General/green_hunter_hat.rsi/meta.json | 18 ++++++ .../red_hunter_hat.rsi/equipped-HELMET.png | Bin 0 -> 981 bytes .../Roles/General/red_hunter_hat.rsi/icon.png | Bin 0 -> 330 bytes .../General/red_hunter_hat.rsi/meta.json | 18 ++++++ .../green_neckerchief.rsi/equipped-MASK.png | Bin 0 -> 608 bytes .../Masks/green_neckerchief.rsi/icon.png | Bin 0 -> 284 bytes .../Masks/green_neckerchief.rsi/meta.json | 18 ++++++ .../red_neckerchief.rsi/equipped-MASK.png | Bin 0 -> 600 bytes .../Masks/red_neckerchief.rsi/icon.png | Bin 0 -> 286 bytes .../Masks/red_neckerchief.rsi/meta.json | 18 ++++++ 32 files changed, 323 insertions(+) create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/equipped-CLOAK.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/equipped-CLOAK-carcat.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/equipped-CLOAK.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/equipped-CLOAK.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/equipped-CLOAK.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/equipped-CLOAK.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/equipped-MASK.png create mode 100644 Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/equipped-MASK.png create mode 100644 Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/meta.json diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml index 92ac25e07e..19297a0348 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml @@ -75,6 +75,17 @@ - type: Clothing sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat.rsi +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakBrownFurCoat + name: brown fur coat + description: Warm in the rain, warm in the snow, warm in the wind. Nice. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi + - type: entity parent: CP14ClothingCloakBase id: CP14ClothingCloakInsulated @@ -108,3 +119,46 @@ - type: Clothing sprite: _CP14/Clothing/Cloak/Roles/General/red_syurko.rsi +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakBlueSyurko + name: blue surcoats + description: A long and roomy cloak that serves to protect your armour. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakGreenSyurko + name: green surcoats + description: A long and roomy cloak that serves to protect your armour. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/green_syurko.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/green_syurko.rsi + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakWhiteSyurko + name: white surcoats + description: A long and roomy cloak that serves to protect your armour. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/white_syurko.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/white_syurko.rsi + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakYellowSyurko + name: yellow surcoats + description: A long and roomy cloak that serves to protect your armour. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml index 1fb054149a..7015f016db 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml @@ -64,6 +64,28 @@ - type: Clothing sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi +- type: entity + parent: CP14ClothingHeadBase + id: CP14ClothingHeadGreenHuntersHat + name: green hunter's hat + description: A headdress revered by hunters on undead. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi + +- type: entity + parent: CP14ClothingHeadBase + id: CP14ClothingHeadRedHuntersHat + name: red hunter's hat + description: A headdress revered by hunters on undead. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi + - type: entity parent: CP14ClothingHeadBase id: CP14ClothingHeadJestersCap diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml index 7ef64b12b9..b4b59f811c 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml @@ -59,6 +59,32 @@ - type: IdentityBlocker - type: IngestionBlocker +- type: entity + parent: CP14ClothingMaskBase + id: CP14ClothingMaskRedNeckerchief + name: red neckerchief + description: It hides your face to the best of its ability. + components: + - type: Sprite + sprite: _CP14/Clothing/Masks/red_neckerchief.rsi + - type: Clothing + sprite: _CP14/Clothing/Masks/red_neckerchief.rsi + - type: IdentityBlocker + - type: IngestionBlocker + +- type: entity + parent: CP14ClothingMaskBase + id: CP14ClothingMaskGreenNeckerchief + name: green neckerchief + description: It hides your face to the best of its ability. + components: + - type: Sprite + sprite: _CP14/Clothing/Masks/green_neckerchief.rsi + - type: Clothing + sprite: _CP14/Clothing/Masks/green_neckerchief.rsi + - type: IdentityBlocker + - type: IngestionBlocker + - type: entity parent: CP14ClothingMaskBase id: CP14ClothingMaskBoneMask diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml index 2b4a7baea5..452c7c76ef 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml @@ -13,9 +13,14 @@ - CP14ClothingCloakGreen - CP14ClothingCloakBlue - CP14ClothingCloakFurCoat + - CP14ClothingCloakBrownFurCoat - CP14ClothingCloakInsulated - CP14ClothingCloakBlackSyurko - CP14ClothingCloakRedSyurko + - CP14ClothingCloakBlueSyurko + - CP14ClothingCloakGreenSyurko + - CP14ClothingCloakWhiteSyurko + - CP14ClothingCloakYellowSyurko - type: loadout id: CP14ClothingCloakFurcapeBlack @@ -72,6 +77,31 @@ equipment: cloak: CP14ClothingCloakInsulated +- type: loadout + id: CP14ClothingCloakBrownFurCoat + equipment: + cloak: CP14ClothingCloakBrownFurCoat + +- type: loadout + id: CP14ClothingCloakBlueSyurko + equipment: + cloak: CP14ClothingCloakBlueSyurko + +- type: loadout + id: CP14ClothingCloakGreenSyurko + equipment: + cloak: CP14ClothingCloakGreenSyurko + +- type: loadout + id: CP14ClothingCloakWhiteSyurko + equipment: + cloak: CP14ClothingCloakWhiteSyurko + +- type: loadout + id: CP14ClothingCloakYellowSyurko + equipment: + cloak: CP14ClothingCloakYellowSyurko + # OuterClothing - type: loadoutGroup @@ -161,6 +191,8 @@ - CP14ClothingMaskSinner - CP14ClothingMaskSteelMask - CP14ClothingMaskNeckerchief + - CP14ClothingMaskRedNeckerchief + - CP14ClothingMaskGreenNeckerchief - CP14ClothingMaskMime - type: loadout @@ -183,6 +215,16 @@ equipment: mask: CP14ClothingMaskMime +- type: loadout + id: CP14ClothingMaskRedNeckerchief + equipment: + mask: CP14ClothingMaskRedNeckerchief + +- type: loadout + id: CP14ClothingMaskGreenNeckerchief + equipment: + mask: CP14ClothingMaskGreenNeckerchief + # Head - type: loadoutGroup @@ -195,6 +237,8 @@ - CP14ClothingHeadTriangularHatGolden - CP14ClothingHeadJestersCap - CP14ClothingHeadHuntersHat + - CP14ClothingHeadGreenHuntersHat + - CP14ClothingHeadRedHuntersHat - CP14ClothingHeadJagermeisterHat - CP14ClothingHeadStrawHat @@ -233,6 +277,17 @@ equipment: head: CP14ClothingHeadJagermeisterHat +- type: loadout + id: CP14ClothingHeadGreenHuntersHat + equipment: + head: CP14ClothingHeadGreenHuntersHat + +- type: loadout + id: CP14ClothingHeadRedHuntersHat + equipment: + head: CP14ClothingHeadRedHuntersHat + + # Pants - type: loadoutGroup diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000000000000000000000000000000000..242f3c34bc882f9e9d35665ce85d2ca8482f9ebb GIT binary patch literal 1099 zcmV-R1ho5!P)Px(1xZ9fRCt{2nonyRM;M2njf+E^*vQCIjAPK65OQfE@R)#Y9RfWmq4XOhB|V3H zf%epX0n>9!`x#1-Tj`-RV7wTaUK$g$0=b}-jNIB*h!36~tXZx8*xJ$VDs4Is2$q>) ze($`Rotd5Y1%tt0Fc=Jm|0!13hQ+lN`BvWL@T6opj?-5!gkX9yFRxfTc<)7?m9 z+FEe--UrJn?LR^XEe8O;w}XbLGKhcbC#@ga0gmHPT(f93&Zc@$6wYSH6>CRJT!*Ce zwYR|=**d@e(O*}%U1!gm(Kg_H>uWin+_V9g!flwHzUr4Z50BaNj@$Lgk%WF|2M8gU znp>pY0C3s!j{A&LD|AwX(bqkJYOMhe79NsY$#Y7+>)>(V9g%~+_c95F>FX|np$|er z2wIJ*KS;F&seL$j9!LtMUw8Mr^Z{RA2%*)d)*5hlQnF|u>w&W1zzF-w@>YJK(7&_3Xh7f)&3*K<$Qpy=_Q2V{^}E{$}XCELWr(k95(do53}K4!+*j^ zgTY`h7z_r3!C){LK5VpaQNH~AQ>kub%S~H578fTfUbr;t0&pXHm2ZCdNo!16jf-n5 zQe|HVA;?~~WL+M_R*k7a>P@5>w zYE)@8s^?~oB*E@x#n&B{H8PAyGoUwNLPcqkoUlt?o`#p{=|+kU+MMU)Oh@QM8zh%YB0k^?S^*C)mA zZ#@4wj+}&%9q{<+h94k3wS$>sKSwfX7^gQs^Pi{OeKK~M$4@upkKaBU=>VqffM;KS zC!w?A-@2Fc>&CGQK<6x=@&to+ZG81ba=F6L*@K~zt<{?_nIx6167@imCY)`@m9{;) zXgeU7jd_3d$=LG*f=L?6;lI54-V#Ef@)mT6Y_R$y9p`89`_MEP3%bG RJmmlY002ovPDHLkV1m>i6_x-1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b11609e08ef8d1e4aa6b3be307ee2d886241d8 GIT binary patch literal 515 zcmV+e0{s1nP)Px$y-7qtR9J=Wlub+HP!vEv%`8FAq@@KClC#&miojc;zYx3FE=6h8S^SdddA>>_RH)zb`~3L(U+=bc~sK@^MUQc_Zq@C3=mua=905a$2@002ovPDHLk FV1gY^=VAZ= literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/meta.json new file mode 100644 index 0000000000..bac73872e4 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-CLOAK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/equipped-CLOAK-carcat.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/equipped-CLOAK-carcat.png new file mode 100644 index 0000000000000000000000000000000000000000..a40b38d42f29143ee2c0a65951a1dbd6bf24f3f2 GIT binary patch literal 2158 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 B5-|V( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..070e798d33c738011749f722606db626c5664d5a GIT binary patch literal 525 zcmV+o0`mQdP)Px$$4Nv%R9J=WlTmBaP!z|15ohbFmu{rB(&oX93iiRluA@{xf%G%%bsx&_(T^Zf zBtlE-~V?4vH`o^HboIdvf&@*hbsdA#$A)5>iQZN z-+$4n3x>}h|GDt9fcdiClshIxpFT#8Y18WZ8twzn_|qB*0N5Y&8HEAkiM}>Jo@hp4 z!2Y0b+7hrZp_Gyz_s&zLVgOvXMt?^zo@k1(`#l z;OOWSPt1Y;^K%9qfa^pk72}Dv)!J{2l=8}bv)f9uSTR>pQewkzJ;u8uun2ru P00000NkvXXu0mjf%<1qy literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/meta.json new file mode 100644 index 0000000000..bac73872e4 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-CLOAK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000000000000000000000000000000000..d0f6c1620a80c915a4697c8748da4f6d1445a4df GIT binary patch literal 1077 zcmV-51j_q~P)Px&?@2^KRCt{2nm=e0Q5?s=u>}WdO-ZSx4wB0ju+_dJLv@!>x(EiBK&c8&ZcaMt zy7ytQ;cS=pi;+ zd9K%>*Bk9UkwA4*WV2TV`Xo-RybLJJBvAFe;yD2TFrFO7o%;&_Ao^W@{q!;H`cKLu zNsK3lar5>qj3gJ1=r@`zyn9h2>z@fNx|kSA4w1@F!gB)hmnTFgWx!hB>U-T<-$Ey4 zAb)v600_1DOZ};Q;kWlp{%-@(fk0D$F8 zlonrxJ^)Jn?7rnxE@PxIk{m*#*+RAU9RR?~7Aln=(TxGTY@u-bR!>>RNF!sU0RV5` zEKwfk3#kPh^n0~T{t*;N2>{?^TMa~(0pU0OsP#Q3fOC$qvk7nSgLV|Txd zf|K+k8w43+PT$KIX*8OxzVmRDsLxl|0RWu!2=yI=GzL^E8wn`y0q%uR_j+U;rw_U9eon|8*-pwh*02x<(iAbcTLS=G96N_6i_4@sk#5eybJh=IH->_!?U%;`zrE)5D&<2a)Rl|TuY$`^VLE6nN1zyW!| zTHiV}W#kLkT72pIS%DJZHcZGBTcMgV0(XIahJ`o?>m1T|0yyWGyl@^nypB;e z8_U5c&|C2xzJkHsb|6%mug&g-LO|Jw%u;dv4QO@l0Fc9YP?*Q$-LRXfPz zJRx;t<>eyGFTNKo%PVUFIB1e;|BquKB)_ZLes#%R;Nz#y0yrG;)u}IzSpYa(3z*ZB zj;4(3`n8$pe1d>$4(>KTw@)BS-o9DtF=+xg5)TD(0;C_HJMzZv6HxsLvf`!Et3>zI vnPig%0*nC?`AQn+Yw>AlYBU;+=3nF&zO_bK64t%>00000NkvXXu0mjf3BU1* literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ff0bc5e929ec181d6550fe0b0ad13d5267757336 GIT binary patch literal 532 zcmV+v0_**WP)Px$&PhZ;R9J=Wl)+0IK@`S+Ta^`T!j4-+=|OgL_c9@ef){W80hV3@g8B#a)Qi{t z6{S${BK4*xFJ8Qb9b1BUOL9sfLD{q+A~beA#2r?f!i+?E*$)$B%B>+PB#PJo^*FPPl)Z_%D1TSxYkrk1J5I(;z zTl^_30dRbLWYl}wq$u6lqE}?=!~1{Meg3%1k6UovS(CN^yf7&`JUnoO@QoU}?kw$g z(|EK-0svO#Zy5R^(OG?LK02#2^g~wWZ%kVP7ABNZQr+B1R4p2Px(97#k$RCt{2nonyRM;OK*6^E4(GPW@j$6_(rgtmv+AjSs8mmYF*pt<$lgNgGY znp64}3T-a!y|)CMQx3U=fHN#4Iiyf+F^gP01UqFbWMRSdAkXefa;$y#kK82l1A{y} zn&+KYyEC&h4`47D3X+_ypCCr!A`r)wx=OY5~&g+2kOafIuDTxyR0E@FT*t+!|TR2u{UH?fi z$b)|WBns0}i zQFj77e7&Fh0I2oX+f@Yw007(Wfw5^w*@5r(yWx6O>>lhFHwL&~6?eWl8Yr{v9&Ec` z_UPFhP@%L)$F_UnXDK@aWv)kWkCXraVYcIe=rSPxTfb=i#0d~WfNiV+r?-Dx6zJa_ zd-G+IIEAA0$nBbC=N$FR@8Ehs3k-+xHfIfgwpL0%Xlk}7AR;&^{ zgo_cNGtlwfibYz4P>J+`ehfp4pcMM#dv-X8w8Ci#wN8JCNhKcu25v9TIqrRZL+P^f zZavQVz+WCQ4C{}J;eW$N5v0LjFc=I5gTY`h7!02_zW-L~9a+nhA2cjX0&R-u zIt&0%V-@`P+hbCnNR>A?)|7T%aL&Q3l3G4I?r(s0srZ)o{im~;EIFAB5{t7lS-zeNS!2k2lA#R~ zoL@@q(x9L;My~}Ji)J1j*V=ef1m z87Aidw5Uyzc=T*;z@!O8{sjF_LV=tB?FSG-;2v&F+$Rt>Y3Pps{PssQiAz7}7Eromt^7(PY*17Hg;{SQz9{{R3007*qoM6N<$g06T6y#N3J literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..328e2d34ecfbd860846f89aad923912e1f01917f GIT binary patch literal 526 zcmV+p0`dKcP)Px$$Vo&&R9J=WltD`yK^TUglq9Q!%^C@7qzqP(+Jl!c9>jwlda{T93=#T!dg(9d z*-Ov86=c|}SQsr!K!-q#O9(OI_7FF2Oj~Ayp_hG6!}ra6?=v&s4CKm{E7yNk!FJ-| z-cIaY-O?T20q`xn9IrhTZ(;ziRHoagVg_+RDfMyyi2_5da_zi(}*GF@P+)&jg^9!r$8gJv!>NDU43%*YZLp^GpB$jioB} zx2ps{E~awz-E{`0H(vlp8(R3h-d(5WK3#Sv>d`Vi9Bt+YAf=?a(k9T*!l(6Yw~jV6 zHzGKj6M#|*KCC^yf)2jFIL;Z<2f1kMA#HOn+>g{0DOZ0648U z1vD{4kCFbwM|4_otUtDy045;-A_DEsWIU6kloR9QciV9iOXqUs%9TaG0f(Wb7wPx&bxA})RCt{2oIg+7KpckOR+TbD@_?);j3ml{7gS|{%nS^Cif;Xa3>}!;3=CPw zP&FB;s;I+B89ZHw3y!*?e@^C zU(MkNLgZL)tJeyVV=_59nCnX&{~B5e&;wX+iwQKfv7W$sn?s1)$^_c*xCKffhB!Y< zo>sOH)x}YCu3BKWw$N4r)Bwh^yo#Qqyn1|i2Ix5~SL(IeKC4?0P!zs+Uwf?FWHcK~ z07%ne?f$RnVgj}?=c4Iy%+_z1EvB+=Yf00gl}`<^;Y~s2^LgX>ySuxdM$#|N1-w-F zGO>wpD&VcfH;F}rGXZUiZxXr)Cjx90-y~EK*8dpiiY}z~LGK;Vb)iD*glIZI6Iv%k zCjbabLX-l4a3n-4AQYk&5JDI9E+Di|DP0qF2LS$effE7jf&yn9KnaTIw;8We0>L zHaY*>J%{YBmAIv_N>5D?Hhk@EYp^>cWnIumYQa{^nujX4zsY0rfBa*O$l7CZU8P;kn|Uo(ynv z`|uQF;5;t~ILr*vffr^dhbdz;8%tj^A~ZTHLQ{_7In2ZGATJ0gGJ{lLQ*m5Jz-Ts` zqFa2+jWD~oDgQ|2U?kS^j#>*aLyz=pK&_Oz;3mC#k|dM9Y)KbanbbwUx!u=}yDosl zM&6ONxSDcQ&CTsY<+|(3V*q#xZ1SZG%;++pdFa;9ho(JZ* zf$F{wppx?CRbW#Yy`R?MYhY7dP*WLSI+hSZ2qAgx~Iv4~F4S9_P1$FSm6-?E!QQ*`ahR%k>s^mxwb6*>@b+O?YAAiiaInXJzd`oV5*^@fu6%BWJ z($CF^Wv>xjE>os;O}67xrnH|idqQqi$-ljea_s$V-9BA7T(1!Cb7$kl4Q8re4s~^a cfy)=Ztcpn0g%=+M0z-(w)78&qol`;+0QVq`vj6}9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/meta.json new file mode 100644 index 0000000000..8f89a72be6 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..cd658fd39e17e74eada40fa169ac68f2c5fba99b GIT binary patch literal 981 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7OGojKx9jP7LeL$-HD>VD9&HaSW-L z^LEbOqFW9kt^P)5_*yf37_&UwA0A8oBlOJhk5uJM8@E3~M;@!Wo-%1u%3E}3abj9< zj#!wBklXG{|DM$FHmh7Kf4{RlJmUi+hhmF>6Nls+{#u@26XH)_PL7Y;H~(*Rd3m|t z;~P0B||3BOPvO7z%55*)2*NeMtV_u`iZ7H10a9~}{?iaW6_t$?5 z3O(@qXpH~#BE1l)dEJY?-nyEin7@gKVT11XAHQC=m;MQ3TC?1{a`sBaIIo0oCjX;y zzh;~a-pI~y<|xNbh6WzvjZ^g0E{e|m6SLw6Rxdiw{Ob?L>y@>CuE_?7Z}9uJ z^ZeC~H*?l}Z~7kge_hStm=#^;SQ~T>Z@aTtPxp3F|7@MrXTHW9-_Nei7{ZXuu=p^` zty>ZP50-`qXU%Hp<(U3PIg2yq#9E2RX40}+(VYQLZ|q!kAVzoLHRczkf$Y~qZZc?H zw-G;jlQTxk>ALToJF{O+^Y8VuVMzZyeX?WNgBvE1$~^_)_j`qLGM7o>zWl6q6eOp8H+0J;e7CFr~ezL3c&+k zoy`^E6zACYe0G&z#CPz4?1l10Nv~T{tQ>@+)m79P1g3L%axolHcG|>r#OV^#kqfNN z+yb{_z3!{rWpwxv`@of|Dp;#2|h| zE6ITA$SjBGrW-B3yK+t#c8kwpIFPDzWKNAj0HaB+(~)@^Qu(EG-Shp&=FPeuc&}90`r+fZ-yhX?wa;o(TXE@7 zx*B7`YrB72%C<(c&-V&oJ{|c|e4GD8iyKxeZucpct;(}zc$Vgs$DlJ)^Y7>1(E-8- z)h}4^vC8rujjPscTfp{fqG!Y5by26iZ^y;d=j-l#*?oVmdKI;Vst0KwgoPyhe` literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/meta.json new file mode 100644 index 0000000000..8f89a72be6 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/equipped-MASK.png b/Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/equipped-MASK.png new file mode 100644 index 0000000000000000000000000000000000000000..291cce6bd92ca89b79953399af7fd9a0191457a8 GIT binary patch literal 608 zcmV-m0-ybfP)Px%8c9S!RCt{2+P`koP!tC6F9^wlB@fXhgwc*N*bDN6`vg%pUcsApo`ao@SLlKe z12fs!nxW!mq!i18r3{%agE_WILz`=-E>L-iH zL}#-<>O^NVBV)GDd}{O0S{F#O*t~!Db+kK{X0iG3`TM=k`1m?GxZe52^44pi?*MQB z%uJqdpp=VOFFgRjYP~)9*}`fAq)3{@X0_fz>jFVAM(8^S7eBvPT5Up`)&jrB9FHsI#!dZd(V00*J(AoO3fa^$D1EN4FGsvGnt1zebN4$mt}SR-#&jf0`3o4?CLdPX^~4l z;PT72K{h~|vJ#2u)1L1XkPuS1$?Ob6f*I{Obaj*y8!{|$>{`8UfKbXs5RCUmWx6K9 u{`TIxYCWnU!x9W;5D^g(5fKqlAHM*jP1`z8+(iWd0000Px#)=5M`R9J=WlsyZ=Fc5|xi_oEvL4vfn_<=)RIu=L$|GPt>t|Fy_QlyJ@5Jf2# zFGXDLflT-HCU-ed6h%?~%s?72UWUyl+c7(c^9`lNtqnRn!bU2>lQ_@kqh9vj0`j~h zO$=3eZk;qS(np!Sbk7#PyZYJ#ZwYWG4XW*C}2G#}*_{1}xcoscv zr&H}TgyH~b4`WeOPQ}5Y1pw9t7~_*B24j4>e?~V>s^NVfxZWOwGw{me74E%v&C-+A idhu~9DvF{g-*N-Nr$lB)M@Z2C0000Px%5=lfsRCt{2+A(tCFcb#hpNvQ2LNrO?sKFhD8zxlS>;dTZ3S1xu@BwmwTp(9S z$M)N#$_&jG+ie<5v1y`$(J-SFj*R1w1zF&1cK)x!!g|k=48?l@5fRZ|rYf@`$MQ6@-yikPIcDF!>>Y1%d-vv=5`YpB zfT3NQ6%rBSLY9xQFndp3@mc^EBu_KDFy(@bq=XXt2cO*Dc`ZWSTx%2}#<_@I9$Hp8 z6=sd4S$WUtwE*`|54}VTtrAhW6Q{BoE6f`APY-WShL3GK-i$x)5A4zakek?Zt*de0 zn5_~X_Xjo+arJp=R>2SdQM_LP07zbr;pXVayKebswcfRHe^CA6e%9RwTAl!4a|#Nx zK4d(A5)dtJUwm?K!`l`?-B4SX^r~>JE~P>l>oN&3UtYp z>YcgPUZpzk(pX{ERbjNAfV+OPIPQW>Rc4zxxFT(vGM#sSKv@)x0lZG2?AkcKZL#VN z62666@7;3U9oIh|EdZR?k~#M7JN5V6?fT`{(;l$9$)YJJVOJt|%@VUezdBg}SCn-v zF(KvolaNGQ;7!j?H!fsUoxITAgoEr@m(3D~jumtQoJ7PJNr`&jkkhs!?7e&c7VATG m*(|}v3?d>TA|fIp3h@k6#mVZQWdtMu0000Px#*hxe|R9J=Wl)DPTFcgM=rNj>DU<iofMFPh`7=Fgz<4k;ZMOaGLeA$<4<8BdlZ&B>=u?~*e%#64 zSwOB7QeWbv%f?83iCihN08$G8pwPfFic#oV&{RsqqTaWG{AjWuF*DiJy-^ib=PfxO zIRF6W-o%8$eXfuCigmfO%0+Gg0EEItB%HU>yWc`uu~H4xRd~#8Zx2{j0C-j5pex%H k-N}Na^;cvVhGBl?4v3II*nuDDO#lD@07*qoM6N<$f?&mZ`v3p{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/meta.json new file mode 100644 index 0000000000..df664cd96e --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-MASK", + "directions": 4 + } + ] +} \ No newline at end of file