From 25624a6148fde843c6467dc906b7e1be39087dcd Mon Sep 17 00:00:00 2001 From: Shaman <56280352+Sha-Seng@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:18:13 -0700 Subject: [PATCH 1/2] compact armor vest adds a compact plate carrier for security, identical stats to the other ones (even irl they're as effective as the big armor, just more expensive) secoff/warden/hos can spawn with it, and i've removed one slim armor vest from the sectech at dark/stony's recommendation to add one of these instead (so there's the same overall number of armor vests) --- .../VendingMachines/Inventories/secdrobe.yml | 3 +- .../Jobs/Security/security_officer.yml | 2 +- .../Prototypes/Loadouts/loadout_groups.yml | 5 +++ .../Entities/Clothing/OuterClothing/armor.yml | 10 ++++++ .../Jobs/Security/security_officer.yml | 4 +++ .../equipped-OUTERCLOTHING-vox.png | Bin 0 -> 4601 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 4632 bytes .../Armor/security_compact.rsi/icon.png | Bin 0 -> 4659 bytes .../security_compact.rsi/inhand-left.png | Bin 0 -> 4350 bytes .../security_compact.rsi/inhand-right.png | Bin 0 -> 4362 bytes .../Armor/security_compact.rsi/meta.json | 30 ++++++++++++++++++ 11 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 Resources/Prototypes/_Impstation/Loadouts/Jobs/Security/security_officer.yml create mode 100644 Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/equipped-OUTERCLOTHING-vox.png create mode 100644 Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/icon.png create mode 100644 Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/inhand-left.png create mode 100644 Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/inhand-right.png create mode 100644 Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index b3f4008f61b5..414c09eda101 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -22,7 +22,8 @@ ClothingOuterWinterSec: 2 ClothingNeckScarfStripedRed: 3 ClothingOuterArmorBasic: 2 - ClothingOuterArmorBasicSlim: 2 + ClothingOuterArmorBasicSlim: 1 + ClothingOuterArmorBasicCompact: 1 #imp ClothingEyesBlindfold: 1 ClothingShoesBootsCombat: 1 ClothingShoesBootsWinterSec: 2 diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml index dfc0dec2f709..2f73957187d7 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml @@ -67,7 +67,7 @@ - type: loadout id: TrooperUniform - equipment: + equipment: jumpsuit: ClothingUniformSecurityTrooper - type: loadout diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index a04c4654decd..08788cc85c7c 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -1354,6 +1354,7 @@ - HeadofSecurityWinterCoatUnarmored - ArmorVest #imp - ArmorVestSlim #imp + - ArmorVestCompact #imp - HeadofSecurityEliteArmor #imp - type: loadoutGroup @@ -1394,6 +1395,9 @@ loadouts: - WardenCoat - WardenArmoredWinterCoat + - ArmorVest #imp + - ArmorVestSlim #imp + - ArmorVestCompact #imp - WardenWinterCoatUnarmored - type: loadoutGroup @@ -1461,6 +1465,7 @@ loadouts: - ArmorVest - ArmorVestSlim + - ArmorVestCompact #imp - SecurityOfficerWintercoat - type: loadoutGroup diff --git a/Resources/Prototypes/_Impstation/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_Impstation/Entities/Clothing/OuterClothing/armor.yml index 644bae2473e6..3de35b919a02 100644 --- a/Resources/Prototypes/_Impstation/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_Impstation/Entities/Clothing/OuterClothing/armor.yml @@ -35,3 +35,13 @@ - type: Clothing sprite: _Impstation/Clothing/OuterClothing/Armor/hoselitearmor.rsi +- type: entity + parent: ClothingOuterArmorBasic + id: ClothingOuterArmorBasicCompact + name: compact armor vest + description: A compact Type I armored vest that provides decent protection against most types of damage. + components: + - type: Sprite + sprite: _Impstation/Clothing/OuterClothing/Armor/security_compact.rsi + - type: Clothing + sprite: _Impstation/Clothing/OuterClothing/Armor/security_compact.rsi diff --git a/Resources/Prototypes/_Impstation/Loadouts/Jobs/Security/security_officer.yml b/Resources/Prototypes/_Impstation/Loadouts/Jobs/Security/security_officer.yml new file mode 100644 index 000000000000..f9e964c2798f --- /dev/null +++ b/Resources/Prototypes/_Impstation/Loadouts/Jobs/Security/security_officer.yml @@ -0,0 +1,4 @@ +- type: loadout + id: ArmorVestCompact + equipment: + outerClothing: ClothingOuterArmorBasicCompact diff --git a/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..634015bef4283c3189f7123a8f1c88e23903ba28 GIT binary patch literal 4601 zcmeHKeNYo;8egOWMRE8L0nd*$o*!s8*(95)BH8idu`UpfHEk_D~tYqG;P|PZ&?}`=jc4?*>GecIL*J>woOb ze!S27Jiq68e(&?Vvu~w&@uGDFvZgj2;#fk<`vP+aM@1Xl_q~`R+iIn_Fi%0 z+2-|4mFe5M^1lqfez9P7&A;QnhrGX60qTRZbi`Qr=izrHj2a&UIc#^YN~Lr_pToswcUrldSe z2PCnpq(+z4Y#v{}B*Rd%xzw;%ZGW%fyumOjJ$6g(y9Z*I7ox?zQ!zTtk~3*^XK7i| zmZhO_&XtpMMlZY(+OpDX;cBA$(!&wkr#JYiSGrlgZ~lTj>yFop3_(lltE}3Y4)%Rp z+uXJBEokzNH+KAG*4Zryd`G9QFr(YRZ}(r`eQy7ErjQ5vZ)dkhY~joJqV}_zzL?N# zqoty)a#lnGd~Y*nkt_xqrG(8=gL%Y`<4Emy^c9kdp zo9Vf^zc_rD$-gzl`$=$>wzqbgrgrys^K7WkdB>#5?U~TCg1yp#xAq3V@oqM984BIh z#MgY(sk_vDLG$stHOp^53Tl4pYhAqi+Mht(715x+vP`exq{l5L>>e8>=G|UUco3vb z;=Kf!PjRq~a?*@W)OVy&1k-k%Xqm!#F!XG3_M*V6U`5YwLZH8x9C#` zAizi`%HudME|K{Cez9LJ_V}CL!>qLTo-0mT1J0AGN_9J{nXd;Tjs10A&YI4!e?~q$(w%AZ=;{Qz=M9W4ED* zR3q1DWJ-rkL8<~!b`nqZ_}m0oPTEa4DT$YH1||f;@r7oiP9zhf&n0FT!8w2d=mDCs zd;IM4DJ$)!GB`ruQ>v1yP!*<7DpV@DM&0i!fS5`7SWt@ssuUH=v4FX-FgQpDP)i7v z3IGCfkPV*VqX^F9vwA!(ok)Oy1Q{bo+mnyAN6^_Yp3`0;A zjt7+6j-8&vIpV> zSp8FE9>F*%uzw5`>@zw26UCsEQfisnra|OtnF7H8kqD>`0@RaSrj{vHDw#qv9G&$z zI6vW|7CHfsfGbd-0j}WL151@ST;HEZ3F`nTLr^L5oHB(-GLWo9*fE}EtCjqS4{bnU z$QA?a`ek720z08(a4Q_(OW1UN#%o|5ent-fdc?^K@jF7-2wgA4zzZplRM!YyFT}tL zDUVdw|BbHj=Z7hZ0e?V#a8x>mOeg`ztPorJB0V$>f+0~)TSFU=yzEWOW+7-yjBp1* zZ|#Z)!cfj=GKBU9ML~0rQP=4w;4r<{s9$L1yRLQVJjc<V-Sl|pg!%2LS>M=c#MFVC+Cd%Qfd@Q7*brkIMb109*+ zk*!Iu99P_w$K}>PEUj3O7~0-D>Q&9>ha(DhoqK&J&U^|%=KV>>3a5VE5c@&rZf|$^ zaW8XiQgqY@nd!ehwe|e9Ly=KOM#qo6bZ_^BMa!}tB|uHg$4?49but-cBS0 zk=jP%6!0IoqOKsO*v?c{&HBT(Ij!9`=Rd4I4UUKT%F547i`8Sh}PF;}L+QZ~2 z=G9ontxY;nm$2gG+)tXTZ}KvkWqtEI-!;x{qFdGLX4=Nz&iP$xbISfsWhN9O{Sg1_ zx5385Sr6YnIV1E}9V}cO>#y+Koj5ZP&hOXU4YqCm=zj0{?)A){fj{=?+l(*FV& CV3B74 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..6ccdbdb584efd8454c0a9f9352af17a3d1dbb125 GIT binary patch literal 4632 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/icon.png b/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d4f8995855244a273d0eb3e8aca366f01beaed GIT binary patch literal 4659 zcmeHKYj6|S64vhSKVZ^{|eIkt2NN&Wl7I<9?OO6`>c^ec}QRNvs|>}&jP+xi{PEo$4klxWtk zyrL$bs9ZMYWR7|I%L{zWx#O$P3?5o_ll^0J!@`{WnTN6;9NS)c|LT~d7HQ}HzhZ?o z)d_`vuPZnlw|UZ_@Q|i4Z#S(w$Fh}cj%=)4LL(XGoPw67!&_SrByN?Eo$YdDXLqFo zlXzuWjm3V#m9lD1uB~Rx3fp!QSAXaen=Nft>e`~$8dB$#;^o(#A_cp9e%jy*E2=Wq z&P^QcT`+F`;LKZzjSGTqxn@MitR&2H_*Uep_BJWfG2`jtyt>6@wz#=_*X5ai!ApPk zd^C0Gm_|ISZe!ifNzH427CC>xQkvUli@X@VwB_SB|LIJ)Z~e#QmSJlnRgtomW~yUk zVu8cG`lISe!w#Wer(XasT{4XxH!8w6y|?{~>Z(T1?y4)p`H9&RH%}No_4S$GW}OGC z?u_#8bF*(Oxjj1J_NTvk`Fg|5Cr^(UVb5B*ZtVN@$Ff$IJ)bgi3caEHe)jqdhkDa| zfQP32At|-?^TdZ$m-gz1wB!cdXo7t7lY6JfH0>QiUf=&L4znbAh4^T(^ zLD+Z*V$O&J8MXw-s0Vn3fJN2u&QTRAa2C~X^-kOw%m&4Ry&?p1D`w}h6(uaisWN6H znIkj=@B^7aBYs~%q9Ybn6qknYiddsUqb72RMV0S#q1j>xpro2qIY?_X;c!?T)~UsiS3^(~rNOlttrmk8m{cB+nFtn;(iMmph80L` zNC?V;7(f+F#v_)>7L^L>(XROXL8r4DJ|K0n0Qt~Fn4pGG;~KwT)7wLmZDkOoGoYXJ zkn-S|YTQ5)OG7NMm4Seq-W!5ryZwWuAzw5dj@1Ak@IzAxu1fS-GRNU`b$cijcm;nj z>IKQ}V<`)K4_SR;Q#8?ZdItjCyK(zicjX>6hE`4|Z57#4B|L}KqEgnUIgu4OI{M0z zI#!SCc#PF@1V)+&4r3^W#7sD0)Eg<22XLldP>z5kGXWMTP!L=#KpZ`;)l(#H#2^BL zk-)@Y9+u)UlaVt44`JZ6EZ+-aPDp@V$@qFlr9g2IiZzlXP7r#G;f)+d8gxdCVfA_p z;5cglxPfPMhA0%r(lf=7pMm8R{EQc9f&p(-p%6}Ix*QgjR*m;aTs}tTp#z)&A;5`Y zsYjJ3_(87BD0~t|oe?)0^pxIcFcMm#$LKd8B*9)(PzhYEBcmFnFf>dDQp+fv3IU>W zm<^pB0*ow%@RQ7J*8if6al2?vT}WX8(K0D?jWX`G-5Lmpv*cUnhcxRJ(t*^8XO zm;X0wWqeR`tmt+@g6o$@MX{O61<%I5VxK-CI!q`U9SfRaV<|{X8Q`LELadmIEoK5< z0QZm1hV7CIKhX?2J;RxdIs?X123SEo4=~CAo583xnsg-25GEp4!ESU({%>?8^_&$!0RF)X z!;|3RZ$B%6r^p1)tQ;$ng=8Yu)=kZmq2!66y+DFT&lAcOcUr9HpfFK(IBkj7;+~94 zPJh>Os{x80I;@#_`6q6?K#0fj}wY@X_>E!s!7ag7zqwfG@`M)+SsP%3O?yh{ebfR<7 z+20G#yhS9;Ewyfb{c+Af>~A4c`>va3kK_(XAm06uN;w&Sc08a? zExx;MPul11WxAaUQ;P24r_$a4F~KU^%tU!9S4J+avG7yphHO~d%DudjbF z>8-XSug=+jW%q+!mpw;@o*jSv?yLpR7C!gE7pc}?E>3N!`(fmiwBcLYnZ0kMJ{VN9 oW^>im35V}yUeKq+XC|+#44(6B`}+ILlaLC;VViB;l~uIjKgW%bS^xk5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/inhand-left.png b/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..2ce586672b38fc3e3ad758092cbdcbbb99aba9fa GIT binary patch literal 4350 zcmeHKYj6|S6<*_F2R|rJKN4uxqQqvB)jlLy(pJI`Nwx%$Q6;6pj!C`Ry^=SUv_iYG z)}{ooLxVA;;Asu*WNOkf9iVA54J1$}4N$wWo5Dci6uYFrq@*DXr6x`$g)$7iE6J}m zGab(~|Ew8l_n!Nm@1FCWbMNSOxN53%vmVSs5G2=Ox4Pl8T={+_9saJb4&H>1w_3gH zB{vgCBT>Q62LURzL;wn8-j5*i#gOZ%`F&{4-D^v}G3VTyH0ejsKpXq*J zcl!$qhEMh!-<0cGP)zRgdd9YT55HHw^T}g{?fVLg`_~NSU)nIYt^Y*rP}kq@9e)0g zg{A}&H?pvih z5hQIpZ?U)>7Rz`>Fpn2D?={=|TuZjE^Vs(8Y_lCSaEE$FY_?@zB_0zv@S~3Qe&4U#|2E&h(z5a= zMe`p$Qgx^D0@(g(Uf@+X`^!yZ`59vu*Zla#v8sgwix$}{pWF4|+lNk7KG*!cC5u#CE$zCRdB6S2QC;?sC+tQuq?03`4-}j~nytO@+P%%e_s=dq zbw8(`4{doh?abz`r-h~uRx~s`bmBy~Y3yr}-=yy{UGFL~cJ*|-N|4dOXHH|o$9W$= zC0@Hg4_r^*^I|P_1<8E=l)U$qVe{on?;DSA*;M!G-L$^@(Se$tn?HxG*UZBfTkm|F zW`&TN;RGL0%b^JDJp?h8$q|Na0ut&20X}S2jlO8I3pI&$lF_^z|&ge zWm}tABd01`on?|~NDu-NgUX>`SfpjMD#1&`cg2jW&;&$kGON}*U8qHf0#vKkstL>{ z^UaiMbrx!ha(>!vtx8eAky+I!Nf8>yMx3Blg@K6Y!>LE(D zW=N6>=nFkWFWjlP8;C+I$^u(62umxbQgG~qe>mhtoCT zp-2$mLy?3R6nh#{;{B6iO^Z#LNu)D15a>R^I}JUadjbqmPA6>@*q9QY!)jJ3>(iXT z@*JIbC5$Y=0G|qpl$bCJ6e>ur<{=NmYD)Dw zj=(e=1u(5or^5^ymcuk8sWAXOp<#@~6pD3G9(E-YoEnuv#X%~H)G&TVZ@@S$1*6fk z2FyS(99GJ5IzK_OdP0|^;#j&$h=v$gPCmp003Hbk5^E@e(-kgEVM^{P57?L-C5J&iv6)abu`OT~lPQQyGvE?&LayW# z+sK3i0G=PIh8?%_U(gH&9RM6<@MAzn5||d0GMLXtF<7bIM^QcvtI_@^yD0djI1>dG z0jML?3N~m$E3_n4s#VjYi8lhJ4p1@-$}}k%rNUFm;>w9Jo~;T0FFi~Nz?35f`Xz1f z=z=F9K5-PL^imF;FY%MA!bv!PR7Cg|!G(c|9&aU<&dJ;bi#3h8*}vliW2P zr2L~1c=1Qld~2(%$d0+o?Qk$JVy_huWPYFWO&bsnanP74Ih?l4>uC!S%^a%i-W$-= z>abRL?E^P|aC+WWA_w`|h65eh1@#BAcAr1l@XsFGs%={jwmoYd{OufbAh17Z`V literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/inhand-right.png b/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..f37ec1f87cdfd4f5c5f8b90ab38bff635cd3c9b4 GIT binary patch literal 4362 zcmeHKeQXow89#@bEG|JM0TMb=E)Jx0?0jeY9NQ-wlGqM*!Kvk#Hlei2eZ1#fWBXj+ zCBD#7vZN^xGMXTfQQATH&_u^RR6Ys=BCy>xTQ~NeolmXO z6lwi0mh8Lt`S`uh^Lw7>mETQ)%H`R*Cv^ydWc$4CAbggp-^ZrG-|FR&2k`N$wV`S` zNGH*FLga-AK;@=5K!GCg2%=nz2CiqHL1%mwZr{?p;N-6hv$h>C>l@S*Kf7mV@2emF zZr=4HgZCc1T(I)bKpptj$A<3|9gw$?fZw1-hS}O zaVP7)dUICi?7PL@R*(Ef=|8e6zw_AleEQ_Jo@t36_Is;8KIO!YEhzh_<}#9t0|e2u z2`*Q_=W>lC1k-qLU6<2)CNR70xhhXrdy8kEjoW|xs>d^b#hlHxyARJ<4FeunKnmXA zn)%xPmeysPS7qjfUn*FmE&DvP_oaAH?#dZlp~IMypDPRQ-H?>QrKNSD?XNU?G^-AE zgdD}ZbbvX(0i44xcE}`W~EhW zymZk%n44MS3vN8W>FMm_=wFNa!4GcP@(SiE{DqJA-QCpM%Y4xK=}dl+YthcanM;0L z@%Qp8pzVvf;Uhuzr>_m=O&_}U?2h|~D`xfO9?0E9*{?p}eHhzD0?laWeO<%gU zEb|%OSp$f~cYAbmw*D#eQR}Tkmd7tu#e(Q``P9{iefbv-Jx<>L@L%g9*MFOP`q7Lv zLUjER&AD}3Ul!|c7uD8&``EEq{m@hKUrg(83~Vj5Z{5`$Sd0vY|K_*Xem3{B7o~ew zsJ?+|ox5wWTS(@H(@NLDe&@{_*X>8wzqa~|e`?M=O7vCkdhjFId5r?>uxkHGiWQ>< zniCmdP@-|zdI;iJro?Hs9>^#I!a~fcA3SkNj|!Yq|ANI&_~R~6CwSK;K-JpH5WBXX zwR8GqOLY!~f&ft<)2I@S#3V{_>QlHBd{@P|9!;6Z^-g`YKY+T#1VBjxX&^9#+S5AGMEXOGvPbQOwq}d=Q!no0Hx8sBfH<>VKfk{m)>ydc>VEMa83T-o=PYbV3CUW=LHS~mOvhNDLP2nY0C89zA{Yr0 zvvZ6EBMFkgASjLTB*XBm%|w!Rb{xcW2?2H`9T^{$3dKPvlLZ)!00Njz1dPVSlwdZ7 zQT#Ok#4-yjWMHSUZ7|di!qZWpO=|E~}wNoKL zN)EH3TnRwSVj?7p5vN`a3ROKv)qXfo94*ssS_Tl5Fj*+VNEu5)Mk{3@D2o{*tQ0ZM zUgQM6>3>2mW7tI8p}Vju_~d zmcgS7o`m@5Q8>&OjP;xR4A&=x85z(oof$tclC5?=4#tp&IY>QKd_`k zTUhu}pnG=@TB2=f`DO18bm8KK&6l&=_xfsQcVsx4yE-$9-8IN3q5NX>Y=)P2pFePJ z<3S|I^xRv;yDQ(io0PS1y_)HKC8KC{4Z6^FcuyAcR^trQDdSKV3<>dhD&0RTuWk7c D%)Jo8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/meta.json b/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/meta.json new file mode 100644 index 000000000000..161561da3852 --- /dev/null +++ b/Resources/Textures/_Impstation/Clothing/OuterClothing/Armor/security_compact.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Sha-Seng (Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From e55fa02948b8dbc8de720f13eb0c4e0418cecbd3 Mon Sep 17 00:00:00 2001 From: Shaman <56280352+Sha-Seng@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:14:01 -0700 Subject: [PATCH 2/2] imped it --- .../Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index 414c09eda101..48265c065af3 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -22,7 +22,7 @@ ClothingOuterWinterSec: 2 ClothingNeckScarfStripedRed: 3 ClothingOuterArmorBasic: 2 - ClothingOuterArmorBasicSlim: 1 + ClothingOuterArmorBasicSlim: 1 #imp ClothingOuterArmorBasicCompact: 1 #imp ClothingEyesBlindfold: 1 ClothingShoesBootsCombat: 1