From fbef31dfa66bdc996168ef938dfbc010aca1cfa6 Mon Sep 17 00:00:00 2001 From: Nim <128169402+Nimfar11@users.noreply.github.com> Date: Sat, 13 Sep 2025 15:22:02 +0300 Subject: [PATCH] return simple armour (#1770) --- .../Entities/Clothing/Cloak/vampire_cloak.yml | 2 +- .../Entities/Clothing/OuterClothing/armor.yml | 79 +++++++++++++++++- .../Trading/BuyPositions/helmir_child.yml | 38 ++++++++- .../chainmail.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1240 bytes .../OuterClothing/chainmail.rsi/icon.png | Bin 0 -> 635 bytes .../chainmail.rsi/inhand-left.png | Bin 0 -> 572 bytes .../chainmail.rsi/inhand-right.png | Bin 0 -> 540 bytes .../OuterClothing/chainmail.rsi/meta.json | 26 ++++++ .../cuirass.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 646 bytes .../OuterClothing/cuirass.rsi/icon.png | Bin 0 -> 352 bytes .../OuterClothing/cuirass.rsi/inhand-left.png | Bin 0 -> 586 bytes .../cuirass.rsi/inhand-right.png | Bin 0 -> 642 bytes .../OuterClothing/cuirass.rsi/meta.json | 26 ++++++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 1325 bytes .../infantry_cuirass.rsi/icon.png | Bin 0 -> 626 bytes .../infantry_cuirass.rsi/inhand-left.png | Bin 0 -> 584 bytes .../infantry_cuirass.rsi/inhand-right.png | Bin 0 -> 642 bytes .../infantry_cuirass.rsi/meta.json | 26 ++++++ 18 files changed, 194 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/chainmail.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/chainmail.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/chainmail.rsi/inhand-left.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/chainmail.rsi/inhand-right.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/chainmail.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/inhand-left.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/inhand-right.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/inhand-left.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/inhand-right.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/meta.json diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/vampire_cloak.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/vampire_cloak.yml index 4e633c581a..69dd52c8d2 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/vampire_cloak.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/vampire_cloak.yml @@ -37,7 +37,7 @@ - type: entity parent: CP14ClothingCloakVampireBase id: CP14ClothingCloakVampireDevourers - name: сrimson vampire cloak + name: crimson vampire cloak description: A traditional vampire cloak worn by members of the Devourers clan. Hides the owner from prying eyes, granting invisibility. components: - type: Sprite diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/armor.yml index c5761bac76..bf07fe4008 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/armor.yml @@ -33,12 +33,15 @@ Blunt: 0.85 Slash: 0.80 Piercing: 0.90 + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.95 - type: entity parent: CP14ClothingOuterClothingBase id: CP14ClothingOuterClothingFish name: fish suit - description: smells horible.... + description: Smells horible.... components: - type: Sprite sprite: _CP14/Clothing/OuterClothing/fish_suit.rsi @@ -53,3 +56,77 @@ - type: FactionClothing faction: CP14Fishies +- type: entity + parent: CP14ClothingOuterClothingBase + id: CP14ClothingOuterClothingChainmail + name: chainmail + description: Ringed armour made of many small metal rings. + components: + - type: Sprite + sprite: _CP14/Clothing/OuterClothing/chainmail.rsi + - type: Clothing + sprite: _CP14/Clothing/OuterClothing/chainmail.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.90 + Slash: 0.80 + Piercing: 0.90 + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.95 + - type: CP14MagicManacostModify + globalModifier: 1.1 + - type: PhysicalComposition + materialComposition: + CP14Iron: 60 + +- type: entity + parent: CP14ClothingOuterClothingBase + id: CP14ClothingOuterClothingCuirass + name: cuirass + description: Light armour plate on the chest, little protection, little heaviness. + components: + - type: Sprite + sprite: _CP14/Clothing/OuterClothing/cuirass.rsi + - type: Clothing + sprite: _CP14/Clothing/OuterClothing/cuirass.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.80 + Slash: 0.90 + Piercing: 0.80 + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.95 + - type: CP14MagicManacostModify + globalModifier: 1.15 + - type: PhysicalComposition + materialComposition: + CP14Iron: 60 + +- type: entity + parent: CP14ClothingOuterClothingBase + id: CP14ClothingOuterClothingInfantryCuirass + name: infantry cuirass + description: Heavy armour for strong creatures. It is not easy to wear, but the protection is sometimes worth it. + components: + - type: Sprite + sprite: _CP14/Clothing/OuterClothing/infantry_cuirass.rsi + - type: Clothing + sprite: _CP14/Clothing/OuterClothing/infantry_cuirass.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.75 + Slash: 0.80 + Piercing: 0.75 + - type: ClothingSpeedModifier + walkModifier: 0.90 + sprintModifier: 0.90 + - type: CP14MagicManacostModify + globalModifier: 1.2 + - type: PhysicalComposition + materialComposition: + CP14Iron: 90 diff --git a/Resources/Prototypes/_CP14/Trading/BuyPositions/helmir_child.yml b/Resources/Prototypes/_CP14/Trading/BuyPositions/helmir_child.yml index 1a328b7d72..2aabfc4dd3 100644 --- a/Resources/Prototypes/_CP14/Trading/BuyPositions/helmir_child.yml +++ b/Resources/Prototypes/_CP14/Trading/BuyPositions/helmir_child.yml @@ -164,4 +164,40 @@ service: !type:CP14BuyItemsService product: CP14BowCombat count: 1 - priceMarkup: 3 \ No newline at end of file + priceMarkup: 3 + +- type: cp14TradingPosition + id: CP14ClothingOuterClothingChainmail + faction: HelmirChild + uiPosition: 16 + priceMarkup: 3 + icon: + sprite: _CP14/Clothing/OuterClothing/chainmail.rsi + state: icon + service: !type:CP14BuyItemsService + product: CP14ClothingOuterClothingChainmail + count: 1 + +- type: cp14TradingPosition + id: CP14ClothingOuterClothingCuirass + faction: HelmirChild + uiPosition: 17 + priceMarkup: 3 + icon: + sprite: _CP14/Clothing/OuterClothing/cuirass.rsi + state: icon + service: !type:CP14BuyItemsService + product: CP14ClothingOuterClothingCuirass + count: 1 + +- type: cp14TradingPosition + id: CP14ClothingOuterClothingInfantryCuirass + faction: HelmirChild + uiPosition: 18 + priceMarkup: 3 + icon: + sprite: _CP14/Clothing/OuterClothing/infantry_cuirass.rsi + state: icon + service: !type:CP14BuyItemsService + product: CP14ClothingOuterClothingInfantryCuirass + count: 1 diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/chainmail.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_CP14/Clothing/OuterClothing/chainmail.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..ffd50a91d6b54792e66dfc3f4778ec533f8f1cbd GIT binary patch literal 1240 zcmV;}1Sk86P)Px(l1W5CRCt{2nn7qAM-+yCl?7v)*2Wb}AeJm_5Ofd9LA4Nu6+SHpaxzAc1d)*B zqMM=jgxnJd>7h_;6EL~-(344tPR0whaGHyth6p5fB^$ybi%=TyVcqRvJ=0aKM1GP+ za>#sO26k8T&py9-vor4j5{X12kw_$8D4~l!m`oYoTx!?%?U|BWP z8xDT`<)^-l&`F=^#N!%ogV!ngUv+!HwyIpbQaQk#{7q!^G&X+zv8}z6zsUy^i_OEf zs{Ouuo4#e$xPGN_fMq@1*0SrCRU_$N=s(0<@czBKTy)1QoonN94eJ}51CIkD^+|&a z&PBtx&fP9JEkp#spgsUFV=#U8(g4W%7Yc$5_VTgVJc`BbwwCc`pVA|ZkLhRhG^~h< zdcz^>cZ~r-g7dLcJE(a-Ons6EoHT3L+IoSx*a85c-f(zpntM2D*2n`GwLZxJ(JRxq zGVP*lRk^iUn+Usjr%dBdfi@7KPcnex&H(RQNQA$^RdteIKXN|c-TS}%`vMW6Pl^Hg z{4I>nE~4C2aO8a8f90lv@!3V>^S8(Y7_~mh1D5qP0Pu(#J!|#v{K(Aii$a7x$phHO z23zx=K6w5~7ZB?NvEdYS3v|w9k`xp_02z`D!DBhP%S19|cq_RAd0eFPfMm+>K2@Y3GBNu9aeS;m zBAKEUXONSlya?eeNx2K~$_!n9=skV%NT?Cket77yBXIycG0JKfs0mV%0c@*^^^Hy3 zzjqhFf9LcpKff#ZNDT1vfEhjAUK;?k)do-?8Nhcf!wU+rv$$nF4a*Xn90h!D3l>D| zn5DMka-sDBfNuomVso(tuT!>GB=v^Fy^U!H$3%r}fFLaRWb`z4%~GIBOB~UNie0nh zYXW^IWBM`xn-VM#4$A|W5eBjH^ko2s9mv;9IuE zg{riKSEO_$nKHa&%J5#kdfn4kSg)+)3f{|CuRW&UPhUNI0DIxN*aC{h?V(Kpz@G-i z;x=D>`Y}G)0L=OsJS3TNEtuwB+bYzn7m^JSji|gN7VuXBRcT>-c9Ggu z&y3G5LRDIP1z=^oy)47zC1fR6@PeBVRcYb3-~Sj%QZl>rz2~?yZ5twLfi`&=ocjAM zvf3noLrjHTl$&BJ!#;)M&L9zXadqMlnl^?b=PkJp@)Tgj2un8};9B-JS#Z!?%ihM) zjR)rnCoT&87pKRet*sY)KhE>?qu?@)MIw=Wmi!AmpI|$0r-{q}00000)+jEP)Px%HAzH4R9J=Wm9a}3Q5?rVX%EDNw!wx&s7a0l4thhDptwk!0)YxrLKn%>mO`OW z|Ae|*C|$a!6r@XsPEI#jGgJf-0(Cezd6y`aBZ?FRhfA+Re21cF9>sQOzHofu{qBCh z@B7{Ny&v?^M<4$fF_o8#W92Yw*9YT;PI1} zVJ59(7&%PS!nRkUB67#Fc)9!t$Js`tb+Sf2{POw3l_GBUA|Rd^dQ&QuFii``*=BmG zLI}Km_2L{)PgU65+QKv~I-P*EwXgixbLXzg-LnT|i=RJxisNiEIWf*^efUOC4Sn;X67yQM0?6E234Lx`PA*%Pi( zKIIOaw0Bru{zTTu1JG>w5!dVAIBD{z;K(SAw#J@+96gP;#^A^(wc3nQKIINfPK*N} z(mKtSPv(>-9(GTLjQ0xV4#>+!p80og=VG34X|{Y!(_*#0u9Q!?1M&oT!bR5(0noKW zJVA5=szA8|6>9)1zDpq$M27oy=RSp0fEC}RVh!A^fa>f#sbZBzTZ`_3#JwDiwnnO0 zr8+x*vjU_C!2J9Ih+F;5UKEH2@>8_EN&k3Rly{00HU V3*%)wS?>S<002ovPDHLkV1k2`Ci(yX literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/chainmail.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/OuterClothing/chainmail.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b0da7a42f7c2043dfaa1dbc342babe112d2b9f72 GIT binary patch literal 572 zcmV-C0>k}@P)Px$_DMuRRCt{2+C59dKpY0}C+as4y43~?8M+3F4v|ioIytyV!PP|sKY+Nn3F4xo z(9OZAQzq#RDTS;Kh03+v3jGM>9O{L(zP0%GCHVZ7gG+lncRB6~{R2cqL_|bHL`46L z^V?f?p2JXJai&WC8qgXg2aW>;zk=-(F4L){B`50Uri0 zxJ9_`COoe+>8MnVdT2NRP&+s>X+MCZ9Z5u&SpYjp&nuyJaAfMYR}KIKm8zMZP=7E) z(tdxOp6;Tqy9k19gkco`5T4(dPUjJxS3(pupj0doIVG|HO2tqrPJ`RGwRG_D$N_-< zU}&PKf&O3!0BEWfUi#C|NRc@Mrh<1mk7?khYC-F#g@fC(BdAo-9}KaP&!MSWGwuCd z^2sR65m|ug;PZj)M3xC|ca#0DZKbzAAb1M^g2BflN2%BVlXD?$g||N-{5!zj)vq4R zU5!LUL_|bHL_|bHL`3up{#=E~qNFNGME@K7DUy{WnOp$LN|H=2fMg{}CKo`mk|eW- zAOIYnoSOMs1lwL-oGmoBmG2Juos^2-ocuBc8JXSzEXW`t`l4q$9W}F<-PZpA0000< KMNUMnLSTYCN&-^= literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/chainmail.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/OuterClothing/chainmail.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..3aab6bb55eed9cc7ae0edf6f364c4f52c875c94d GIT binary patch literal 540 zcmV+%0^|LOP)Px$)=5M`RCt{2+OcZFKpY0}FKyqT;HHKaGPoXy4ku2ToH}$VLf0;(&<7}efI{gL z6x=#=>g4DR5h1ICV2Qd3K7w3_av74Sv1v)uem{`I#QeFtoR=XVKtx1DL_|bH^v_s% zci_96onPr$Fa_2t%lG~8xTw3jYM){jOyQ6EvGE>#XR*A9x~nVY5?Zo>-t!ZL5aBr~ zo3QN@1mzL{=xDzWHWll3FFwBu5q_j>q9q%UvI$Xl_0J9~Ju^thsiAv$9rjDMJK7w# z?Gse()7Z7K6%Z}fdw#N_#Q?qhgFXO-!#58AqQ0U40000Px%KuJVFRCt{2+C6LAKo|$`r=??{n?1=sBoNfAK(q!yCqW^T2Y&}|27dsP4^S|8 z=+YLvcIa4Wrw|P_DFRQ12xLw+1nMm%`(+4HrCP?hyU2p{{{w^X^m2EPr91F*L;wH) z0C1S&`aKO3`b+>_Fu@H+-4Se-dIfDpFJz<+N9%f3QUOTczbIPLTkkd5c86@cLs7IW99I#B;lXpNn1iGO&@vjt zn3gQxzZ#gqs=U0%%rZ-6z^VH;@kIMVlthH zuF({Xnbc;M^gX3kf%RrvD09BrsjE`LW4g$dKYse0eOLVfq-Sl%^@ZoX$p)TpG`### z`6}SJz9?&FUww5QscF^*0000000000fT!tL|2Zn>1)hrkJ^<1j*Wa6?uT!r-5GuJr zsYHU~`l8LOEE8O|PoNHIUU0qHQo>`Y1dZ|l@=w9B1Ck$bsQUO$ngr9Q;5?XV!Z07*qoM6N<$f~@T)B>(^b literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/icon.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..dc21f9259533a3ee07f2f695c3c5dee2c6016f8b GIT binary patch literal 352 zcmV-m0iXVfP)Px$8c9S!R9J=Wl(B1rKorKml#Y^&mO@BD5Ofv91`M5qtQoQd|A7398BZt@$l4(w zD1}1C6!*)}+;K`meI|tt?>Bkxd%pMiygPtl7>4P=bZpDH=SVX)_Z&GL+w$5w*LdjD zd}LWT)^#I(tZR%c3se&%13{SR;_sh_fvK5mGw-ej0O09$ag*L=@Ow&=AWUSMuJl@D zc|)(t0=w;|bKOU(fizv=EspSY_`awM0K0AXdL#oum`IW3a9tnI_V66_wZ7kf=)A5| zAQ_mvIGDu|0O$#*rixh{k)}Z2geL9geYnZMJs|ypsw^PR&#voV%n@0Rsx1D-z|Y1? yq%zSyg32W27?SS+#bUXZ?JuP?W*CO~H=F<|P@i=G literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..d7c85e7a33e69b29eb57aa6fbea6a709b6999deb GIT binary patch literal 586 zcmV-Q0=4~#P)Px%1W80eRCt{2+P`b+P!tF7ujS1`p(qHZp@j^gTcKo$yveCkhWroti~JuPoZjU4 z9Qr7{)ge&1RR}1B@}xtzbSNiWwWX1q;!FGeO!0~*=iZ$Bz#M>xh=_=Yh=_>3m&TzJ z*mil<&jH}nJ;!J`*vK!6lN`X#coj!lfucCcCBg0S%d37a6Z^=id%p2od;8wpspM)? zTS-aKK5{aF?eQ|PoNfyM;JRnU`0vRd)uRspKePgkhJ!{FCwVUn&cNWz@O?G@3GMT>%8DTAtb Y0j)y+Z=U66JOBUy07*qoM6N<$f;=h^X8-^I literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..45e77b3eac68c7c2a6c83c74b1cae780d1831f07 GIT binary patch literal 642 zcmV-|0)737P)Px%JV``BRCt{2+COXCKo|z_$E8Du;%qh;tO^Hi5ZMgI9TYNY>g2)S!QZCP!E;v+ zo;rDqhn7OOqCpUIu|Xgc2o)W&sYAKTMSm>O*0t0=zezsn&Udfm)8TsoA|fIpA|fIp z`oFYJ-GM)4GMyy=uw2Yr>GE570|5B)d6gOOvvk354N2A-kMBjiPi4_0N%cP zucLU4>?2kum+lx>?igVd>oOr6tX3Zi>tucc0ATey@Vqy$?E!>vAcTV}cMLPSbu*dH z5-B$bqZqwz8@+BDLO2KlU!TvbmkEHnFbI4I;poP~D29}q!iG-Gxv*f{0{}o6#R#KV z58k#1P)~GPCID8yqZ{9aaewDrW!ydfhevV7ZtduXlez=}(}k z2@_S72B4`46IGQ4piEs8CaNk8z;?ISi3X;+CrngTIteZp^Ol(_pxoVu2lMZmqH^b% cFhT#OANrF4&roljwg3PC07*qoM6N<$g1VU;Hvj+t literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/meta.json b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/meta.json new file mode 100644 index 0000000000..97fbf27b62 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Created by Prazat, changed by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..9f32e23966a38151adcc8b08eaffec7502128d77 GIT binary patch literal 1325 zcmV+|1=9M7P)Px(=Sf6CRCt{2nomd@Sscf|X0}d~`D($Th=%JVHE=79jf~P%&79_)J8VM^DvSix0Gcg$BVGBLjQr5mbBySw! zMCZ*IcNg9V#L1iR`!~ON@8$h|0Effja5x+e=VY#4ixMaIPeXrfGGVGCHklxH^tZEo zIVki4h>~13)n;Z~Q0PZ4%W49f{(#?Y8t8!E4FJsgk2rD?vB?CX%8Zn@cCq~A0kgb+ zTR&3<0JTU*qt~G*d3`J#9z-hjE2}751pIEqzx(FM_`{!nu_ccwVl?`K(1&qx7yz(c zeFH_wLsd6ho&`qzjo8)CoB>q%ikvwzUfSAa6~{y~=Z$u;!V~~aEduo?-}HV9DQ)c@ za+DBq};b_Eu&m2d^k=fa|Wd4jOmj|H)KRB(9|N*^=soqNHb4Ui^yeD z$2!~yQvgJ91hTw#Xw0Zw6i1NDrdUKWVWywzruSL(GiQJ#O<`&2@sV_wq$#NCCaXAR zBxwra@E`!7*K+~e)i(g3PsFS+1%N(nQ5?}f(^RChaI1(!CR|j0Ge=8XyNE<4Tx62nd#OVaP?Z0&_65VtecU- z^fModQgYc;TP~Ywqx}Mc(1+Q%dGhZ49xBzcU9l%Z>l4xFbp-rw-45e--o4+mEYEfT zfP>>`Mag4a97Zts2|hk|{=|x`6KHP&ZO~}eGZYF9S@Mm!HfY3HC0>y;(6m3%)pf~< z$P-c3O{~hq_%0 zkp7W3;>QNB&*PE zIPDjry$Jw&e*p7(y|cEAo{^Z|CyI(|}1gP~aq~#2D)|Q!NIsP$ZH0Z4P jFWA80a5x;!|CoOOPx%EJ;K`R9J=WRzYhMK^T2eYY(EwELxf_k){~E1!4l3AR_w%dgwtA#EP^~i{QnB zAc6-k1*t+yX-lEdLk~T9+GA6&1aghAW!G;LTG_>uJxP%9(99TjTQXBDdf0c_o&9#- zym|9|^DU4dL4tpblnFy2a?z;U%Dh?v#wVtEm6fnv+eKzL9gDZxAw+y@ zb3uvwf{p+HAoAdodu+@n7vFAWwD`2QK)BE=s28nvsJwdM6b@8b33pft2f_DPESJl} zwm)j|X$dG4El%X&AeYBA<4X5wUdA1#Dc@5~L@fb~m0_A$0FVxdNd-i_QMZ*i&*=z= zB04z`&xwA}&H(@b=i;X4VM>l$?eJ^_91(MXbL7TuB3eX5Um~LV<5Xps8BW7Av&Y(f z=4I%UD-WWm)h8WLe@#H4XmQ5Mc=+HxCZ9Zw#aEWzV{Lr{0F=v6*{WyHUvbmS#`-|5 z_6dxYh{sxCn9)=9#{C*Jp95J(h(5ZGsB?o+Ru?>J#Zp+Ny+1W*-Zl@Y@Ar`Mx zj+&I%DwU*E&VfSFk_A3w7z0x?vz_IYRcvi8q{b(v`Qyn)So|uyKKahh_4KDlt5Chl7IIyyfiS^@-oaScvLg^^U*<3H}%S0@u#?MwKK`HUIzs M07*qoM6N<$f>n1KrvLx| literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..f8d875bbe7af13ad283cc6b922975719914c69d7 GIT binary patch literal 584 zcmV-O0=NB%P)Px%0!c(cRCt{2+OcZFP!tB>-_ltq6a~Q;Dr5-V1j!QVGaTRM~zqHSp;r<9ccoAgFb&b^)_;ynNn5fKp)5fKrQs$Q>m*ysDh zwAUY|K^Ud`$AU2Wa=eTqtw7%;*Xj0CnN*QD9lN^|GynS0JgDTFSJMh433lu*CgV{} z#sFY{yhtpo-2edC_E|Q5J-aO&qo`x8K$G#P7KBkc@I4HCF9iT&7CXm_#uG62N|0Dyt-;llTjthd>iCansqpii#VQV$BV?V+KsI2<9Lo_z0DTXw$I?6TUsdtP^%RVg+a=wp?v??j0hI=P+i0Q4dHU_ltA`Ab2*$=U1%_jl8S&Xr#T`E8&*c|dsqfZb=mICSzvL_|bH zL_|bHL`3u}D*b=G>_O~rnBPx%JV``BRCt{2+COXCKo|z_$E8Du;%qh;tO^Hi5ZMgI9TYNY>g2)S!QZCP!E;v+ zo;rDqhn7OOqCpUIu|Xgc2o)W&sYAKTMSm>O*0t0=zezsn&Udfm)8TsoA|fIpA|fIp z`oFYJ-GM)4GMyy=uw2Yr>GE570|5B)d6gOOvvk354N2A-kMBjiPi4_0N%cP zucLU4>?2kum+lx>?igVd>oOr6tX3Zi>tucc0ATey@Vqy$?E!>vAcTV}cMLPSbu*dH z5-B$bqZqwz8@+BDLO2KlU!TvbmkEHnFbI4I;poP~D29}q!iG-Gxv*f{0{}o6#R#KV z58k#1P)~GPCID8yqZ{9aaewDrW!ydfhevV7ZtduXlez=}(}k z2@_S72B4`46IGQ4piEs8CaNk8z;?ISi3X;+CrngTIteZp^Ol(_pxoVu2lMZmqH^b% cFhT#OANrF4&roljwg3PC07*qoM6N<$g1VU;Hvj+t literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/meta.json b/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/meta.json new file mode 100644 index 0000000000..97fbf27b62 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Created by Prazat, changed by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}