From 8496a4a9b76d8c1de494d054367fa48e0f982fab Mon Sep 17 00:00:00 2001 From: LukaSlade Date: Wed, 14 Jan 2026 22:12:15 -0800 Subject: [PATCH 1/6] shotgun progress #1 --- .../Objects/Weapons/Guns/Shotgun/shotguns.yml | 72 +++++++++++++++ .../Shotguns/hardlight_bow.rsi/bow-folded.png | Bin 0 -> 486 bytes .../Guns/Shotguns/hardlight_bow.rsi/bow.png | Bin 0 -> 566 bytes .../bowstring-equipped-BACKPACK.png | Bin 0 -> 146 bytes .../folded-equipped-BACKPACK.png | Bin 0 -> 109 bytes .../folded-equipped-SUITSTORAGE.png | Bin 0 -> 109 bytes .../hardlight_bow.rsi/folded-inhand-left.png | Bin 0 -> 109 bytes .../hardlight_bow.rsi/folded-inhand-right.png | Bin 0 -> 109 bytes .../Guns/Shotguns/hardlight_bow.rsi/icon.png | Bin 0 -> 778 bytes .../inhand-left-bowstring.png | Bin 0 -> 146 bytes .../inhand-right-bowstring.png | Bin 0 -> 146 bytes .../Guns/Shotguns/hardlight_bow.rsi/meta.json | 86 ++++++++++++++++++ .../unfolded-equipped-BACKPACK.png | Bin 0 -> 499 bytes .../unfolded-equipped-SUITSTORAGE.png | Bin 0 -> 499 bytes .../unfolded-inhand-left.png | Bin 0 -> 661 bytes .../unfolded-inhand-right.png | Bin 0 -> 664 bytes .../hardlight_bow.rsi/unwielded-arrow.png | Bin 0 -> 133 bytes .../hardlight_bow.rsi/wielded-arrow.png | Bin 0 -> 133 bytes .../wielded-inhand-left-bowstring.png | Bin 0 -> 146 bytes .../hardlight_bow.rsi/wielded-inhand-left.png | Bin 0 -> 808 bytes .../wielded-inhand-right-bowstring.png | Bin 0 -> 146 bytes .../wielded-inhand-right.png | Bin 0 -> 805 bytes 22 files changed, 158 insertions(+) create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow-folded.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bowstring-equipped-BACKPACK.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/folded-equipped-BACKPACK.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/folded-equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/folded-inhand-left.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/folded-inhand-right.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/icon.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/inhand-left-bowstring.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/inhand-right-bowstring.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/meta.json create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-equipped-BACKPACK.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-inhand-left.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-inhand-right.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unwielded-arrow.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-arrow.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-left-bowstring.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-left.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-right-bowstring.png create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-right.png diff --git a/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml b/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml index 3dfb528b907..8e5291f0639 100644 --- a/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml +++ b/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml @@ -7,3 +7,75 @@ - type: Contraband allowedDepartments: [ CentralCommand ] severity: Restricted + +- type: entity + name: folding shotgun + parent: [BaseWeaponShotgun, BaseGunWieldable, BaseSecurityContraband] + id: WeaponShotgunFolding + description: An abysmally outdated, but otherwise decently effective and compact shotgun. Chambered in 12 gauge shotgun shells. + components: + - type: Item + heldPrefix: folded + size: Normal + - type: Sprite + sprite: _Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi + layers: + - state: bow-folded + map: [ "base" ] + - state: unwielded-arrow + color: "#FFFFFF" + visible: false + shader: unshaded + map: [ "bowstring" ] + - type: ToggleableVisuals + spriteLayer: bowstring + inhandVisuals: + left: + - state: inhand-left-bowstring + shader: unshaded + map: [ "left" ] + - state: wielded-inhand-left-bowstring + shader: unshaded + visible: false + map: [ "wielded-left" ] + right: + - state: inhand-right-bowstring + shader: unshaded + map: [ "right" ] + - state: wielded-inhand-right-bowstring + shader: unshaded + visible: false + map: [ "wielded-right" ] + clothingVisuals: + back: + - state: bowstring-equipped-BACKPACK + shader: unshaded + suitstorage: + - state: bowstring-equipped-BACKPACK + shader: unshaded + - type: GenericVisualizer + visuals: + enum.ToggleableVisuals.Enabled: + base: + True: { state: bow } + False: { state: bow-folded } + - type: Clothing + sprite: _Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi + - type: ToggleableLightWieldable + - type: GunRequiresWield + - type: Appearance + - type: Gun + fireRate: 0.8 + - type: BallisticAmmoProvider + capacity: 4 + - type: GunSpreadModifier + spread: 1.25 + - type: ItemToggle + wieldToggle: false + soundActivate: + path: /Audio/Weapons/Guns/Cock/shotgun_open.ogg + soundDeactivate: + path: /Audio/Weapons/Guns/Cock/shotgun_close.ogg + - type: ItemToggleSize + activatedSize: Huge + - type: FoldingWeapon diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow-folded.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow-folded.png new file mode 100644 index 0000000000000000000000000000000000000000..2cc465195caeda31bfe485dd2c1ec94b12ba5c11 GIT binary patch literal 486 zcmV@P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0eeYAK~z{r?UX@F z!eAJHp9Ly5kmwRd9m=eebns|)(Tit)ffo;>d*G#m2Y-YA!vElT7zI&^poIzpH4kfq z!Pg-tIbv>3^Rnl*cOQEmzI_|``1q`WN~IzI6h#r%d&`ilgH=%!MGS{SMxzm(PKQ>j z<>=Wv*1;;6a+63TLOdRKv>ToS(&_Yq{I%OfRaMDpgy(>Iy)MPRegf_r4PKf}sg%!( zvw-1fCp-rLJdY;OedHiCrIgQ#cCXKq_71>gGO;dSz;i$;pA`W^XP_HgoyRccM;Dg> zXqskw7(EBHd;LG(us;wNipJ5@Bn!nEveGI@rH+Xm(bG*L`;7X3u08<>@3)AlP z=W|mY3nmF3t4{D&O70D$YniHOSK z`Sn0I02u3^+}z%Ima{B?UlE&-<0ODt1RIdMB5`^ss@1B<<#HmKOxph6H^NrsGqx)C c@$uOh-{1rJ#&+}M%>V!Z07*qoM6N<$f@Z_fy8r+H literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow.png new file mode 100644 index 0000000000000000000000000000000000000000..4a7637f5bc621a33db015660d8ea3ff758b3b698 GIT binary patch literal 566 zcmV-60?GY}P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0n155K~z{r?Ucc4 z8c`I6zZ9f|Zp`ME2twLy+{Dc+g9S+;xV2A^?L0zXz-PGPL--7FEhz}a25c#!!hjRA zxRu(%>7tooxS6Okqth1p?dHs#^Zj@3nSq?qS_>d{Jr}gr(r7fKTCL_E;J^H@l|Qo! zyFzO%-EJ4p^C%PwR4SF&5C?W)7ewU%#u$dfVXP~*n1!f(JRY-JtynA;JNLw*wHC*5 z#Bm%^N=dO;jD77U03GwIn8F1PN#$K`}F($RJ{^E6vzR5 z-w)+VDe*inalb?l)M_;;l}h3DhnpKd-QFhZVUuVEdcEGk>CfN059CUzjX#@pBnkj9 z^zY&8fS1pI*tb%VD8T!7Z>6v_%*>MO!I#wM9wkwL(PYZZEV(n^0mv$6-4I?~oQG%o z&D;Tm@-*N3Q#@)Eh>wehj3(2tz7IKefUAphvBm6BPBg%ukP{5yCiy-IclGA%l^nk~ z3~$WL5@4^p$DV;8L|$_206c^sC;5|{y)I??zyDMG0+#DGb5GDvrvLx|07*qoM6N<$ Eg5MPc0ssI2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bowstring-equipped-BACKPACK.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bowstring-equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..de6aadd7827420b951ead86be312042b9cf79cc4 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL3K|T$B>G+w+9({fxJTtzWe9$nJ)k`kwHT_ Xvx5TzVwOr9UK@K`#+rw1POb(`njxgN@xNA?@buF literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/folded-equipped-SUITSTORAGE.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/folded-equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..2975c479be7566a6c59a7aca4e20778aa850feb7 GIT binary patch literal 109 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|)ID7sLn`LH rJ;=xlwOr9UK@K`#+rw1POb(`njxgN@xNA?@buF literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/folded-inhand-left.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/folded-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..2975c479be7566a6c59a7aca4e20778aa850feb7 GIT binary patch literal 109 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|)ID7sLn`LH rJ;=xlwOr9UK@K`#+rw1POb(`njxgN@xNA?@buF literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/folded-inhand-right.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/folded-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..2975c479be7566a6c59a7aca4e20778aa850feb7 GIT binary patch literal 109 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|)ID7sLn`LH rJ;=xlwOr9UK@K`#+rw1POb(`njxgN@xNA?@buF literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/icon.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..11c296c2de9949d1fd414112f9a8c05472f25ea6 GIT binary patch literal 778 zcmV+l1NHogP)Px%#7RU!R9J<@moaPGP!xqfnNVmULm>hiZ)ye`qQOp}Q#!g3p*3qVwWZL%&>=sf zU6YK-Xe>&`W+;I)nTkDx(8Wj~N(T>x480wat3Jz;A~`NS%d?H;bMCqCp7(6=A29U2 zBYkbCbm7Znuy~#_jj_$TU#CgqhP>N7AZid(*a=hXvMiQ? zNfgbjT74ROu=yTNi^$vk!FIx-`9FU@CYUvN=6`?(^Dk9gOD(%SHa1O|7ua}HyUSiHTpeXA^ z-fo}RHencYcz8VXjCtnV8#;MT=ngL$wRBi%Vs341C61ImM5aWfkJO?$H>1AW?E<%{ zdwF?D9LH8}3rwWiAxd5b8dgyhadB}mb=U#Z_ksIF41G^p&1TZnvMFb5K7s60v^0jk zCwGZiINwl{|`~O8+GvECNJa*A>@w#k>b7{;3kv`n<~j03Q$vkj$UKe*gdg07*qo IM6N<$f~Qej!TG+w+9({fxJTtzWe9$nJ)k`kwHT_ Xvx5TzVG+w+9({fxJTtzWe9$nJ)k`kwHT_ Xvx5TzVk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e1o(uw8VfU|X)yT6G04fu*;rX=X=!m1JaOI5;@i+1dH| z`9(!V0Yz3jcGLqYfs!D<;Qy$A;em3jBv6jCz$3Dlfr0N32s4Umcr^eWV&LiG7!u+B z_UhdtCPg0B1Rho|*UJCfO&!X(Jj{NVKeU*`%^Q5q{G#7(t$Aly)-m&0_y*rC7+Drecj7 z|Ld4tK5KKHv(7EOn$P$#IKe*GVfh>}fwBV4um5K7bv)}A_uBh*KclvFg6ywf3<>+$ zpI=#E&oD!F#y^e|_YeQ|V?R|Wj|0mJ7%nKVt(t8baQ1cLzZvK1TP`;&cl7z!8oZ9BFO?~t;m8lB YITlX~Ru%Vl0|S)7)78&qol`;+0CD%jyZ`_I literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-equipped-SUITSTORAGE.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..79fe8aa7cd242b9bd0909256d2d3032664d293cd GIT binary patch literal 499 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e1o(uw8VfU|X)yT6G04fu*;rX=X=!m1JaOI5;@i+1dH| z`9(!V0Yz3jcGLqYfs!D<;Qy$A;em3jBv6jCz$3Dlfr0N32s4Umcr^eWV&LiG7!u+B z_UhdtCPg0B1Rho|*UJCfO&!X(Jj{NVKeU*`%^Q5q{G#7(t$Aly)-m&0_y*rC7+Drecj7 z|Ld4tK5KKHv(7EOn$P$#IKe*GVfh>}fwBV4um5K7bv)}A_uBh*KclvFg6ywf3<>+$ zpI=#E&oD!F#y^e|_YeQ|V?R|Wj|0mJ7%nKVt(t8baQ1cLzZvK1TP`;&cl7z!8oZ9BFO?~t;m8lB YITlX~Ru%Vl0|S)7)78&qol`;+0CD%jyZ`_I literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-inhand-left.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..749dff75b0e677fb5633457fd4e62133d5456e89 GIT binary patch literal 661 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H3?#oinD`S&F%}28J29*~C-V}>VM%xNb!1@J z*w6hZkrl|73-AeXRZ&qfHa51mx0jTZOw(YfH)imWV=xwGnCQX|RPwf}bP15+Dhcun z{tp8To6hK*2a0kQctjR6Fz_7$VMb96uLhunuRL8GLn`9l-g@2FtRTReFeSS7zj&O+ zhP>TJEf+6ca?-LsD=5Y8gOISn?I!{b42&#L;=pyrGeP`u>4E$nl}(ZT{uBQFmyfMh z?hDBKC=&YF#xA-){`jir4wrx3+s<-|JDtOm=ETW4QCyySS}Y|n8%{H zHC0F*#wVk4rzW3~dp2Xvdk6c2 zyYC6fv1zE!Xa7;a8=xIOqcQLAd4@Uf*DrKxm}T5h{r_6o>wdNwTmO9XXJvT%#Q3Xt zFjowd#y372)%^#SuygEUDRpl!TUmG8p+K-eukugQ-^Pah@&U#S{PG3D44MC42cCP* z*e}0<{i{3Ur61o{xqoH9*RsEq|8+mhl?_~{K5bL literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-inhand-right.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ca804b82702c1ce817d7cfcad6b4fa46b5a8979f GIT binary patch literal 664 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H3?#oinD`S&F%}28J29*~C-V}>VM%xNb!1@J z*w6hZkrl|73-AeXH8wU@QBkqCx0jTZOw(ZSkz=SgW-u0JnCQX|RI=#6)`vift0c%T z_&*FVY&xTJ9w^FL;1OBOz`%D1gc(IOyc&QOzV&o*45^5Fd+X+;W(5J(3kEq4|JPSU zJZ^GW{3S*1U2VsbQ(N4xsDyqwU26$60}ejiXV9O>9wYeN*lw@5{hp>>|0Go+o4T@!I@SLzZh@s2*LH4Q*OBuFA>VFXJ5ZCgv)5H!4U&;toWAy7f+8|?;kh-OlKjDnP zhTF>bww_?IOB|{&&fMkj9<@_X;>-8Aa|gp zfzx3>R}90Z2407^j2TQ{{g{V7pJ;9071`CGAjx>-jQ;Iu zUlKhd{>w4GIlFGzwXE8y4^8X9Ml%G(4 P5+vg3>gTe~DWM4fO}quB literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unwielded-arrow.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unwielded-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..15e786434732e2c9be34b15a5f38ca8ff0201202 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DjSL74G){)!Z!pp>VJV@QPi+k=dZKwgu=|Mhtu4j|@xHUR|& U#)Anu^MM=&Pgg&ebxsLQ0D0jbh5!Hn literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-arrow.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..15e786434732e2c9be34b15a5f38ca8ff0201202 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DjSL74G){)!Z!pp>VJV@QPi+k=dZKwgu=|Mhtu4j|@xHUR|& U#)Anu^MM=&Pgg&ebxsLQ0D0jbh5!Hn literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-left-bowstring.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-left-bowstring.png new file mode 100644 index 0000000000000000000000000000000000000000..de6aadd7827420b951ead86be312042b9cf79cc4 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL3K|T$B>G+w+9({fxJTtzWe9$nJ)k`kwHT_ Xvx5TzV&67M4-0s+`e4F?!`sxZ?ai0ZT^+`rcvy|Cxv~GTMNZsG4KB~1 z$Z4Cd`JGqQJiTe{v2EF_*l(!#KcC}&x#ZS)%k3XNbT7&<@tb>iLt=2Ch^gHql|Y%} zo33e{FFsnhM#XcAil@bzw%VVG@%O%}xmVPRhi(kp*na)>r!~T^7cc$%v$1n)ny+xF z_m$`2GkwCPrf%N$C$VhaezQqSE@o^IxW00>==-;``_8RD=9PcDyEZz;|KI85eRX$x zRXxS+mwX9hKfG^`?W9YyPgYjk-_P^=)64wLA-?Ml zEwk2)xmrJ+_xGoFcki&&Pk3|j$@g9S@!DBi)~)5aWOjYB`Q6BmpW2@rGd@d}n>v}( zM(cY0kK5aX9Zf>l%Ipp~a6CjfyjVNt>)%f@kKDU^4DU&7{-U+!@)mh4;fY=7z?FS@ z9TIu}bQC-r>1n-}gmsb%_-1#F>n*R5YK zdOtOYyP7Y*bi;qc{eSAWE^gJmw)*}m&mXF}`(*S!uk%s$l)qnIQfE5t-?PfHOCRs= z>z{vi*-dH5Z%gr~HX~8D8dlF53u_^mO%eS?83{1OVQpV2uC( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-right-bowstring.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-right-bowstring.png new file mode 100644 index 0000000000000000000000000000000000000000..de6aadd7827420b951ead86be312042b9cf79cc4 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL3K|T$B>G+w+9({fxJTtzWe9$nJ)k`kwHT_ Xvx5TzVSit8`9Yt*)^ll;vi>3!d!L~F_fO_NIkw~{)T^;%ym%wIgG@QuYJ z;obN7GcNo;cl@t@`SP54PN0ogKtpBZw4Daqx=QQ6OKi(rH`n08v|o#k6s}pMA>w-R zO>OAniyrCe>C&^muiB(joG4d0@BFjOwWVLbyZ*7t)jGb{V1wT6>6>eJK3q_Bs4Tgs z$8fWK-K=F@k0Xvre689$b^h`<>vp!i@0LhDG~v&zU#5Jwsm+j1> zc2Bk+_n&mcGw9dyHTRS?YvZ!}mlWyL{+xZ6Ww}|Y(yR$8otw{l&7E_Hd6xHsirU%qzvdH#3*ZjWSUUiPa;PJi@$^W*m)HjUGp7H9sinjNAl zb8K6v?e*WEW;?7hYqD4IRCzl6?7Co(>Y}X;{YUFx|5f~CuEw72{qukQG|x##*4`4w5{B4?9ype5>{zt5EYolGm&`+p zrzxD>bmnK#r@)Y_b9*0KyfF(FX}zX<;*Us5q557K>bRse4 z@~0PHgI*qYHF|yho70w~;#cc_?^<0xUtMKlGmMo)F(*u Date: Thu, 15 Jan 2026 20:44:07 -0800 Subject: [PATCH 2/6] added sprites --- .../Shotguns/hardlight_bow.rsi/bow - Copy.png | Bin 0 -> 537 bytes .../Shotguns/hardlight_bow.rsi/bow-folded.png | Bin 486 -> 502 bytes .../Guns/Shotguns/hardlight_bow.rsi/bow.png | Bin 566 -> 537 bytes .../unfolded-equipped-BACKPACK.png | Bin 499 -> 781 bytes .../unfolded-equipped-SUITSTORAGE.png | Bin 499 -> 781 bytes .../hardlight_bow.rsi/unfolded-inhand-left.png | Bin 661 -> 1156 bytes .../unfolded-inhand-right.png | Bin 664 -> 1163 bytes .../hardlight_bow.rsi/wielded-inhand-left.png | Bin 808 -> 1150 bytes .../hardlight_bow.rsi/wielded-inhand-right.png | Bin 805 -> 1083 bytes 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow - Copy.png diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow - Copy.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow - Copy.png new file mode 100644 index 0000000000000000000000000000000000000000..fcdf39f529e4a69b0009dfe7f8c5ed7c123665f5 GIT binary patch literal 537 zcmV+!0_OdRP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0j^0zK~z{r?Uc=G z+dvdXkJE+_x^ZVQCCVbLXcI8V5N6X=x5bOB{Q`ce@l*I2x)&)J3Jq;aF^xeB*${+? z4ZYn&LX7j%Q7rd|oSp8VIp3YR5^NZ2tpMWI8|7MxwN`q)o^-q2%?996{;{jMkGnXWHMo~STLW@S9~jlb@01#nh4+{Upv-XF~*27Mzq#))1A9)xrMq| zYh^ebvY1VI|MK~t={yPp>A&qr6bAQpzBc}Ox%V9zV+PIR$(-@| zh4+5mLs*p$1_P8*d|B?+l2i8tlu{Jkr)f$Y$1Sb3BuV1EpVtdjIl#x$Q$C-adF}CF zqA-wtzb{9JhXSCr_8z<{-ZSv#U?0AZd9kx}mule^APNK7&NHT2&WG{0+V@_?D*(VW z%b8_Y06bLAT|?;pR64p{%Ikh|H?gu&AwD_o@b$+g@K$LcX;}9$?Wp7 ztT!d6dIE*K+BFT!DTeSqd6Se~y^CJS-m~3uVVdOtjdqVaghhx=$#Da49fA$XZ^iuw b{MY;fg)=Ssf36^J00000NkvXXu0mjfheY%6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow-folded.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow-folded.png index 2cc465195caeda31bfe485dd2c1ec94b12ba5c11..8fa202de74dedc3bdfbf1e8eabdf0783a4dda604 100644 GIT binary patch delta 426 zcmV;b0agCy1NH-uR)330L_t(oN9~kPOTu6r$3Lr7$`U(Rw1mhSfiOZn2HidQHavCj z*ujIZ!FS<%s9Ox9AjqL;(I0luOoo)u)5S@SnA2%q_Bnnxp3nFB?Rf@1K0Y&`SS$(v zMNx$P**GM7FfEFrh;%wltJR{>XrSx5tF@Qx!8BNMi%2BmdVd<83)tn4%_f?rNp4Gc zE}-kWbboybz)hvXL$xZ!V^MJ!=((DN=K=uA-Yzun*beoH$D-ooK<3_f2cXmG*k2#P za{)CWi$Krh)$CD!Yh%gdN5=pdhT(V^Jr_uBMgNo=hJmJOj&dfwhH63{`JR^i_NmQ! z05&()CX(Z}fPW>9jk<0JolE-X|&V4-p!AD_AL13HcA UVzz!oZU6uP07*qoM6N<$f=jv33;+NC delta 410 zcmV;L0cHO71LgyeR)2d*L_t(oN9~kBOTu6nfS&~_HjwBNMjgtmlXUQCcF~Jxe}NYd zqkG_`g9m?u|HA*^c^CyzilBuG12qq8gu&M#CpltnPV=(ows#+U9=?4W`1ts&fl8$! z02DeCeVH4AT*_v&x&@h&y)5J zz+^J9E?>ZNKq;RU0Yhh?8(f{oFy%)VmjGy*W_uVt2efb5kA+1}T@z)M_V!Z07*qoM6N<$ Eg3*7&V*mgE diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/bow.png index 4a7637f5bc621a33db015660d8ea3ff758b3b698..fcdf39f529e4a69b0009dfe7f8c5ed7c123665f5 100644 GIT binary patch delta 461 zcmV;;0W$u!1epYoR)4NZL_t(oN9~l&YTG~*Mvv2m5V~<^F(t|(t!NW4$Pi}JRky{9 zto;Ihsqs_z8M+rK7zzz-N->Q=3)v8ahz-5nL_&=7(@`w<*fh%rXA)^gLGyKK3Ix>##vI2^K=O?m(F`Jd@L3IplC?MM^`_jbNE z{&~6g9T{UJj^mawMwC*dY0B&EoKMM|@%e@Ke%?b^l@A63lu~?I?$(l1_XLzu6y2w3 zN*u>6t+gac;(xuL*9%oSz{k^5KA)X=?eSouFpz$~FGq)m0-&|_9=s~vGw|kMAHI)y zv9olSYT*?i3Io~BGp1S2hw-=C_g=*-0KhcMnPpc1JXFqIL+JigI=WrT>wa=Kv9eJi zJ~{62^~Xh7Z$b|6r1}trft(z7c=~h6?DDd#HzlWf0!D?r+BFT!DTeSqd6Se~y^CJS z-m~3uVVdOtjdqVaghhx=$#Da49fA$XZ^iuw{MY;fg)=Ssf36^J00000NkvXXu0mjf DK%3=2 delta 490 zcmV|K?NN3%16pfox7%Ev9C3Ma zwDrz6F4%^sd^DNz(OWS1Jl(4IR*Tk=MNZZLN+~Iq%c=ALO1)kONG&Jr z8*p7$=JPqtW`C1Tr-SeN^!xo(y%IkZ$N_xc59LZJ@jNeazeEqzYBed9O5yc~n;Sme z-X`i{lV}Edz23p;&)>Tbwehj3(2tz7IKe zfUAphvBm6BPBg%ukP{5yCiy-IclGA%l^nk~3~$WL5@4^p$DV;8L|$_206c^sC;5|{ gy)I??zyDMG0+#DGb5GDvrvLx|07*qoM6N<$g8a($U;qFB diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-equipped-BACKPACK.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-equipped-BACKPACK.png index 79fe8aa7cd242b9bd0909256d2d3032664d293cd..243b442073c744a4979ee2df4fe5c25ea0da382b 100644 GIT binary patch delta 740 zcmVvGiV12W+Fr^a%pDY-~^X0`T%(ZpQw)@_63S-JItm_F$kgy zi>qM-X(@$S+%7s-GItWqHAWLT-|}e8Ilnh1Bm#sGLdXm4Mv2R{tlBioE4hHD4S%$E z?>BCk729SB3_#elVHSwt%f*8H(pqQ$V5N0uZtgf@N9HdW$+d0OaI? zAO<$g8fLR8`r~D;Y1{nv?k;qjV=@eb0|0yT8)Ep`Y`T8EKVAm*9a!{hH%h!eUgj8M zyjrc|*J_2dgDMCvipn*_!f2Y}MWMQTEDU6+qWBLKi^wZbRk z9A9s}$h~d-4e;~4{~uhwyhPKskN%tBAAUF-=4{(m8Xl@EKuE*kAb<0=ZKK!gDfgnh zfxsB!^?Dr-_xA@6K^}fSpYObXr9;5a^Ss<-GQr2|>w_K+V)&b@Gu&LA#eW(eaaMqE z$d%w9UYwfc_o&)=1qfm#yw$WsR)V<5Nn&{HV+9CFu7sq9-#f+_?{qp`tb|sp#apdb ztX1Km|a2auiNWpRcVGCMpWgb+dqA%u`q&~B7?nx78} zs(mWm6Ew|QsvnZJ8zpXSRX zJneATo$iyr57Ap9!fs6;GlZah8-|hGSs*LCKj(5ORIC6T$KkrJ%jJX7bv#_LN&$qO3e!ZjN2LG=A%qY@PRTz< W5F6MK_V*Y70000VcF%NswRge^kKmKsi%4uc*rKg|zgI7fymu+# zjTqzagoBq>G8r5@(NwH)<9{8q%V%xQbJn?~SMwP^1}E6(IxL?fCQw$O`SsrnzK&=8 z;$C~-*6(N3woZ`!^@|~4Kl}453+x$Y$jsKL1*S*Rk}aGQ~3-`N1^D;%ULE;@)mxm@;^}`njxgN@xNAc+0(B diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-equipped-SUITSTORAGE.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-equipped-SUITSTORAGE.png index 79fe8aa7cd242b9bd0909256d2d3032664d293cd..243b442073c744a4979ee2df4fe5c25ea0da382b 100644 GIT binary patch delta 740 zcmVvGiV12W+Fr^a%pDY-~^X0`T%(ZpQw)@_63S-JItm_F$kgy zi>qM-X(@$S+%7s-GItWqHAWLT-|}e8Ilnh1Bm#sGLdXm4Mv2R{tlBioE4hHD4S%$E z?>BCk729SB3_#elVHSwt%f*8H(pqQ$V5N0uZtgf@N9HdW$+d0OaI? zAO<$g8fLR8`r~D;Y1{nv?k;qjV=@eb0|0yT8)Ep`Y`T8EKVAm*9a!{hH%h!eUgj8M zyjrc|*J_2dgDMCvipn*_!f2Y}MWMQTEDU6+qWBLKi^wZbRk z9A9s}$h~d-4e;~4{~uhwyhPKskN%tBAAUF-=4{(m8Xl@EKuE*kAb<0=ZKK!gDfgnh zfxsB!^?Dr-_xA@6K^}fSpYObXr9;5a^Ss<-GQr2|>w_K+V)&b@Gu&LA#eW(eaaMqE z$d%w9UYwfc_o&)=1qfm#yw$WsR)V<5Nn&{HV+9CFu7sq9-#f+_?{qp`tb|sp#apdb ztX1Km|a2auiNWpRcVGCMpWgb+dqA%u`q&~B7?nx78} zs(mWm6Ew|QsvnZJ8zpXSRX zJneATo$iyr57Ap9!fs6;GlZah8-|hGSs*LCKj(5ORIC6T$KkrJ%jJX7bv#_LN&$qO3e!ZjN2LG=A%qY@PRTz< W5F6MK_V*Y70000VcF%NswRge^kKmKsi%4uc*rKg|zgI7fymu+# zjTqzagoBq>G8r5@(NwH)<9{8q%V%xQbJn?~SMwP^1}E6(IxL?fCQw$O`SsrnzK&=8 z;$C~-*6(N3woZ`!^@|~4Kl}453+x$Y$jsKL1*S*Rk}aGQ~3-`N1^D;%ULE;@)mxm@;^}`njxgN@xNAc+0(B diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-inhand-left.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-inhand-left.png index 749dff75b0e677fb5633457fd4e62133d5456e89..3163d3f8dae55954a59b9bf78034fc68598683c5 100644 GIT binary patch delta 1141 zcmV-*1d98W1%wG9iBL{Q4GJ0x0000DNk~Le0000$0000$2nGNE0IF$m-jN|7e+h6% zS#tmY4#NNd4#NS*Z>VGd00bFHL_t(|UhSJtY}-^E$G8*v%}fF&3M&VWNc5CLPdRYlnmb6@fh!lpUkxrB15~I$_5`9crW0v! znxsjV_Hm%DjO%n+Q#*h9K2j7bfA43@{`&pC@7eDcfWzT%I2_Jyfl|rRgh{oM?A@&rL|2_Jm(SIsxdauldWG7%5FHZjmNY4G;*e-ZY?Xb1-a9xUV- zeD|_gT^>7MGAMJ=kz+Cm-Ha$c=?OautH*RTtEB7B63!?lQ;i7|BH3{pPu+ zSuzpdV{U6C7oR-Be_nlV+?mu&CgP*XM7$=0;cz${4u`|xa5x+e=l(RJSfl0_B2Hjj zgt1!2+7&pxI^9$~01YVC*iwKuPEpo~x4^P26Gc%R5y4V`WFqc47a3q9kN4wvB!ssn zkJx$=X7qJ@MNw>DowgL<=JhX2^k5L_^b!iWB6=R$XAZFyexgUhs&}|!r?Hx5ZYsFor0wR*RKCW=B3|}tGLirS;mc9KOhvDIAD&m zn|G&PaTmP-Odb2LPC=3+b4cA-3IG6K{ic!cf1JZ=Z$HKk3Ap|FwL9h**gRpGo|&y2 zed>(&E_oPYe`FstO*4noO;rH^;EUTC@@Qzp`_V6D+$wJN0VgIb(=)T>;fcwP#j?lT z)Oeh(DYT?PG zV=P8CieTqFq3JM+;N&xXJ=m73beH`V#}d6Kn1APRnumV@gq#!cx)-XS00000NkvXX Hu0mjfEt?Rx literal 661 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H3?#oinD`S&F%}28J29*~C-V}>VM%xNb!1@J z*w6hZkrl|73-AeXRZ&qfHa51mx0jTZOw(YfH)imWV=xwGnCQX|RPwf}bP15+Dhcun z{tp8To6hK*2a0kQctjR6Fz_7$VMb96uLhunuRL8GLn`9l-g@2FtRTReFeSS7zj&O+ zhP>TJEf+6ca?-LsD=5Y8gOISn?I!{b42&#L;=pyrGeP`u>4E$nl}(ZT{uBQFmyfMh z?hDBKC=&YF#xA-){`jir4wrx3+s<-|JDtOm=ETW4QCyySS}Y|n8%{H zHC0F*#wVk4rzW3~dp2Xvdk6c2 zyYC6fv1zE!Xa7;a8=xIOqcQLAd4@Uf*DrKxm}T5h{r_6o>wdNwTmO9XXJvT%#Q3Xt zFjowd#y372)%^#SuygEUDRpl!TUmG8p+K-eukugQ-^Pah@&U#S{PG3D44MC42cCP* z*e}0<{i{3Ur61o{xqoH9*RsEq|8+mhl?_~{K5bL diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-inhand-right.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/unfolded-inhand-right.png index ca804b82702c1ce817d7cfcad6b4fa46b5a8979f..eafeaabe3fc7473a6a1a285d602b94a3e88d2e98 100644 GIT binary patch delta 1148 zcmV-?1cUpS1&awGiBL{Q4GJ0x0000DNk~Le0000$0000$2nGNE0IF$m-jN|7e+h6% zS#tmY4#NNd4#NS*Z>VGd00baOL_t(|UhSJrY#T)s$N%fpcAPY^2?b^2HYsM3CT(Ly za%fs8GAYnXlmqIAwp0Qt0u2X_NaW;0PCjtp>N^~K;K~K@sluhDfC3Q}Q-Mg0oeIaS zV>`C%WH{iBHj{O5V(-o-JO6p_&F;=KAP@)y0)gORfe^v~Kv5JH2n3id z5C||uQJB85ouQOUilVSYA^}xZArV5D*Xu=pe?OwpsKlSpZYYYvD5X$U6_ip*LV4!h zZZ`-aZ7qT}^RZYAlu`)*Y$&^hs;WpN641h--7p$FGyzZ+Ar_0Zr3jkae`|v`%yrs9 zLI~3*##Tqm_WJSZ+qZZCA%tn+Kq+l`Ptaz5HJ!$l@jhtd)7xwc0G$ZRF}Ic_TUG>p zwx5~kK~C!268jok1VCAYoXv&nlYK2MLNpqcR8_?*gByq!T{v>$xene2Mgjo9=+v3s zzt-%yNF3l-2R??H9kuHqf5uKd@0y*P-{9MJBoYp}uLdWWmK0@K-b^H|f-K9mU#~37 zO#1|b!P+~tkh%$=eb=SKCSzMxG(whT*4^EWY&MH{JYLl~R`c#llWed@!u`Kf_~7&H z*}f808#XI%oE&2A$7CGrX1JG?;B^-8;kSvZC(3XYs6-?j^1MDZf7mo(@Xm{V_SCo! zhdd4}Wf)u!(pcW;!9X!?=WQ!dwE)-7on#B&e408uG{iSGj7%ztTsni*0)yLO!7(qm7bdL<%}6*j9tnr4N-zR}Kp+qZ1OkCTAQ1dNjVRWr z`h|!U=r>`Ewz15>k{{U(Ru^kDl?R{!#Tq*b@aAd48u1p`%3=*e0V3g$<Gg>6jXg1d z6Mi4wo<3^oMeu0*_~nWYQ$;Wo;MR?=3goaC$>a)hnLK(Pe>uRLn2MFf8ioR-|5-sX zpMzt+2Y;$1c->CCfAyTD@53pj((v#wyWrbrYMp|i0MQ#iON+n#flSGUuF@)Q-u@9j z|I{Jg&TQVBdDWhGdN6bRzd8j<DQ{9Uh5`V<*T1XM4?itny>|c;Ps+IaMf4tT1Cwu9 zX6NQh$DTRsf4na}iYxvDP*s&TshNrb0Kk`bQ_|zUG3Up>7I8bjJr5Wa9o3uJx%uMg z)O5#k(ZM%0o?tL&X*r!4^$9zAz)lcCm=(*E+3Z<>Kz}DLkM1`$L-SO-=f4~FEWnwU zFL(-$UR<B-Lw+r1nF#f!CPgFRkZtk1&(_^e8$S6ZQiV>J%d&@<reb7dWb+x`?8F!e zhaAf3<EHh$XY|F$dJ)XLPiQ*yBD6}yxoNRV9<smU7@~Ose_SAF9{vR&q#HrX?m}Jw O0000<MNUMnLSTY{)e`#v literal 664 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H3?#oinD`S&F%}28J29*~C-V}>VM%xNb!1@J z*w6hZkrl|73-AeXH8wU@QBkqCx0jTZOw(ZSkz=SgW-u0JnCQX|RI=#6)`vift0c%T z_&*FVY&xTJ9w^FL;1OBOz`%D1gc(IOyc&QOzV&o*45^5Fd+X+;W(5J(3kEq4|JPSU zJZ^GW{3S*1U2VsbQ(N4xsDyqwU26$60}ejiXV9O>9wYeN*lw@5{hp>>|0Go+o<CUh zi&G);xx$rcl`%n#6093PNgOB>4T@!I@SLzZh@s2*LH4Q*OBuFA>VFXJ<!feC;J)(9 zI&j75$MMW_MD=$@DCFD`VD$6)IoWM>5ZCgv)5H!4U&;toWAy7f+8|?;kh-OlKjDnP zhTF>bww_<S_2ROSwddC}J*i!CRr<H*m)jXjbJt15^RHxl$jMQ@Al8_<?%&^!_Mxj| z7`!eu|F#Hge{6o4aZT6Tc_-x=elfzmg3f4QHrV>?IOB|{&&fMkj9<@_X;>-8Aa|gp zfzx3>R}90Z2407^j2TQ{{<?1F;IL)*cvoTV+%=W<qAS#m6SjK&W!o;qc+QR`WAgFO zo(-E`F0bU=qrm@sGt&ds-KOtPPUxF+nZ;uEw5rbg>g{V7pJ;9071`CGAjx>-jQ;Iu zUlKhd{>w4GIlFGzwXE8y4^<z$$hx(h_XkIW)owdU=9+8YLvs}wEm%zsT-m>8X9<Hl z<8_%Y4AzbR=ij{hx$akLcY?imx3R_gAGMoyt$!=9taB+SRe-?{qXRqR%O6>Ml%G(4 P5+vg3>gTe~DWM4fO}quB diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-left.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-left.png index 691ab77009bfb8ca9fafe57174c91fac98957052..e0e4c3379a829d2b036854acf52cafcdd2e0b4d0 100644 GIT binary patch literal 1150 zcmV-^1cCdBP)<h;3K|Lk000e1NJLTq002M$002M;1^@s6s%dfF00009a7bBm000tn z000tn0p4aGcmMzdFiAu~RCt{2n%`?9RTRg+XY#X2+p%?9cd~3-H(ABX_GO@mP<1Q# zB3s1@Mc-U}6rT!$kNyGTi;t`5+xoN$1qF3+T|`<dW$PC0hV2h+Q%q_$X<{bH%zS-l z5}GFIHnqEo-VY4q=G?jGd(S;H^KcHJP$(1%g+ifFC=?3C|C?AW##T0xUXooTPmt^* z*<TrVA9UZpfrIo(b%L(z0D$4)VQ8AxFj3PqxULHkL9ti_0Oa#|`2Bt?EG*RK#p7`~ zUis}|nkMJx=W7}!CnxFkdTaK@#YHSFE!FHbOJ`>%0AOot3jpeZKoYL&!sGG4vMc~V zE|&uUY;JBM5{cCAkH_P6f~L;(FxU~scFBu7f244IJ=ZiqPYrgnr>`F;J3T1mcJR^M zhKRHu%c_nl>2w;7<J88bQmM|~;GtQ%y!wa_{UJdjTY~F22!z7;EnPs;64>Q3e*ArR z(L^Fqx8A$Y4=@n!-W3)CE?r&6wY6-6Pm=QN*%R)?^MlA_%W!QQS8gQn<#JM9AB*zR z_1j0zs@I+v;Nvg9>7SmSE;qA#_y5r>h2N<h>co(TqG=FKgNVQ@8m|137ZHJB7!85j z@jQT?0^!nyT`c01?rSNuFX$kXDIsNP0DOp@dJu0tbD9Iay@%gz6Fy%n`#zkWwp-a7 z0&ozYtvUiYAb0mFBB-Y6{?iA5Z<aO?(S3-7Jy^HPC>5<%OOqs$1waH?OJ%WxFeKQ8 zn`@bNBsP#pBwB7BXfps+4*P6=9p4rJn0VMr5y3{*X*qW*M>xwX@OZtr{L>u)fU&_Y z77K-=Nc?YM7)HP_jK)usLZMJ76bgkxp-?Ck3WY+UP$(1%#c@DVBPrFIUuEp8Tw#(u zB)ds=RIhuX!!%7+d<RH&R(@+FK~hM{=;-K?`xBbhxD3PK`1m-2!C+k(tXdPy<#G@a zSe6A{*O5#nF*7ssn27v*R3WW&n5GF`*K1m;8uIx(0Kl>=ghC<A&dvg8zdxa6Z7`e7 zB9%(PaU9sT4NcQ({Q<UZV|8^Ekw^sTbQ%D#ck?7Q5pmnya5Gj`RuG9qYU64EfZc=e z`Fxn0n?o!Xt4$g1b|IREPk*?3Fb<rsx8(iylRDCN0L4Nc+qMshY#D(-5SjEgzF4ZS z3{Q=X@Ymb7@ZCn?*t$hb)2vJL^Bo&-9S4t|^x~77Hb~e0YB}Zq;FYL*_12##hx&2( z+Z)H%t+MyoyD+Hn#i*Yo5sgM0ivAy89O2VL`aSI%A}JRJHNJ4h$Gutc{?s|XH*tn< zJU4PE|A#J*?@MU`O4av6L+3>%Q^x7uAh7!PYWsK5!(AP2-FxcVreN%$AkeZEVc$B( zEo@@QLx>=eBj%FMKhiMu(%BAf=3IQADBgenmCw_C_p4AS6bgkxp=gu800R^0;zWSH Q5&!@I07*qoM6N<$g4Y@zZ~y=R literal 808 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qt-3`~1HT^vIy;@;l%&${g(a{Obw(@I6Lj%y`` ziyuwpY+ZNi&VrPe#w9nipYZH-IyWIU+_K@szKlSwiQ<a9O&STiX6VKIJRji~dYjAd z&)<dvQoU{8=N(gi>&67M4-0s+`e4F?!`sxZ?ai0ZT^+`rcvy|Cxv~GTMNZsG4KB~1 z$Z4Cd`JGqQJiTe{v2EF_*l(!#KcC}&x#ZS)%k3XNbT7&<@tb>iLt=2Ch^gHql|Y%} zo33e{FFsnhM#XcAil@bzw%VVG@%O%}xmVPRhi(kp*na)>r!~T^7cc$%v$1n)ny+xF z_m$`2GkwCPrf%N$C$VhaezQqSE@o^IxW00>==-;``_8RD=9PcDyEZz;|KI85eRX$x zRXxS+mwX9hKfG^`?W9YyPgYjk-_P^=)64wLA<Ij1Yz|nx`o}A7uf9<txn{<V>-?Ml zEwk2)xmrJ+_xGoFcki&&Pk3|j$@g9S@!DBi)~)5aWOjYB`Q6BmpW2@rGd@d}n>v}( zM(cY0kK5aX9Zf>l%Ipp~a6CjfyjVNt>)%f@kKDU^4DU&7{-U+!@)mh4;fY=7z?FS@ z9TIu}<Cc5Q&#n0M*1Om6UX-+%zo@ICr`GA9Yf+-E3w2J<vpKiTW?FshyGc=J_it?s zH$3*^@#DuEA}5v9*Xw(p`W$mD$~92MbJw0dHJ>bQC-r>1n-}gmsb%_-1#F>n*R5YK zdOtOYyP7Y*bi;qc{eSAWE^gJmw)*}m&mXF}`(*S!uk%s$l)qnIQfE5t-?PfHOCRs= z>z{vi*-dH5Z%<dp9(uh`@SLC3zF92#7i<1a4OXvzHSPBIOLk(1zTTS6(4Kf$Px{-_ p%d?M$AF=ZQ+R$IgjOo>gr~HX~8D8dlF53u_^mO%eS?83{1OVQpV2uC( diff --git a/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-right.png b/Resources/Textures/_Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi/wielded-inhand-right.png index 8a4335edbeafa50e438576c11e589ee0c2ba3707..b8954e18aae5ec99be10109e37204b6aa35b4dd5 100644 GIT binary patch literal 1083 zcmV-B1jPG^P)<h;3K|Lk000e1NJLTq002M$002M;1^@s6s%dfF00009a7bBm000tn z000tn0p4aGcmMzc?MXyIRCt{2+RtwrRS*a8@9f)Md)FHWC23*pqJ(4%C{$G?^Ghjk zqe2KORf1f&B2Mj}fH?3Ua71w8f`lp(L{CULAP$H$i3o=%U>XX<YZAvv<0g)swTDC2 zmbbPV=T}R`d?ZV2d-lzH`(EP13?PIMLI@#*5JHG<d7j6u@0nQ(Uj{Rq%&arB#mqJ{ zQ}{ARM@N~NwS$g-Qs|&Jc%H|GVPJT87y|<XC>D#bZ5v7{Boc{^_b_whItT*H&(C9S zZZ4AF^E~eD?Ty?!Gc(hS$z(Fz`u?E8c@PmbC#2sSG?unFJva=ryo%~h8DA}wA_>#! zGyou<&trCW7O7MU0N^-IGe#)|0I1b!9VeocLa9{h_+9Hb2l?)Pm>E~j#`)@{^C*;o z7fvZmuhs~-=L9e_UK>jC2d{frU)us{8UVtz>kE-M*L4{HUVgF%W-JanxP!rg9smH5 zhJG`^T1DZDg>u_uve|4`JLtNukum)0w|^e|ls4A#{;MPW`46|~rN<2(&pd%zwSv@B zXYk47JbqdU2<UJEPRHvg<kwNC>aZLKJKJ|VCh&cqzV>}w9#UK;!df0cc+@AC0wOx} zNo|b3JL9@G;2(O7lw;t-H=f~Q&BS`W0?kO^&gL#$hk%v6n6?K%L|CuIVa5#HE|jpc z-TuGG_x<MTzWJlpw$h_6z9mol5$YcOx)np88K6+EqflDKvx6!8y;=%S_MXTCAR;_J zpdr}31pt`%y?Q(=c?gJzGyMc2!p%aRm>F*mY77AW*504Uac$HC<GSv?Kc8Wo>NZvg zA%qa(f6aK<6A(fOA%qY@2q7MEVUK{x%+x5No`g&$!(snHBJ4$I^e5=8G5d{k=-N=D zmY>Vz;CUXB$s`=dfv)SYEGrUQE|)PiH5I8T9wjdT^!N9}bzNAN1tLN$76SkTL4b{o z4fwtfW=1ZTyKmmM;%K)TeFCXe3fXM7W1qlrd3WqNuI!Ytw3|R*Umu7Fi;If@_G)~# zZ8xtQ5{U$smzVb)yQ>`;zj%(T)e0u2e~ZLldGTphN{7;QID8i=$AE6eaLNKc{(iL? zchsF9zj%)OVl})nV&lC}Z_-;AhS=#z;?0pdvi}6o%@}Uv<B^7pZaYc3Isv3<c;`YA z6VuVpfBdTi-}mYAkm8C`_$*sd0P4qGbv>QXaMrG1y|@hkxbgFCYIJ?ng8-9D0ey7H zoclfiX2#V^=droD+g4I;?Cj)HpaI~MEH@i53*Rm6;98g?%tbBNhtk!ZV`+=eJZ3`E z6u$hW_`r+mV`+<BN5l2Stw*e&FN6?62qFHv{sqo$mp_s?ulN7}002ovPDHLkV1jLk B__hE5 literal 805 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qt-3{1N`T^vIy;@;lfn04Dh=J?0?%tr$xU9zk^ z*q1fGkbB3tY0K>Sit8`9Yt*)^ll;vi>3!d!L~F_fO_NIkw~{)T^;%ym%wIgG@QuYJ z;obN7GcNo;cl@t@`SP54PN0ogKtpBZw4Daqx=QQ6OKi(rH`n08v|o#k6s}pMA>w-R zO>OAniyrCe>C&^muiB(joG4d0@BFjOwWVLbyZ*7t)jGb{V1wT6>6>eJK3q_Bs4Tgs z$8fWK-K=F@k0Xvre689$b^h`<>vp!i@0LhDG~v&zU#5Jw<ri&?P5WKs&K~>sm+j1> zc2Bk+_n&mcGw9dyHTRS?YvZ!}mlWyL{+xZ6Ww}|Y(yR$8otw{l&7E_<zBV`h+`cJY z*)N~O$ljhVy>Hd6xHsirU%qzvdH#3*ZjWSUUiPa;PJi@$^W*m)HjUGp7H9sinjNAl zb8K6v?e*WEW;?7hYqD4IRCzl6?7Co(>Y}<uM@zQ~&bqVmzx3_tpUsp0F8gBce4{?L zm-mVK8d>X;{YUFx|5f~CuEw72{qukQG|x##*4`4w5{B4?9ype5>{zt5EYolGm&`+p zrzxD>bmnK#r@)Y_b9*0KyfF(FX}zX<;*Us5<TI1Ag;VF4Pt0H4tY2JF@j~V0t5;sG zff~NSo<ZxcbMN+=<mc}n9Y0~&PpJco|N0!0$eeY2Q;fczo{3z4^!e>q557K>bRse4 z@~0PHgI*qYHF|yho70w~;#cc_?^<0xUtM<o`-_g@_v?IAJS$W3|Eit;y!Omjzis;8 zKl+xx+x=|+$HR?t)=${$-NwB0`?jh>KlGmMo)F(*u<v!vy|1(1Y2M^!&ec2~R2Ql1 mabw%*ntKnI^JDSwweS2la-QF^(f_6blJ#`;b6Mw<&;$TtBxwx* From d2db439f6e87a7f200aae23de14d07c65dde1672 Mon Sep 17 00:00:00 2001 From: LukaSlade <revensedsuns@gmail.com> Date: Tue, 20 Jan 2026 21:34:26 -0800 Subject: [PATCH 3/6] added uplink recipe --- Resources/Locale/en-US/_Omu/store/uplink-catalog.ftl | 2 ++ Resources/Prototypes/Catalog/uplink_catalog.yml | 9 +++++++++ Resources/Prototypes/_Omu/Catalog/uplink_catalog.yml | 9 +++++++++ .../Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml | 6 ++++-- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/_Omu/store/uplink-catalog.ftl b/Resources/Locale/en-US/_Omu/store/uplink-catalog.ftl index 8196f47ac86..e66b30bcd9f 100644 --- a/Resources/Locale/en-US/_Omu/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/_Omu/store/uplink-catalog.ftl @@ -5,3 +5,5 @@ uplink-hardsuit-cybersunsciencesuit-desc = A scientific reseach hardsuit meant t uplink-dislippler-name = Dislippler uplink-dislippler-desc = Standard-issue security disabler on Honk! Co. stations. Ultimate proof that God has abandoned us. +uplink-folding-shotgun-name = Folding Shotgun +uplink-folding-shotgun-desc = A 4 round capacity shotgun that can be folded up to conceal with ease. Limited accuracy and firerate for its price. Chambered in 12 gauge shotgun shells. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 3ac2922bfad..2b07f1f2afa 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -356,6 +356,15 @@ categories: - UplinkWeaponry + - type: listing + id: UplinkFoldingShotgun + name: uplink-folding-shotgun-name + description: uplink-folding-shotgun-desc + productEntity: WeaponShotgunFolding + cost: + Telecrystal: 25 + categories: + - UplinkWeaponry - type: listing id: UplinkGrenadeLauncherBundle diff --git a/Resources/Prototypes/_Omu/Catalog/uplink_catalog.yml b/Resources/Prototypes/_Omu/Catalog/uplink_catalog.yml index fa63c1e5041..7d534238ce1 100644 --- a/Resources/Prototypes/_Omu/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/_Omu/Catalog/uplink_catalog.yml @@ -24,3 +24,12 @@ whitelist: - Clown +- type: listing + id: UplinkFoldingShotgun + name: uplink-folding-shotgun-name + description: uplink-folding-shotgun-desc + productEntity: WeaponShotgunFolding + cost: + Telecrystal: 20 + categories: + - UplinkWeaponry diff --git a/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml b/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml index 8e5291f0639..250cda760a7 100644 --- a/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml +++ b/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml @@ -15,8 +15,8 @@ description: An abysmally outdated, but otherwise decently effective and compact shotgun. Chambered in 12 gauge shotgun shells. components: - type: Item - heldPrefix: folded size: Normal + storedRotation: -45 - type: Sprite sprite: _Omu/Objects/Weapons/Guns/Shotguns/hardlight_bow.rsi layers: @@ -77,5 +77,7 @@ soundDeactivate: path: /Audio/Weapons/Guns/Cock/shotgun_close.ogg - type: ItemToggleSize - activatedSize: Huge + activatedSize: Large + activatedShape: + - 0,0,0,4 - type: FoldingWeapon From be195176e41ca1517941356031c2393072743347 Mon Sep 17 00:00:00 2001 From: LukaSlade <revensedsuns@gmail.com> Date: Tue, 20 Jan 2026 21:45:13 -0800 Subject: [PATCH 4/6] added QM locker thing --- Resources/Locale/en-US/_Omu/store/uplink-catalog.ftl | 2 +- Resources/Prototypes/Catalog/Fills/Lockers/heads.yml | 2 ++ .../Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml | 10 +++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/_Omu/store/uplink-catalog.ftl b/Resources/Locale/en-US/_Omu/store/uplink-catalog.ftl index e66b30bcd9f..f03f2579e06 100644 --- a/Resources/Locale/en-US/_Omu/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/_Omu/store/uplink-catalog.ftl @@ -6,4 +6,4 @@ uplink-dislippler-name = Dislippler uplink-dislippler-desc = Standard-issue security disabler on Honk! Co. stations. Ultimate proof that God has abandoned us. uplink-folding-shotgun-name = Folding Shotgun -uplink-folding-shotgun-desc = A 4 round capacity shotgun that can be folded up to conceal with ease. Limited accuracy and firerate for its price. Chambered in 12 gauge shotgun shells. +uplink-folding-shotgun-desc = A 4 round capacity shotgun that can be folded up to conceal with ease. Stolen from the Quartermaster of a far away station. Chambered in 12 gauge shotgun shells. diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 3bcd4d54775..8009ae96b31 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -159,6 +159,8 @@ - id: CargoSaleComputerCircuitboard - id: CargoShuttleConsoleCircuitboard - id: SalvageMagnetMachineCircuitboard + - id: WeaponShotgunFoldingBeanbag # Omu + - id: BoxBeanbag # Omu - id: CigPackGreen prob: 0.75 - id: ClothingHeadsetAltCargo diff --git a/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml b/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml index 250cda760a7..b7d4f735e44 100644 --- a/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml +++ b/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml @@ -10,7 +10,7 @@ - type: entity name: folding shotgun - parent: [BaseWeaponShotgun, BaseGunWieldable, BaseSecurityContraband] + parent: [BaseWeaponShotgun, BaseGunWieldable, BaseSecurityCargoContraband] id: WeaponShotgunFolding description: An abysmally outdated, but otherwise decently effective and compact shotgun. Chambered in 12 gauge shotgun shells. components: @@ -81,3 +81,11 @@ activatedShape: - 0,0,0,4 - type: FoldingWeapon + +- type: entity + parent: WeaponShotgunFolding + id: WeaponShotgunFoldingBeanbag + suffix: Non-Lethal + components: + - type: BallisticAmmoProvider + proto: ShellShotgunBeanbag From 8adc9b3f78016cd07fc44d981d7b5f435a06e7aa Mon Sep 17 00:00:00 2001 From: LukaSlade <revensedsuns@gmail.com> Date: Tue, 20 Jan 2026 21:46:21 -0800 Subject: [PATCH 5/6] added command contra label --- .../_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml b/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml index b7d4f735e44..77ce7a01335 100644 --- a/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml +++ b/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml @@ -10,7 +10,7 @@ - type: entity name: folding shotgun - parent: [BaseWeaponShotgun, BaseGunWieldable, BaseSecurityCargoContraband] + parent: [BaseWeaponShotgun, BaseGunWieldable, BaseSecurityCommandContraband] id: WeaponShotgunFolding description: An abysmally outdated, but otherwise decently effective and compact shotgun. Chambered in 12 gauge shotgun shells. components: From c53f5dc2b2d979151a5399c57476cf3b28b1ade9 Mon Sep 17 00:00:00 2001 From: LukaSlade <revensedsuns@gmail.com> Date: Wed, 21 Jan 2026 21:56:03 -0800 Subject: [PATCH 6/6] Made Major contra and found via maints loot or gamba --- Resources/Prototypes/Catalog/Fills/Crates/cargo.yml | 3 +++ Resources/Prototypes/Catalog/Fills/Lockers/heads.yml | 5 +++-- Resources/Prototypes/Catalog/Fills/Lockers/misc.yml | 2 ++ .../_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml b/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml index 484df454c14..86dae9372ce 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml @@ -179,6 +179,9 @@ - id: WeaponSniperMosin prob: 0.01 orGroup: Weapons + - id: WeaponShotgunFoldingBeanbag + prob: 0.05 + orGroup: Weapons - id: WeaponMakeshiftLaser prob: 0.001 orGroup: Weapons diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 8009ae96b31..fe5310b1fb0 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -159,8 +159,9 @@ - id: CargoSaleComputerCircuitboard - id: CargoShuttleConsoleCircuitboard - id: SalvageMagnetMachineCircuitboard - - id: WeaponShotgunFoldingBeanbag # Omu - - id: BoxBeanbag # Omu + # Commented incase I wanna bring it back + #- id: WeaponShotgunFoldingBeanbag # Omu + #- id: BoxBeanbag # Omu - id: CigPackGreen prob: 0.75 - id: ClothingHeadsetAltCargo diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml index bd89edfc18a..691cbf09f12 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml @@ -261,6 +261,8 @@ - id: ClothingShoesBootsCombatFilled - id: ToolboxSyndicateFilled - id: BalloonSyn + - id: WeaponShotgunFoldingBeanbag + weight: 2 - id: WeaponSniperMosin weight: 2 - id: ClothingHandsKnuckleDustersSyndicate diff --git a/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml b/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml index 77ce7a01335..da9cd102e73 100644 --- a/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml +++ b/Resources/Prototypes/_Omu/Entities/Objects/Weapons/Guns/Shotgun/shotguns.yml @@ -10,7 +10,7 @@ - type: entity name: folding shotgun - parent: [BaseWeaponShotgun, BaseGunWieldable, BaseSecurityCommandContraband] + parent: [BaseWeaponShotgun, BaseGunWieldable, BaseMajorContraband] id: WeaponShotgunFolding description: An abysmally outdated, but otherwise decently effective and compact shotgun. Chambered in 12 gauge shotgun shells. components: