From 357266c06e4689a794e79a9227dd1efb5bebf3e5 Mon Sep 17 00:00:00 2001 From: Full-M Date: Tue, 4 Feb 2025 18:14:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BC=D0=BF=D0=BB=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=20=D0=9A=D0=BE=D0=BC=D0=B8=D1=81=D1=81=D0=B0=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Вперёд, собаки! --- .../_WH40K/Entities/Clothing/Hands/gloves.yml | 13 +++++++++ .../_WH40K/Entities/Clothing/Head/hats.yml | 11 +++++++ .../Entities/Clothing/OuterClothing/armor.yml | 27 ++++++++++++++++++ .../_WH40K/Entities/Clothing/Shoes/boots.yml | 14 +++++++++ .../Entities/Clothing/Uniform/jumpsuits.yml | 12 ++++++++ .../Gloves/commissar.rsi/equipped-HAND.png | Bin 0 -> 329 bytes .../Hands/Gloves/commissar.rsi/icon.png | Bin 0 -> 501 bytes .../Gloves/commissar.rsi/inhand-left.png | Bin 0 -> 231 bytes .../Gloves/commissar.rsi/inhand-right.png | Bin 0 -> 239 bytes .../Hands/Gloves/commissar.rsi/meta.json | 26 +++++++++++++++++ .../Hats/commissar.rsi/equipped-HELMET.png | Bin 0 -> 642 bytes .../Clothing/Head/Hats/commissar.rsi/icon.png | Bin 0 -> 440 bytes .../Head/Hats/commissar.rsi/inhand-left.png | Bin 0 -> 394 bytes .../Head/Hats/commissar.rsi/inhand-right.png | Bin 0 -> 391 bytes .../Head/Hats/commissar.rsi/meta.json | 26 +++++++++++++++++ .../commissar.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1479 bytes .../Armor/commissar.rsi/icon.png | Bin 0 -> 893 bytes .../Armor/commissar.rsi/inhand-left.png | Bin 0 -> 526 bytes .../Armor/commissar.rsi/inhand-right.png | Bin 0 -> 577 bytes .../Armor/commissar.rsi/meta.json | 26 +++++++++++++++++ .../Boots/commissar.rsi/equipped-FEET.png | Bin 0 -> 438 bytes .../Shoes/Boots/commissar.rsi/icon.png | Bin 0 -> 346 bytes .../Shoes/Boots/commissar.rsi/inhand-left.png | Bin 0 -> 314 bytes .../Boots/commissar.rsi/inhand-right.png | Bin 0 -> 321 bytes .../Shoes/Boots/commissar.rsi/meta.json | 26 +++++++++++++++++ .../commissar.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1463 bytes .../Uniforms/Jumpsuit/commissar.rsi/icon.png | Bin 0 -> 503 bytes .../Jumpsuit/commissar.rsi/inhand-left.png | Bin 0 -> 530 bytes .../Jumpsuit/commissar.rsi/inhand-right.png | Bin 0 -> 547 bytes .../Uniforms/Jumpsuit/commissar.rsi/meta.json | 26 +++++++++++++++++ .../Medical/advsyringegun.rsi/meta.json | 1 + .../Specific/Medical/syringegun.rsi/meta.json | 1 + 32 files changed, 209 insertions(+) create mode 100644 Resources/Prototypes/_WH40K/Entities/Clothing/Head/hats.yml create mode 100644 Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/equipped-HAND.png create mode 100644 Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/icon.png create mode 100644 Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/inhand-left.png create mode 100644 Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/inhand-right.png create mode 100644 Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/meta.json create mode 100644 Resources/Textures/_WH40K/Clothing/Head/Hats/commissar.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_WH40K/Clothing/Head/Hats/commissar.rsi/icon.png create mode 100644 Resources/Textures/_WH40K/Clothing/Head/Hats/commissar.rsi/inhand-left.png create mode 100644 Resources/Textures/_WH40K/Clothing/Head/Hats/commissar.rsi/inhand-right.png create mode 100644 Resources/Textures/_WH40K/Clothing/Head/Hats/commissar.rsi/meta.json create mode 100644 Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/icon.png create mode 100644 Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/inhand-left.png create mode 100644 Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/inhand-right.png create mode 100644 Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/meta.json create mode 100644 Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/equipped-FEET.png create mode 100644 Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/icon.png create mode 100644 Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/inhand-left.png create mode 100644 Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/inhand-right.png create mode 100644 Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/meta.json create mode 100644 Resources/Textures/_WH40K/Clothing/Uniforms/Jumpsuit/commissar.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_WH40K/Clothing/Uniforms/Jumpsuit/commissar.rsi/icon.png create mode 100644 Resources/Textures/_WH40K/Clothing/Uniforms/Jumpsuit/commissar.rsi/inhand-left.png create mode 100644 Resources/Textures/_WH40K/Clothing/Uniforms/Jumpsuit/commissar.rsi/inhand-right.png create mode 100644 Resources/Textures/_WH40K/Clothing/Uniforms/Jumpsuit/commissar.rsi/meta.json diff --git a/Resources/Prototypes/_WH40K/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/_WH40K/Entities/Clothing/Hands/gloves.yml index dfd5997cb9b..2444b8f777c 100644 --- a/Resources/Prototypes/_WH40K/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/_WH40K/Entities/Clothing/Hands/gloves.yml @@ -10,3 +10,16 @@ - type: Clothing sprite: _WH40K/Clothing/Hands/Gloves/v_sergeant.rsi - type: Insulated + +- type: entity + parent: ClothingHandsGlovesColorBlack + id: ClothingHandsGlovesCombatCommissar + name: перчатки комиссара + description: Крайне удобны для одновременного удержания болт-пистолета и пиломеча в одних руках. + suffix: WH40K + components: + - type: Sprite + sprite: _WH40K\Clothing\Hands\Gloves\commissar.rsi + - type: Clothing + sprite: _WH40K\Clothing\Hands\Gloves\commissar.rsi + - type: Insulated \ No newline at end of file diff --git a/Resources/Prototypes/_WH40K/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/_WH40K/Entities/Clothing/Head/hats.yml new file mode 100644 index 00000000000..84a801df1c9 --- /dev/null +++ b/Resources/Prototypes/_WH40K/Entities/Clothing/Head/hats.yml @@ -0,0 +1,11 @@ +- type: entity + parent: ClothingHeadBase + id: ClothingHeadCommissar + name: фуражка комиссара + description: Идеальный головной убор для выкриков в духе 'ВПЕРЁД, СОБАКИ!' + suffix: WH40K + components: + - type: Sprite + sprite: _WH40K\Clothing\Head\Hats\commissar.rsi + - type: Clothing + sprite: _WH40K\Clothing\Head\Hats\commissar.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_WH40K/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_WH40K/Entities/Clothing/OuterClothing/armor.yml index 3f8ef8d1543..2f86e10b7ef 100644 --- a/Resources/Prototypes/_WH40K/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_WH40K/Entities/Clothing/OuterClothing/armor.yml @@ -51,3 +51,30 @@ - type: ExplosionResistance damageCoefficient: 0.65 - type: GroupExamine + +- type: entity + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing] + id: ClothingOuterArmorCommissar + name: куртка комиссара + description: Комиссарская куртка - вот он, символ НАСТОЯЩЕЙ власти на поле боя. + suffix: WH40K + components: + - type: Sprite + sprite: _WH40K/Clothing/OuterClothing/Armor/commissar.rsi + - type: Clothing + sprite: _WH40K/Clothing/OuterClothing/Armor/commissar.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.5 + Slash: 0.5 + Piercing: 0.55 + Heat: 0.55 + Caustic: 0.9 + - type: ClothingSpeedModifier + walkModifier: 1.0 + sprintModifier: 1.0 + - type: HeldSpeedModifier + - type: ExplosionResistance + damageCoefficient: 0.7 + - type: GroupExamine \ No newline at end of file diff --git a/Resources/Prototypes/_WH40K/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/_WH40K/Entities/Clothing/Shoes/boots.yml index 94732d5b03d..44484039b4d 100644 --- a/Resources/Prototypes/_WH40K/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/_WH40K/Entities/Clothing/Shoes/boots.yml @@ -11,3 +11,17 @@ sprite: _WH40K/Clothing/Shoes/Boots/combatboots.rsi - type: ClothingSlowOnDamageModifier modifier: 0.5 + +- type: entity + parent: ClothingShoesMilitaryBase + id: ClothingShoesCommissarBoots + name: сапоги комиссара + description: Тяжёлые сапоги, принадлежащие самому комиссару. Мы лёд под ногами комиссара... + suffix: WH40K + components: + - type: Sprite + sprite: _WH40K\Clothing\Shoes\Boots\commissar.rsi + - type: Clothing + sprite: _WH40K\Clothing\Shoes\Boots\commissar.rsi + - type: ClothingSlowOnDamageModifier + modifier: 0.4 \ No newline at end of file diff --git a/Resources/Prototypes/_WH40K/Entities/Clothing/Uniform/jumpsuits.yml b/Resources/Prototypes/_WH40K/Entities/Clothing/Uniform/jumpsuits.yml index abd6d60d7f7..a3fa8873f8e 100644 --- a/Resources/Prototypes/_WH40K/Entities/Clothing/Uniform/jumpsuits.yml +++ b/Resources/Prototypes/_WH40K/Entities/Clothing/Uniform/jumpsuits.yml @@ -21,3 +21,15 @@ sprite: _WH40K/Clothing/Uniforms/Jumpsuit/voidsman.rsi - type: Clothing sprite: _WH40K/Clothing/Uniforms/Jumpsuit/voidsman.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCommissar + name: униформа комиссара + description: Униформа боевого командира Астра Милитарум - комиссара. От неё пахнет ужасом врагов и подчинённых. + suffix: WH40K + components: + - type: Sprite + sprite: _WH40K\Clothing\Uniforms\Jumpsuit\commissar.rsi + - type: Clothing + sprite: _WH40K\Clothing\Uniforms\Jumpsuit\commissar.rsi \ No newline at end of file diff --git a/Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/equipped-HAND.png b/Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..e7e59fa9303a58650292512ce13a48b18ec609b5 GIT binary patch literal 329 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%znLS+`Ln`LH zy=9xQ%m;+&sj z)>YoW^(1#{QPG~YLHBR1nPcnxd~^2KwZ6{JyT7nQ+yNv%NNpi<`) zy|wc@!}pNyjL}79-_B2|<}dIsmEVw>pC13q?7^C{kJSvl?m&qnwjcvO{blO7S6&_^ RZ}}U<^>p=fS?83{1ORPmjtc+) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/icon.png b/Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4d4555597ce4f31400c7fe13aaeffff537175164 GIT binary patch literal 501 zcmVPx$uSrBfR9J=Wmc4GmFc5&x$b$uK!jdY=z>Ii^4pE0xec=o!0}p{Zcc_q9011@A zk~`ot=br=*w5TYzKrH*d&*yU#_VoS%_l(h9>4U%^@OT1Et)QvZ?+Nq)np)*adYN}~ z0i85YQXin#AQX{9ukXr%!~Q(qxj}XlHnqa0 z!p_DXz=ktBE-SyWbaFZ`Pg2+%_LdM`&s{hL;$p$M)$KtzR*=jSoSQtj86&0Vn$BTH!E{y@{4tm6WN{1doyP~1`3?H zqi3w6)Ft!tLibFTHSFe04!0@Nh X+=juF?ZsM_T_6pfu6{1-oD!MHq!uzH!8r zbCsLpe)Tl}7Fc&ClgnY!r){T-Io=lt`hM9Q5$E_) zy$Jp3lTOdK|NO@jVib^cSiL8&D|^QF!|7{F*z9)7G(6dFobWM};hr_K*s?kYPw%;m c3=9D!42ML_55}qQp9|9H>FVdQ&MBb@01Zf5jsO4v literal 0 HcmV?d00001 diff --git a/Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/meta.json b/Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/meta.json new file mode 100644 index 00000000000..3ff90448ed0 --- /dev/null +++ b/Resources/Textures/_WH40K/Clothing/Hands/Gloves/commissar.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "by Fizzo", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_WH40K/Clothing/Head/Hats/commissar.rsi/equipped-HELMET.png b/Resources/Textures/_WH40K/Clothing/Head/Hats/commissar.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..ff47d3a9cfdde0c19d611bb1702fb5c32a313305 GIT binary patch literal 642 zcmV-|0)737P)Px%JV``BRCt{2+A(VsK^O+$cjne*W(X&a3LzdrL?vYk$*-_Am0)RYlg8S{#yX{7 z61@AGR}zwuzNv=r9B8i!Ow zSmWw@)%R3Hm{g#TMR3lENyXwC8p~ZUl@bw)MJcR7jInY3#vM>t17PuIAKtr+>+7~| z|I_g$yn6TRd|Zr8U)z{94(ZReG7i@J`d$hFMG@<9u|@sXJLQ#@Y6pgTj!8MFcc9Pq z@2h^N2|MS+8VBz^LI_AjY}Ix|L_|bHL_|bHL_|dNA6zKS8L3Qy&GF>^dYuzKJNVLT zLiBX^mQ=M~ycxr%*@a^HR`GacOXo6`62a!M#;wHVeOiv>t#JqdMhUW}G(MEGezU=y zY#=9dg@_XB$|9Zh-s9WJaUGZc2;Y0{fUEwR0E?9R#>NOC1OR~i3~Ns(alm2pke>VGoX<+vOGK7Ib!%Oc#leOCZ5k|!b}A|fIpA|fIp cBBBm{1K`XFaZr9~KmY&$07*qoM6N<$f{=b%7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_WH40K/Clothing/Head/Hats/commissar.rsi/icon.png b/Resources/Textures/_WH40K/Clothing/Head/Hats/commissar.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4c4b8e9eefcf46fa13518cc8ec5804ed1211c584 GIT binary patch literal 440 zcmV;p0Z0CcP)Px$a!Eu%R9J=W)xB!MP!z!Ne?lus5Gl8ViX$N)nh;mhyniraJ28l z6T9v&KYx{Ol|Kh0?3!;(o0e48nl}Xv8S`Db3ylc{m=#Vci}dTuQ?mIq0Ix579-lua zFjNM1-46>1yaS8ki&WFfkjn5?F)oBa zO6G`z0@OlLaa&DaN;cX*3n?Y8Hw?Y|od7e$2$1de*4sVG<<`FrhXpJb+GpOji2Pp= i17bi7hygJma=%f5y&{r#_?@?=u+PW7FU=OzM82ZC)qg|ZuRZK6%5-PrT3=KkX~pYE)h!(Jbz8{hb@EP5V)(Cu58h-+EF#jB@PE<2iEd3)F;bJn$4ulH|< z*bgE%s7l3W-!55up|bMM)+5iJrIjrEyLjK3xaiFrmiBR;Dyl48BfbA4=Y%DNHdj9w z1(|t^Zd2-wp6@H+s`T%Y^@Sh00T%p!iW)E9iO<+kvFY>HYe9F!SNQh~l~ZXi l!{;B|z2xbCcA!lOJNeb#go#u09^W&GRQJu#U-*Wt54X>Q-FQq-dv}#0?moMCKctYNZ zZ56j}Tr2yrJZbrT{+4Z?8kL_+b}kVD8qdIRz&`n!wo-C!-1ElyOMgwjS|l_3*xpM5 zlCP76pX~c`)8EUUbH49_*!2}(Hy^FtT|6x^KI}8gwlbepN7PQtnR7<9p!VvOz|E`T z%6IIzXJ4{i>9=24bAkC?v#Q`lky>qM8s-%5s|~#FUBBdT)r#H6_f1mKEd5YipUTe+ zwjD%pg`J4JX*U1((!S&NT1MB-d*?76Rl8uZ=ENKKRkGVls*B@(Jy6yBpWnf|scy-O zP^MPV2U6+|l5Zi-YFA_T;Rin#HIiU^8y zVYV%F(M3^E5EmjU#YK%#8*4BzKTHNObLD$-9w&ER-kdvk-Z(Pvtu)?qzw>?f+@IY0 znV|;%G7Zk3QUTHmXmAD6DbU~rkS>Dh6iBClQh`4&Y&Fk@rs(+ThxEd{FR7drnFZ$9 zFY9S#UmJb*aKJV10iztkL_NUb} zaD6-s9oXGTKc9P25x!Hhr~n=TdDy`r2_s^UfD1WITZyl!08O820T>*sYyZ0GIj21c zF!-o7*#DCfLE>X|N9h9#1A?i5-Kr9NwE(;&LDfUsvm}q3IHsQYqZkOT*?Kf1W4Dp` zyzT8=Pjutq$I~I74P5b^1polHLR$cAfqZ5txA*!Az~>Sy$XIxBHUV}e1K=b8Z#DA? zP>sXSeB#JMk^JR{1>h=3v;vsm!Eaki)`0VW%>~$X~iSlKEj3Iyx#EA3aGacsdYYS z1=L#cdc#XAz;#4$0lM{@j`ZvL^x95TR0YhLZsDYFa*(+kOEp37>YhCxM^kU9aVx1dtb#NFHy5 zQH~KGV%k{gO2NA%KJAOJ#Hd&Rc4I{O1+*l5+MxoZCn51$VI&)MH67&_@FAv+m7WA? zoJj0i9EsUCvjC3r3usCBw3D6$+!C{g$n{p*X$r6at0!LvD=%CjC_URR;6qFs3jx@Z zfN6*w=}G$%=WBT<0WbxYy?rysA%=5-?HACJ@M*`M1o=vhb>Y>b#bs?V6)%E#pSR!t z@iW^m;6qFs3jyFsh|0&squ^8lm;$!{u4lz61BXTu=EyiP*po2w;^`a?Q8~u-<17Fc z8-D!-`6$1Db`*WuNlyZcfGL{jA}HVJW%9OPz=xPNR(cX-Oii{yev1b%%nAd$I_CHV zv?P4mL4bkZCPHHb`eNUJ)+URXil%^VQM3I5KE$-K5CEo(DARP!1+bsXwIqDnVGUqU z0{6qdfy4v=C_6G3lx^ytVi%}JE>2T`-{|ol6ZnIN-}VdmjI1`cTDdq0piS;`YL^P| hIgM5lxi)+Sd;o=S|89MoDU1LB002ovPDHLkV1kw+w9o(m literal 0 HcmV?d00001 diff --git a/Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/icon.png b/Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..473e38b3bb8a569aaf7f1a901f8c28b2a02c5618 GIT binary patch literal 893 zcmV-@1A_dCP)Px&H%UZ6R9J=Wma%WsKorJ*j#06#I-#M4fJ8_~)J{kh2!UW=fr>HhSc!#!A_o48 z3WO>#GjyZSt%$XiDin#9slY}7f!Z`mAa-h-D#U)Yg2{^oA*p=~Xi0unDkzGE zswp8q$98dDn}Kv1$99ny3nEHHPXY2`K>$pQ_VMD~4wBl3swwCxou8G8Pu2~3N^kk> z#`5CqA|xmzVEVy10KR=OnHYt+wY{Kmp{H~l+ht<34V<4B$-`&s+`S@2#_L3APEMrHh*M__0Jb(t{>T(Xi)`;_QxuJ0tY4Ll5ML+*!r7tt z`3F|jLe&%o(rEzh-&D!D&c371xeoVlssIe6)2Nz)RkbL7{(*3IBKw2{1hUwtQ;XfWt(ht`4X+6+3|BohthUwvn0Y6!b*w(XW~TQYJHHf~&&?6L{K)SVPh zAAcm7Xka#F&dLI4rPq4^&dLI_DU(bzc>4GwQ+HAT*k!XTIqXx2_BwqMHPM9K;AT^f z^fv?cnrH%0zjU!@A&SgE5Hr>VX)>RsCYnA;6oTZF`7ATmg`VWG1OPl)C=(Ph=xn#y z2c7LU@+S-7f^#SVog!eb@ObaPA%_@;k%#Qid0u{i$$Xa5ro-%t?UUcWW?*DgUVi8& zJJip&^{=r7#LmFhMhUBG@%*j8$f#{LBct;Ct-z{UY;BZclOITchi(VcK@Y6h0_sc4 z!n*@_B&E&vis*goDIHZ)P!x^&(z5s`0y>c&t}(l^SL*?0S8V^ZJSch!2#!8DzaF{w zhSoX>X5r8R>PyRFe5BR3s#crLb#4C%!t)y+A=Wg+-iF>S$M1Oks$c1XM0!dOi9M8n zxiuIcaWOIyrIW1%7bN$@ls4as@ewdGHAU!Aih!8@+15K_3?&= Thok3#00000NkvXXu0mjfQRJv= literal 0 HcmV?d00001 diff --git a/Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/inhand-left.png b/Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..3d2afce228e6774a6699e0ad3022dff6254db150 GIT binary patch literal 526 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zPk6dGhE&XX zduyZD;Q$HN2gUk9mlU?Kh%|+IE!W~Z*JS6`*2ib(G+nQj>)_GnFNA+^Y>d9Tbb$ij zQ!|cd18{NMNHoJBoh z0oEL;>UY|@lXIlHt=D(vZ93u<^rOAKVvha8r2$2{nO?sg=`A~ z+HCvcapAv~9M<#xJnQnqxVM&YmL1Byaa(iQ%h%JNUpb}eoXYNVIsEY>i33>)3^(5A z)moJm{&{>M$})8YE8~gxXP3Qys=d90lVM6#LFQADg}-<@`WjRUe{S%euHY%NXz|x4 zYmREXI(hVF7OVcbL-G5!Z!LlaR7b}P`<1c%4&J%dEKys2ajcp@bJdco$^m~(!bH!? zIqK>=xGi=MI34Y<8A!@5xT(D2Dc^~VFC1ArnT@u-6U<2LZ}|62R_0gwADKmYa=-{? N@O1TaS?83{1OQj-@|Rd>}B z5e)G!oqSZa?b5+HE*@WAC!{1D?`>HcAX{TUo6oQ2{qoD17x)#FV1S`u&orCz*zl#r z@v(DGJiWQ`hnK$3m#NcEZ%*F1%VK4!qSk3!4(mtSy0Les#9p1@|LWDUA6};w-dx$l z&|jRMynB^m<<6_04lI*D5q6=iQz=KIcYa@Yv&ylMpo;eP9kTu(o`3&wa?k(VyLYO7 zs;zs@z#v!l&0wlX-{V9rO(2tjVcqkD%luhexlcX0cAA-?zb>MHzL>3^(j6wie_rS`pUGe(Gu5&IxZ~3vJWmPTo*q2sq7bu-Wh3)O3dm7M0GK z{(ZhpDux{WacUKz*G~RDzuc0;+UTd~o*<;F|@WbNJdw)eR`4?4WznG z-DTYNjYlNZVhd15CD(iqFCA5`DdlN431JeY9r>mdK II;Vst05XLIPyhe` literal 0 HcmV?d00001 diff --git a/Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/meta.json b/Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/meta.json new file mode 100644 index 00000000000..d0c2f4dc4d0 --- /dev/null +++ b/Resources/Textures/_WH40K/Clothing/OuterClothing/Armor/commissar.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "by Fizzo", + "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/_WH40K/Clothing/Shoes/Boots/commissar.rsi/equipped-FEET.png b/Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..c7ae57377997ddbb94dd864f0f70c75cbdbe4d43 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z3p`yMLn`LH zy=9-@Y#_k;!9Dw*iNMOP35RBB-v9qN<&W!xr4heTyxEL7_@AF*X6Kt6U4N3B z;lNL^PnU$|%@AM+FyFdt>8vMrPTAXctem$@?3?x7zH1iumHZ#)ZOK@+vUcmw$!0*a z*4=m;_~x7Va{W2q3-+~Mxl=8yvj6{?eEFu&xFl=n8=+@yJ>SpeX?6Y>R+{sogfmpC~xpu@Bbe^xdUsee=bc4bNG}R=WyHI zR9<0SI@7Z|r|&mE(T_a*fSw_eY9Ijc{7u9T=lDT)>T{?TBZB*x9{5O U^VmK_6c`Zzopr0Cd&Cs{jB1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/icon.png b/Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0117d3c76362e02b36e54a2741ae0a8ddff89feb GIT binary patch literal 346 zcmV-g0j2(lP)Px$6iGxuR9J=WmOl%^Kn%rSB}0eeP(d9X9d*z_&|UnzqJua%y14ogT!gk(sSwb? z{<&*uy=tWnm#KMqGP{W!pP<8mLrLwnC`ROG?189KS0gPX)p&0L0vi2L$02+YG zn9beh5irXd5dvnIl(dRGCJ}tVs0<)rM$c{w`5h0RH8Y&6$CeF4d4+yJdG?-h0-s s1c2$x@blmbTc$kvheQKtfPV*g0t&8!9&K7$_W%F@07*qoM6N<$g27vs@Bjb+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/inhand-left.png b/Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..ab3373590bb0235dbaece0257b4a3f888781caad GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|zIeJghE&XX zd&@EVkb^+mL;nu71rH9&+`9Dt|LLlp1*W;-LJ|H8b$fT286SG|dyZM-%?T&pXwGK= zYGq*fkdPK9ef_ji-`#w>KF{-WqUN7k%J_9tPpIK^mDYWiH^{A9zxT+MU(q6A(!HFu z-_vD({mc8Rd8hBd>nc;LL;1hWUd{}D9X!+jKtWmgL+{X!duv0_)Yk^C{}nyc?7_>Q zs@G;mO}dgJ{Ws?I=ev9V+51RekmF0g9{NTkjoZ_GdllFXAR^|$x8f_aL+cbyvqd~( zkNM1aPv;YJq+dhIbomo`Olv+fN17f`wx1Bne1adS+FQN8d)e=w=BB(Ly`HXqF6*2U FngCA*hN1uf literal 0 HcmV?d00001 diff --git a/Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/inhand-right.png b/Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a7a0b94f67264915e1ade6f38a2f90083271671a GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|etWt&hE&XX zd+RJ$lY>O-L*WQcHr=AYi+|%Iy_^5d4%l!tVA`}~F2B9!vq}Q`?w?unM+K;hfuX_P zc*U%a#f5QY_Li~Q^IuNh_0!v4t?yW+1dpnxns@5)Z@b>R7MzsdQ$6wIrRf__ZYsN6 zw!-hPw?D_F8|d`nq=4&-k(iTkGiJK#4oc4<|&d$cW$hOkX5nU&OPII@45C zXS?(#&;5RPX`bigKdnqM{OzX-XDl~rp136Y_Ri?X)pcN(fE?pz`tRb)>i-Q_HP*cU z%iMqO8+*+oAot5r!4G@u4;0;F-1nW|rdX>1D49Bk>%jkV28IvbdH(v#exI#5D*!Ua M)78&qol`;+07&bNL;wH) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/meta.json b/Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/meta.json new file mode 100644 index 00000000000..14b24114ccb --- /dev/null +++ b/Resources/Textures/_WH40K/Clothing/Shoes/Boots/commissar.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "by Fizzo", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_WH40K/Clothing/Uniforms/Jumpsuit/commissar.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_WH40K/Clothing/Uniforms/Jumpsuit/commissar.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..eb8ec3a58e34ef3f9a8f30727e1f2b58581b54bf GIT binary patch literal 1463 zcmV;o1xWgdP)Px)aY;l$RCt{2nomd^R~*N`YogAMyUy%x++Ros zc4w2u`GD;1do%C*o8SA*o9Fy~KukmUTK(C_i}c3LX{u)ps%H&4H8wy2U}|i@YrAoC zn$A96q*3ZCsz&v!L5-dZ-k+W|sG@38`k_6hs2a^=v)*slAt1zoqNqr!ir2nVDuFm= z!)JomcO6pI&ukFYKON>EJ!{aUsvxbUE7}Qh5Y+A}D%~xuHOvV|>GSY?BKpTVK+hU9 zZ**aE?XL=+)v7K&j3WrqXqZR{6#Ei-4>Qx{xUIcIp z5N%Wxu#0EAOh+^>iReh5BCq4o~AKa;BY0Ihhs$HLdclhj|1MHclhC3lh-;a!b zOXveR@hklVS1*+{u3k#uN`HB4np73EoN5m{q!2+D@81&3=nJg@j2{;ixU=P(ZSohl z=Bz{kyKsJ$m$f0Z1N@H^LLB6D4cohB&Epyc8@J-3+fKvf+7(3=)(`D~-kt(FpYOi* zObfQ%ij~#nM4|gUO{G#5eRK22Z$U-L=^DBV2B&Wa>aVV>VI{;Cm=Ssn@Z&i96`%iC zLPx;d{G-Hc7hk6UVB2;@AOCx9{!t{4!IjnJ1OS>!rC{53-~_O!5E)l!5!~F|fU0%` z_VGqVg|%-V*=O5!&Hjdx(Q`DT=cxaCvv|?^F)=YQF)=YQF)^QC?YCm(+f z6ae6h=*3wP0xMYHixi?)FT)o|`0WuLOK8SeZjdD&*^5X%dmBY@#8Eb|{2)uo%h(|F zN{mlcGx&M|MNvhDlY-g6YXjwEsf-Om4&Yxsv$wC7X<>A@1-C{tj0`1(#AO&6O5)at zhSA{`ZzAe>JuVcktW@Qw`XJXKb=3oi*uZP@wussw^b}x)3H~*JuNSy}S7bzSMuw6V zH3`gy=VdtnfZbB~@uU_(pgJ$e+M2Zp`gM7`L~Ibw4*RpOZ|P?!pRN6MeLYeKynXJR z_o&+=hxmPWt3ofx###t1f?I8^Rc-5P2TEN9Tppdkx|jd}qvt}!&g(_30lYntREqMr4#CAY-mKbkvO>ycz!hTx0Mc67 z9vK^iXG>8v8noMDrF6m;NYF?dgd?E0rvLz6IvU{8?%a0mula=7rPa z{><>pgp6%cA)C>2lx2xoMtEm;yQwckSVEMyL&gTF0tr>^Kq{5;DmL=@vogcf1=H*< z7)Yg3N2cwML&^a!V^xT(P13gj`>v`T(&1MR89hhy`Lo#E-0<3(Z9~kfz`qr&Q(ofG R8gT#s002ovPDHLkV1oUI!RY`1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_WH40K/Clothing/Uniforms/Jumpsuit/commissar.rsi/icon.png b/Resources/Textures/_WH40K/Clothing/Uniforms/Jumpsuit/commissar.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..40182cbc136ed25ec106f71a6decde5d0f2a26df GIT binary patch literal 503 zcmVPx$u}MThR9J=Wl)FyDFcgOWBA|||;54OFp@`eW*cU)z?gKFNHITZnbYbbv&==^y zOHhe{S772MaS@laA;LM85N0Te(iRC@qGHLn`N%o{pa0kfGBPqU{+XQV2Z#IHYIm=S zZubIye+ajjN29TWv)&z!PA-l68R58|Vq7T4^;D->Q;ZAMY1UM_ZrW4ZvEzEm;w)K5 zl0YQE7{_FN;6G^ho!8wMV+(t1ZE=>=!XPwlr)Pk1p)Af2Ndf@08Uh=eYdGuOVRx^J zo9hs*Zh%M!}s5jN7XlFvbCl{yY|pjS)$#Z*Ab|;aPhOS_u$I zgh80hdz64Zl>jgr1Ci8e3&7wIGA`7r`h>{mvBai*ztIPR;Sl$^Iq1d@0CTz z#RWX_0{n6n^@BE!PtQ?5Xu~g8@yH8!SzIs@2MiygZOc}_C2$#qvoXN9Q0Y7W(>oB? zW-@|Fp)~Q@;w-r(e{O(CjtLVex^ShXz?|v=fcWC}hktzly7 z)R)Ii*5^MkZKwJCa|yYfPm@|d{$%(ZuP-s5e?!cggxs62GCiNmDhV+$h&zTHJ$_tb z#l5n(NB1e#*B*VmETdNThFMoJL*^6y1z30pOhl~_6Y;SPP1D(_fKDX zJ2}0)A*A}v9fl>hlb`oF_^z@o%VWQ?P#~WPx$-AP12RCt{2*-=jFKokbxzXs}bno>J4Ax#L1%Ww%U!?*)iA@8o|KHgnigcl5$ zlG>z<#-u($kkT*(uj!cod+TZ1{BznV2?rn|A|fIpA|fIp01z@Pwrg>3Q0%HVfskPl z_XeeG`|_St-7He7R9_?sBBl1;^rx-zE|R2lZeQM=4FG^346xbJGZhz+QV7D}=)nI& z5C({p!kLQKnd9D|*q7JYE(jSG{lUfhI7>4ua}7_5FN>dy#?X0My8fpfo44`}m`&#Z zfZJ;a4|iSMUOQjvO>=18QUi3JI+M{DTIZNe=jdN{FnM}K|FVPGbPlca#yoxC_`H>i zxblJ`JUvB6wAQs({ekrD4gZ!|BNo5u(7csf;Kgm@S^BuSAL8-PU)l~ij!t(tCo3*Aj;LyA~ zw}8%5#}{pM&m(wl3sU;<+!ng$5q!~Z)ZzjA@)8jd5fKp)5fRzKwu!Nc%DKQc+a|`Q zj2i&hH!(J0^mnms6XQB+y#cmOj7=Cdz_y8T9kl}6HZe9)YYW&mF*afR)NGp=o2u0S ln