From 35397044e3dfbe95d110b623b8cdc657e6d7e4fa Mon Sep 17 00:00:00 2001 From: kaiserGans Date: Sun, 15 Dec 2024 10:49:21 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=83=D0=BC=D0=BA=D0=B0,=20=D0=92=D0=B5?= =?UTF-8?q?=D1=89=D0=BC=D0=B5=D1=88=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../corvax/entities/clothing/back/duffel.ftl | 2 ++ .../corvax/entities/clothing/back/satchel.ftl | 2 ++ .../corvax/entities/clothing/back/duffel.ftl | 2 ++ .../corvax/entities/clothing/back/satchel.ftl | 2 ++ .../Catalog/Fills/Lockers/security.yml | 4 +++ .../Corvax/Entities/Clothing/Back/duffel.yml | 9 ++++++ .../Corvax/Entities/Clothing/Back/satchel.yml | 9 ++++++ .../Duffels/warden.rsi/equipped-BACKPACK.png | Bin 0 -> 1036 bytes .../Corvax/Back/Duffels/warden.rsi/icon.png | Bin 0 -> 563 bytes .../Back/Duffels/warden.rsi/inhand-left.png | Bin 0 -> 901 bytes .../Back/Duffels/warden.rsi/inhand-right.png | Bin 0 -> 823 bytes .../Corvax/Back/Duffels/warden.rsi/meta.json | 26 ++++++++++++++++++ .../Satchels/warden.rsi/equipped-BACKPACK.png | Bin 0 -> 353 bytes .../Corvax/Back/Satchels/warden.rsi/icon.png | Bin 0 -> 789 bytes .../Back/Satchels/warden.rsi/inhand-left.png | Bin 0 -> 432 bytes .../Back/Satchels/warden.rsi/inhand-right.png | Bin 0 -> 423 bytes .../Corvax/Back/Satchels/warden.rsi/meta.json | 26 ++++++++++++++++++ 17 files changed, 82 insertions(+) create mode 100644 Resources/Textures/Corvax/Back/Duffels/warden.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Corvax/Back/Duffels/warden.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Back/Duffels/warden.rsi/inhand-left.png create mode 100644 Resources/Textures/Corvax/Back/Duffels/warden.rsi/inhand-right.png create mode 100644 Resources/Textures/Corvax/Back/Duffels/warden.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Back/Satchels/warden.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Corvax/Back/Satchels/warden.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-left.png create mode 100644 Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-right.png create mode 100644 Resources/Textures/Corvax/Back/Satchels/warden.rsi/meta.json diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl index 64d929ae77e..e4547c90e04 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl @@ -2,3 +2,5 @@ ent-ClothingBackpackDuffelMilitary = army duffel bag .desc = A large duffel bag for holding any army goods. ent-ClothingBackpackDuffelCE = chief engineer duffel bag .desc = A large duffel bag for all instruments you need to create singularity. +ent-ClothingBackpackDuffelWarden = warden duffel bag + .desc = A large duffel bag for robust tools. \ No newline at end of file diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl index e3339053b97..5d02d201c84 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl @@ -2,3 +2,5 @@ ent-ClothingBackpackMilitarySatchel = army satchel .desc = A tactical satchel for army related needs. ent-ClothingBackpackSatchelCE = chief engineer satchel .desc = A white satchel for best engineers. +ent-ClothingBackpackWardenSatchel = warden satchel + .desc = A robust satchel for best wardens. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl index 838f7664e47..bd7cb4d9e44 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl @@ -2,3 +2,5 @@ ent-ClothingBackpackDuffelMilitary = армейский вещмешок .desc = Большой вещмешок для хранения любого армейского снаряжения. ent-ClothingBackpackDuffelCE = вещмешок старшего инженера .desc = Большой вещмешок, который может хранить все инструменты для создания сингулярности. +ent-ClothingBackpackDuffelWarden = вещмешок смотрителя + .desc = Большой вещмешок для хранения робастных вещей. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl index 8b4447d66af..05bff8f77ec 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl @@ -2,3 +2,5 @@ ent-ClothingBackpackMilitarySatchel = армейский ранец .desc = Тактический ранец для армейских нужд. ent-ClothingBackpackSatchelCE = сумка старшего инженера .desc = Инновационная сумка с укреплённой лямкой. +ent-ClothingBackpackWardenSatchel = сумка смотрителя + .desc = Робастная сумка для лучших смотрителей. \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 66630851f39..d540e7832d9 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -22,6 +22,8 @@ - id: ClothingHeadHatCapWardenAlt # Corvax-SecFashion - id: ClothingOuterCoatWardenAlt # Corvax-SecFashion - id: ClothingBackpackWarden # Corvax-SecFashion + - id: ClothingBackpackWardenSatchel # Corvax-SecFashion. Hand's up, police are here! + - id: ClothingBackpackDuffelWarden # Corvax-SecFashion. Hand's up, police are here! - id: ClothingBackpackElectropack amount: 2 - id: RemoteSignaller @@ -50,6 +52,8 @@ - id: HoloprojectorSecurity - id: BookSpaceLaw - id: ClothingBackpackWarden # Corvax-SecFashion + - id: ClothingBackpackWardenSatchel # Corvax-SecFashion. Hand's up, police are here! + - id: ClothingBackpackDuffelWarden # Corvax-SecFashion. Hand's up, police are here! - id: ClothingBackpackElectropack amount: 2 - id: RemoteSignaller diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml index 376225aa4c3..a64078640a0 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml @@ -18,3 +18,12 @@ components: - type: Sprite sprite: Corvax/Back/Duffels/ce.rsi + +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelWarden + name: warden duffel bag + description: A large duffel bag for robust tools. + components: + - type: Sprite + sprite: Corvax/Back/Duffels/warden.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml index 1f118b70983..02c7c5bf752 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml @@ -18,3 +18,12 @@ components: - type: Sprite sprite: Corvax/Back/Satchels/ce.rsi + +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackWardenSatchel + name: warden satchel + description: A robust satchel for best wardens. + components: + - type: Sprite + sprite: Corvax/Back/Satchels/warden.rsi \ No newline at end of file diff --git a/Resources/Textures/Corvax/Back/Duffels/warden.rsi/equipped-BACKPACK.png b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..92b117c0366dabeca6b6c0ce377cbe2ee82d3b61 GIT binary patch literal 1036 zcmV+n1oQieP)Pw-Z&h+)Ed_Eu5?|{w=0Jug*2h^b>{)z&P33b+&XVs_q&+1R5 ztbqUoz(}Rtntoo5lW>wSj@dtbvZp#ZIjIvM{bTvADhZk~Ume~NfPxnf?_@4bU5k}< zeGLqwul%j3uPdv1Xy9zWA{VSIEQFEn?K2`F&3wR26M5)mwz(fXH>4vX&g_FutOzi$ z5(y?LrU3-&ePeY_uYGJ7ymDKWf0q>z5w}I&E?f%i7bJEH7j4`zz4lM_=q;~UT+@!T z3y=suzI~>Awm#d2Ju%i+kW?Q4cA2|TPo1c04 zftT?A{<9Q&_L0#xZ-Vs@uaXB?^8m4%wU6_(wuyjEb2tC(j30OH+w!C@2nYg#fFK|U z2m*qDARq_`0)l`bAP5Kof`B0KKOqq5lbHPpD%*Wt<3l}QuRekMP5__f7vIlnw#wRE zz@EtGGMpbDo6r>)DltYng%Gg%gX*#C>_BJ)7zaoo z=1@XrX{L5OrQm%K(a1{UO89exCeu;W2Px3W`2kmR0#JXK4%So>^>~*tNsM75X9l^N z9l#|wQaIbmuMUb!W=qG~$<~$vCCUW>K|l}?1Ox#=K>Y(k3Zm8h=SG?U0000g+7m`<*}B3nP@jvdt(A>t@fS04HC zj>Pw(I3bgZ!ipWeVq#p2dNU?EIj;9u7~#?}wYT@>mP@z%F4#?7;L3IMRe%dirxK&` zjL+=OcWzf4TeJLm>esdB(#me`y?Jx4FmwKc8#m40*XG~bUTl5*EW1OmgaTU!V^RYy z>XOlhodG46l2{&FH+EVY9dyZjS2*du)He3S+huJx&7PF3h+I};CwAUJaPrsCn9W)a zC9&lnjBDP=eBqa8)!BAkgW;Ay{rQjF7dF3LP<=jU(VoB=i!5$_)VtZRz}`=UTkeH? z!#jDkH~P~TZY@;*V-nvy?W)6NlZcA1EN;inJDct2-WL+@pvF9X_St7s6~uPuw`WFf zJz*iHUmUuLY0kX63Hs~xYUem?yup6kTlK>3(i3aXR~A3|JXHXmAtS%!0Jgy z*Kr9!wO@bA-yV3ebenxc*&Ex7Wj1RR1k)mVdVF6N9XgU6p8uokNI6q>zxsOBQ^%9< z&64nMIrz*W9Cuv7;<0h-8HcF52WI{4w)8PSkYg0ZqMF{E!}_o=?3VhW4U5*zV76bi zg~N-}L#d@h%j8U7>*LF^cdS@u?&Ok@lr20j`;kMARkGrXUG@8A*~fP-&_C9aXgJ%5 ziETTN<))K2RZ`Xk?rK~DG_-wj1cM#xzK54Nw%9Ap2P`fQ#U-9ybMHT}CklW1ccmG>|tDnm{ Hr-UW|OQf4D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Back/Duffels/warden.rsi/inhand-right.png b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..16ad6764aef90e8a295e05dfad23b8931262f39c GIT binary patch literal 823 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEVEX6j;uuoF_;%LDY!OG1WA|N; z7JoId)L*1#m_G55fKQ?_%T@thoh`nC8#@xxlNbMB*I2Syc+193LdluZEZn+E8C=}T zW{ojsau?5bzL=Sx(q=j1&f6Hh?ZQ9U`sUUe=Rd37e{(MHO!Y%fOezjI&;zA{9T8bO z-YDLx+43xgF`?mWmD2A|6W1KM8YAMWR*_r$vo+!K)m!P^ZN_!26FDtwzi!Jq^!LER zMNNe%ZzlD`?$g{g|E;vw-SF3Wx-yQ5rGgJuew_TN=-Iv}-=AI8za@Y2M5|`%f0N%n zZGHUSGRF&YRXiWnbbZ;eci*q9+$tu44SFk*HwZ6Y9HhmYwRxACy>O<8mhZNJyqc|M zj2oJF)Fpedb^R?`AaHX2{{6neTX*HWQVavht@yuc_Kd8pv(_BD|MYm2((Yg1PMq2; z{;BX^_ni6rlwXu@*q`yME#%|Xtb6w#z1Zni`*Uv>>+HK1ye6rGE@oTn3ofQ_SpL_Z#`}q|MuI<|!$oMFDM^yJ&{_h#ioQ4%IE>-2O zeOe^x`_ilO&#a%%cH5luyO(?O-KUeMrn#-IWX+klP1&xqtg`C;w9CieO-`--buf9e z!@}&dlZ2nEF$yW*MD0PO*iP6JqUj84oDFp2K)u z=>>B@xWm3}+Zf(3ZayVhpxd-ITl?!a2B*`K7rHl0U630;Svf_zRQCAO*V2~ECs-q* ze#|#+xTCP-#0#PPCjvUUJ}dqv>@H%9>0a>s{x@wQb%V}(jbGbR;xDGn*C-Dbd3L?{ z;S0IX3H$QST`XI(rWmO3LRiTuzLoz4HicVs108zo&F&B1 kejb)xx_5F#^`p=H!E=IFbeA281!f2aPgg&ebxsLQ0Nh-8fB*mh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Back/Duffels/warden.rsi/meta.json b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/meta.json new file mode 100644 index 00000000000..c3fee336997 --- /dev/null +++ b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By kaiserGans", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Back/Satchels/warden.rsi/equipped-BACKPACK.png b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..5b1e4978234d040f46c9b7ee04f9c04df09675fb GIT binary patch literal 353 zcmV-n0iOPeP)VQ!Pj5=V{0mI7yOIL3DA06(+I3Nx+7Te{gXl$(B>( z03mtX{}P&-6j@HT13;GZ2?#OVI)0Sl-NVCVTTYe(V3vRS@Qz~3iFSZRM8*HxyXG+b z=hbAOrsYIA0A#tgz9PfpgB%R3RJNQb2Y`Go^4Xf<{l|9<3?FwheEar|YL*k_01kEz zhJE{YGe}FxFuZ&B4&(r8+D}{>(AP6$xOM9$!}lN5wVWsi{P_8U;mw=Z;E)&)2fTgv z1{CN2L6%cH{)ut`k|SsWhF61R)B&RoAO`>d&Lec!!z?CT00000NkvXXu0mjfs7{oc literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Back/Satchels/warden.rsi/icon.png b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0bc100a7a9e7f3f8c4dc49230340985e6286afaa GIT binary patch literal 789 zcmV+w1M2*VP)UW+X2JI#KzY42!u_wHnRLRH$0DsLworDd$D;dg9i_)6VvRoLYPT z!DIj;7GVBei5l~-$XI760eIieFo!iT`_nyI_~G?WoExKucdob*n5B**0FQA{{b$_| zJv@ZR(lCZO7$7)TY};027jBHJTnO8W0ES^Wd{A<2QjOsn7$Pggc@D;Fv6ruKsCiv( zUg!gG1aJ_3Y!-PC%@U(TQ`}zi)^O;#S|ERlLe2px&MmxU&%<+^ym1f#0QMfQSe)e!ou%r_N2;IRd))7LY5@S03qPUw+pS@= z4m^|z#$FygKdM^3E?EVQWdlwRh=?b?6kPuPh+~@DaYK2z>2#ZD8Y6Z0c{+4wCx&XfbHGjRO TeYp9?00000NkvXXu0mjfU&Ujm literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-left.png b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..08ac1b6ac437a2a23cc0a64ec35f46bddbe68350 GIT binary patch literal 432 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv(mfq^l} z)5S5QV$R#E*4~E$B-kF9FPPxw(tGP5cU%B_E1Ra1YfMS;h6h(pUfsXIVi(81wsU1y zb|!1Gsd%uwd=StqzNGhK+w#EnBMwn?Hl(`{;$l>Xjr6S^DXSy!Fy&~j_54A{Mu&s)`!~-=0`nn zuQJ>)@j}ClH4pw>bo8Ijb$i{TGdjsdNnM-8**dXa)cW_?wi*i=zg()+Es$DPqOs#!+>wKgiUG{;R&(#P=S&lw#l9ebd&;*8q0XzO zcdB%E_+5;jZr%Ldjp>I?mCSTk8(WJB^Su8RMD>@izO!)_&w_xfTURmeaI;;NsKjg$ z=D4W;Vr%6O+aEU!e#Qi4zcXCJ&+DIR_Or*VZRy8E6Dc{%hDFcIRBhQ)>VMXpu6L7v YRM@^xX8plXU=%QTy85}Sb4q9e0IoE;QUCw| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-right.png b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..e21d6d003bc52043f3a729da820cc408a5bdafa9 GIT binary patch literal 423 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv(mfq^m7 z)5S5QV$Rzuw%&&wWY|8aFPJg!f%lcBZOz@QWxEzwba}J0inF@gx5+yk^nakmVU;N^ zesC!ZcaRs$S%nn~wH}?06g@B8Zd@+0-NkEt$xe2oJE;|Q-}!g)ZLwraU_hV?0u2I6 zmy$Q{_|_E`&0u8g&HCo*$_0*|+)9E5rk1*Wr`KskMcx*9epL5O{u-sLsjD*$j?HpA z!o)Vm@!{OCiIV5IF8LNbi+%X>rC?dazfWEhH*q>SZ2tSP!T;Qa`>$6R{jB+IC-*Mz z%I=JK_aw$|0djxthNl)WZ5MAp(UWq}PU44nd*4TOrj#clDOQ&&d(P`Vu$#lQ{N4RJ zZ${f%zKjKangPWh!js5$Pq4MUO5F5jZ=OZt6 zx)*