From bb09ee9ba2a1ee4259cb2c7cb133b0191c78ef19 Mon Sep 17 00:00:00 2001 From: Stxcking <217132821+Stxcking@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:36:43 -0400 Subject: [PATCH 1/3] guh --- .../Entities/Structures/Walls/asteroid.yml | 148 ++++++++++++++++++ 1 file changed, 148 insertions(+) diff --git a/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml index b8381cb5e2..3c6b1eedae 100644 --- a/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml @@ -256,3 +256,151 @@ - state: gibtonite_inactive visible: false map: [ "enum.MiningScannerVisualLayers.Overlay", "gib" ] + +# Un-mineable Variants + +- type: entity + id: WallRockUnmineable + parent: BaseAltRock + name: durable rock + description: It looks too tough to mine. + suffix: Un-mineable + components: + - type: Sprite + sprite: Structures/Walls/rock.rsi + layers: + - state: rock + - map: [ "enum.EdgeLayer.South" ] + state: rock_south + - map: [ "enum.EdgeLayer.East" ] + state: rock_east + - map: [ "enum.EdgeLayer.North" ] + state: rock_north + - map: [ "enum.EdgeLayer.West" ] + state: rock_west + - type: IconSmooth + key: walls + mode: NoSprite + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 1500 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - !type:PlaySoundBehavior + sound: + path: /Audio/Effects/break_stone.ogg + params: + volume: -6 + +- type: entity + id: WallRockBasaltUnmineable + parent: WallRockUnmineable + name: durable basalt + suffix: Un-mineable + components: + - type: Icon + sprite: Structures/Walls/rock.rsi + state: rock_wall + - type: Sprite + sprite: Structures/Walls/rock.rsi + layers: + - state: rock_wall + - map: [ "enum.EdgeLayer.South" ] + state: rock_wall_south + - map: [ "enum.EdgeLayer.East" ] + state: rock_wall_east + - map: [ "enum.EdgeLayer.North" ] + state: rock_wall_north + - map: [ "enum.EdgeLayer.West" ] + state: rock_wall_west + +- type: entity + id: WallRockSandUnmineable + parent: WallRockUnmineable + name: durable sandstone + suffix: Un-mineable + components: + - type: Icon + sprite: Structures/Walls/rock.rsi + state: rock_sand + - type: Sprite + sprite: Structures/Walls/rock.rsi + layers: + - state: rock_sand + - map: [ "enum.EdgeLayer.South" ] + state: rock_sand_south + - map: [ "enum.EdgeLayer.East" ] + state: rock_sand_east + - map: [ "enum.EdgeLayer.North" ] + state: rock_sand_north + - map: [ "enum.EdgeLayer.West" ] + state: rock_sand_west + +- type: entity + id: WallRockChromiteUnmineable + parent: WallRockUnmineable + name: durable chromite + suffix: Un-mineable + components: + - type: Icon + sprite: Structures/Walls/rock.rsi + state: rock_chromite + - type: Sprite + sprite: Structures/Walls/rock.rsi + layers: + - state: rock_chromite + - map: [ "enum.EdgeLayer.South" ] + state: rock_chromite_south + - map: [ "enum.EdgeLayer.East" ] + state: rock_chromite_east + - map: [ "enum.EdgeLayer.North" ] + state: rock_chromite_north + - map: [ "enum.EdgeLayer.West" ] + state: rock_chromite_west + +- type: entity + id: WallRockAndesiteUnmineable + parent: WallRockUnmineable + name: durable andesite + suffix: Un-mineable + components: + - type: Icon + sprite: Structures/Walls/rock.rsi + state: rock_andesite + - type: Sprite + sprite: Structures/Walls/rock.rsi + layers: + - state: rock_andesite + - map: [ "enum.EdgeLayer.South" ] + state: rock_andesite_south + - map: [ "enum.EdgeLayer.East" ] + state: rock_andesite_east + - map: [ "enum.EdgeLayer.North" ] + state: rock_andesite_north + - map: [ "enum.EdgeLayer.West" ] + state: rock_andesite_west + +- type: entity + id: WallRockSnowUnmineable + parent: WallRockUnmineable + name: durable snowdrift + suffix: Un-mineable + components: + - type: Icon + sprite: Structures/Walls/rock.rsi + state: rock_snow + - type: Sprite + sprite: Structures/Walls/rock.rsi + layers: + - state: rock_snow + - map: [ "enum.EdgeLayer.South" ] + state: rock_snow_south + - map: [ "enum.EdgeLayer.East" ] + state: rock_snow_east + - map: [ "enum.EdgeLayer.North" ] + state: rock_snow_north + - map: [ "enum.EdgeLayer.West" ] + state: rock_snow_west From 8176768a44dde964ef22963ab0f413898d06a0a7 Mon Sep 17 00:00:00 2001 From: Stxcking <217132821+Stxcking@users.noreply.github.com> Date: Sat, 2 May 2026 01:18:27 -0400 Subject: [PATCH 2/3] compacted --- .../Entities/Structures/Walls/asteroid.yml | 52 +++------ .../Walls/compacted_rocks.rsi/meta.json | 101 ++++++++++++++++++ .../compacted_rocks.rsi/rock_andesite.png | Bin 0 -> 1010 bytes .../rock_andesite_east.png | Bin 0 -> 254 bytes .../rock_andesite_north.png | Bin 0 -> 222 bytes .../rock_andesite_south.png | Bin 0 -> 192 bytes .../rock_andesite_west.png | Bin 0 -> 239 bytes .../Walls/compacted_rocks.rsi/rock_base.png | Bin 0 -> 768 bytes .../compacted_rocks.rsi/rock_chromite.png | Bin 0 -> 731 bytes .../rock_chromite_east.png | Bin 0 -> 269 bytes .../rock_chromite_north.png | Bin 0 -> 228 bytes .../rock_chromite_south.png | Bin 0 -> 190 bytes .../rock_chromite_west.png | Bin 0 -> 248 bytes .../Walls/compacted_rocks.rsi/rock_east.png | Bin 0 -> 221 bytes .../Walls/compacted_rocks.rsi/rock_north.png | Bin 0 -> 238 bytes .../Walls/compacted_rocks.rsi/rock_sand.png | Bin 0 -> 775 bytes .../compacted_rocks.rsi/rock_sand_east.png | Bin 0 -> 239 bytes .../compacted_rocks.rsi/rock_sand_north.png | Bin 0 -> 228 bytes .../compacted_rocks.rsi/rock_sand_south.png | Bin 0 -> 226 bytes .../compacted_rocks.rsi/rock_sand_west.png | Bin 0 -> 238 bytes .../Walls/compacted_rocks.rsi/rock_snow.png | Bin 0 -> 544 bytes .../compacted_rocks.rsi/rock_snow_east.png | Bin 0 -> 203 bytes .../compacted_rocks.rsi/rock_snow_north.png | Bin 0 -> 218 bytes .../compacted_rocks.rsi/rock_snow_south.png | Bin 0 -> 219 bytes .../compacted_rocks.rsi/rock_snow_west.png | Bin 0 -> 228 bytes .../Walls/compacted_rocks.rsi/rock_south.png | Bin 0 -> 244 bytes .../Walls/compacted_rocks.rsi/rock_wall.png | Bin 0 -> 912 bytes .../compacted_rocks.rsi/rock_wall_east.png | Bin 0 -> 239 bytes .../compacted_rocks.rsi/rock_wall_north.png | Bin 0 -> 205 bytes .../compacted_rocks.rsi/rock_wall_south.png | Bin 0 -> 208 bytes .../compacted_rocks.rsi/rock_wall_west.png | Bin 0 -> 238 bytes .../Walls/compacted_rocks.rsi/rock_west.png | Bin 0 -> 253 bytes 32 files changed, 114 insertions(+), 39 deletions(-) create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/meta.json create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_andesite.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_andesite_east.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_andesite_north.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_andesite_south.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_andesite_west.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_base.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_chromite.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_chromite_east.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_chromite_north.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_chromite_south.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_chromite_west.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_east.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_north.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_sand.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_sand_east.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_sand_north.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_sand_south.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_sand_west.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_snow.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_snow_east.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_snow_north.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_snow_south.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_snow_west.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_south.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall_east.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall_north.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall_south.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall_west.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_west.png diff --git a/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml index 3c6b1eedae..9eef5e1e26 100644 --- a/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml @@ -261,15 +261,17 @@ - type: entity id: WallRockUnmineable - parent: BaseAltRock - name: durable rock + parent: MountainRock + name: compacted rock description: It looks too tough to mine. - suffix: Un-mineable components: + - type: Icon + sprite: _DV/Structures/Walls/compacted_rocks.rsi + state: rock_wall - type: Sprite - sprite: Structures/Walls/rock.rsi + sprite: _DV/Structures/Walls/compacted_rocks.rsi layers: - - state: rock + - state: rock_base - map: [ "enum.EdgeLayer.South" ] state: rock_south - map: [ "enum.EdgeLayer.East" ] @@ -279,33 +281,17 @@ - map: [ "enum.EdgeLayer.West" ] state: rock_west - type: IconSmooth - key: walls mode: NoSprite - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 1500 - behaviors: - - !type:DoActsBehavior - acts: ["Destruction"] - - !type:PlaySoundBehavior - sound: - path: /Audio/Effects/break_stone.ogg - params: - volume: -6 + - type: SmoothEdge - type: entity id: WallRockBasaltUnmineable parent: WallRockUnmineable - name: durable basalt - suffix: Un-mineable + name: compacted basalt components: - type: Icon - sprite: Structures/Walls/rock.rsi state: rock_wall - type: Sprite - sprite: Structures/Walls/rock.rsi layers: - state: rock_wall - map: [ "enum.EdgeLayer.South" ] @@ -320,14 +306,11 @@ - type: entity id: WallRockSandUnmineable parent: WallRockUnmineable - name: durable sandstone - suffix: Un-mineable + name: compacted sandstone components: - type: Icon - sprite: Structures/Walls/rock.rsi state: rock_sand - type: Sprite - sprite: Structures/Walls/rock.rsi layers: - state: rock_sand - map: [ "enum.EdgeLayer.South" ] @@ -342,14 +325,11 @@ - type: entity id: WallRockChromiteUnmineable parent: WallRockUnmineable - name: durable chromite - suffix: Un-mineable + name: compacted chromite components: - type: Icon - sprite: Structures/Walls/rock.rsi state: rock_chromite - type: Sprite - sprite: Structures/Walls/rock.rsi layers: - state: rock_chromite - map: [ "enum.EdgeLayer.South" ] @@ -364,14 +344,11 @@ - type: entity id: WallRockAndesiteUnmineable parent: WallRockUnmineable - name: durable andesite - suffix: Un-mineable + name: compacted andesite components: - type: Icon - sprite: Structures/Walls/rock.rsi state: rock_andesite - type: Sprite - sprite: Structures/Walls/rock.rsi layers: - state: rock_andesite - map: [ "enum.EdgeLayer.South" ] @@ -386,14 +363,11 @@ - type: entity id: WallRockSnowUnmineable parent: WallRockUnmineable - name: durable snowdrift - suffix: Un-mineable + name: compacted snowdrift components: - type: Icon - sprite: Structures/Walls/rock.rsi state: rock_snow - type: Sprite - sprite: Structures/Walls/rock.rsi layers: - state: rock_snow - map: [ "enum.EdgeLayer.South" ] diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/meta.json b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/meta.json new file mode 100644 index 0000000000..0dd18657f3 --- /dev/null +++ b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/meta.json @@ -0,0 +1,101 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original sprites from https://github.com/space-wizards/space-station-14/tree/417bb52ea7b21c9bad37cd137040dc3f40336693/Resources/Textures/Structures/Walls/rock.rsi, modified by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "rock_base" + }, + { + "name": "rock_north" + }, + { + "name": "rock_south" + }, + { + "name": "rock_west" + }, + { + "name": "rock_east" + }, + { + "name": "rock_sand" + }, + { + "name": "rock_sand_north" + }, + { + "name": "rock_sand_south" + }, + { + "name": "rock_sand_west" + }, + { + "name": "rock_sand_east" + }, + { + "name": "rock_snow" + }, + { + "name": "rock_snow_north" + }, + { + "name": "rock_snow_south" + }, + { + "name": "rock_snow_west" + }, + { + "name": "rock_snow_east" + }, + { + "name": "rock_chromite" + }, + { + "name": "rock_chromite_north" + }, + { + "name": "rock_chromite_south" + }, + { + "name": "rock_chromite_west" + }, + { + "name": "rock_chromite_east" + }, + { + "name": "rock_andesite" + }, + { + "name": "rock_andesite_east" + }, + { + "name": "rock_andesite_north" + }, + { + "name": "rock_andesite_south" + }, + { + "name": "rock_andesite_west" + }, + { + "name": "rock_wall" + }, + { + "name": "rock_wall_east" + }, + { + "name": "rock_wall_west" + }, + { + "name": "rock_wall_south" + }, + { + "name": "rock_wall_north" + } + ] +} diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_andesite.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_andesite.png new file mode 100644 index 0000000000000000000000000000000000000000..fd3d23180d6e064d9d13abcbc162fa4e8b2d6f3c GIT binary patch literal 1010 zcmVPx&tVu*cR9Jb&sT)8ojF5i$Q zUB1A8zQZKcBq{h%VW%P8L}`>l+QV>plyiU}faL9CZgzHW^!3~K9R}8Fb&p^g!uNat zKoCWp_f=6KUuTGC3G#J@t4~++A(! z6EW;GO_vC#6O{GFMt&?9G2(kZ@&h_S6rm~#i;hlC0+IIy0ODCAF!s*1BDM!Cp zT-ficqCi!bHW0m+ke2(6mkO8_tTIGlAn|-s8mR`sQ}W#FCY-vkqi> ziIE<`9Eb^O%zmjb<9oi1TmoUzaByrOPUhAKpRXKe5JmRAMTgjL5qSUMV@C&E(d#47 z&t1XFl9JZn$a53Vl1|;T;dquHh$393DL{k+9g$v)l8{q;a8P1@BudC|4Jn^ghY(Pd zP@@wkbBIl@Fc%{B2!@2hl^IB6TxblD)3prO=+M&j-3i3uNUJ0V)(e2u3E-SQrHUYaNZ?%N8m(|T*-LRpdW*tt5(cyEf=E`? zySw(eh5TfLcYv#^OL(4-?RJZ&$48u99dAB`#I{42tbC%JpVK>D3~e_C7#^W)MZ4<8i?(*$LqoQP+4U$r;vZsI!tAj|{3V zqRG(0a?a|?8X^}MK^U%)%mp8ljTZ-dY+k^C&_Umf^h*vz&wp@K1uyP`+9umEwzC~6 zJ#F}Zo#^MTeqdOkbXK~T190Am#JH5JPGo4r52urTJJy>76#$)1SJkCeKdXR;JA~}f g1CG4sL6@uK9~;&ua&8qQ!vFvP07*qoM6N<$f~!8*m)4fZ z^es=^eVf1I)U~T^5<*%W!7cw7Y~;(mt{3f{BQC`B^beztW&I2%_A3Hn&Q6?(4DlS2 z2i7e7B3Si&>vn}_J>_u||1vUkSf1XMpsAzj`}zGH!3FE`zpRg2wn+0ZDSO658~ zm4e#**&TlC#)sYtwaK=~?zq(?G3gr9`#o2h%$q00I4()y6$bi&!PC{xWt~$(69Ar_ BU5Eex literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_andesite_north.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_andesite_north.png new file mode 100644 index 0000000000000000000000000000000000000000..b50f7b84e33d7d324cff30bf3d4a486790802a7b GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Gdx`!Ln2z= zp3@dOtRT|*@Gx7G{)E`8Atn5xp?7^93$48s_rsomUd2BTW3=C_}JdCwAGu@hZKP&Y? zb904F{OmU>CHD`n;EwrmD0(*kO?`h^hKlTsHO~$&Ox=9uy-ob2gmVT0V3exT&6&9e7De_qeW k(4qfxgRPSb7<};-_q}4zQWm}48t4iJPgg&ebxsLQ0K4@{i2wiq literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_andesite_west.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_andesite_west.png new file mode 100644 index 0000000000000000000000000000000000000000..8561fc0f307c32b55f69a966c40d1cc7e0102c00 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}D?MEtLn2z= zPP67aWFX*jyknNkfwHP87bZ6^@tk-#@Irxh{fon_PN|%F57IfGG5t2#y;xS+ zhbyNnY_oo?+R3OPaOI7D2QzQudWO;ik>{5!urB?>6<|7%Nrqv6V?EDm<{G~F%e1#M zUH{(oGgAIR;r^LZ76)-mT9TaGu;}epPsI&}I%_#D?^$F0jv>x#qr@_qrDAoAtJL}g nLWTJj7|I+w-5+k0zW3hx5?2fP^ga`yqZvG1{an^LB{Ts5-}hU- literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_base.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_base.png new file mode 100644 index 0000000000000000000000000000000000000000..8735fd58498efc2868623fc382dc27efb002f69a GIT binary patch literal 768 zcmV+b1ONPqP)Px%x=BPqR9J!pZ%UTuuSfMAt-#%W;A8FS9XJ1XVZI-y%}N(oa+MRptp zK)0b4wt1X$en>@(5#P(Q<70TO4of0}7~?GkwYJlWh*&ECfcJ5Pi0pKDmCtU`_acJe z8E1HPA+_(3tx*!{5tN zqI|H+s09K}h^=vtUq?bu$|4^M95E1 zb>VT)X<6z!>OQv0NHIoCDHS0L6i-^!>yp&>m~;NW4Qs>0wvisgyklN12yZ^vl^n)l zc-UZ`aUBUul)r3SY1h_p(mI2uP=$Qi+Sb#H5e?$5~ z;-%4UOe+_x=S%~O<<-b|Mr-HV*;^h3V%?CSUPF=SHT6O_J*qM#S+NE)l zPL&116>L{^umXHiw>+*D7%E+(_l>0h=fO}jYJr`)&P@?}TttfT+CQr@2{i~tL3{c> yj@6w}tCLqcZ1*6s4+-t52G^<+QfnmZTKNZ`I)K^FK+HS<0000Px%l}SWFR9Jki9Wn=8ALgxkm&dnKBUAUCZ zajNmAKBWPG;`li#s5zaYC)u%?HqGTQNg?DkF^_5oNwPH44_wK%issxF8K>o9cQ3q~ z6W0xdk6Ue7I|f3LEEl_hkd_hGUN^brV&|N$(i{K=?a8wN01u+Eu0#@NUN)$aB+k6- zG?xR~t|ZP2&$i3Z?GrtxZ@uV6crWcOwJgz=hJqz70IkBc3~(n>ARNp%HJ8IbDAwMZ z8{+@FKuE!b`kw}FzXwk+)^3sQ-rfht~k`@Zjuhk%Bc2PDgIoUQgI=_5gCXyzrDx!3@ev;!NKMq&oQe{^JIX z)#I4&Wko1ZTHu3yfI82A{PN(n?MhU2;f+_ia1QE7fN;+9xelRr z(Ue~`|C?^QtBiQ&XpYx3}h&e{zjlOe*w_hP3MWi9b^Ci N002ovPDHLkV1nDUTk`+_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_chromite_east.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_chromite_east.png new file mode 100644 index 0000000000000000000000000000000000000000..fb558807f60847c3a9baba133cbeb9e779135142 GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}$30yfLn2z= zPT$CN$UvZNznr_`-6(e1*TNq64}6b5V*cXAqCBy#0Cvw6etOUJU-*i1+&TVq{}cY% zSM!`C#P+yxCN9hgbP{>r>i;}>qVR!Ps}`@cYP!yF)B54z8_WiG)+@YdSk1LOp#Nbv zhiI(9QU=BxiRzgQ^BIx^qkKY=d>HJl+rAx~XMf;3&Ku5jza&`2 zIITeRwC%#<%PrhkPO&B}%(?7TC{wpn_L7s5Q)=O~0>Q`+QLi|^{%0z+VTk;fCRV3= R_AJm#44$rjF6*2UngCQXXjA|I literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_chromite_north.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_chromite_north.png new file mode 100644 index 0000000000000000000000000000000000000000..a30f5bc79bcc3fcc913e35e2434caea59182c4c2 GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}^E_P~Ln2z= zo;Tz_q#(fhz}?BGz*+2$%$?5v2mj~qvfePGrI&n-g8={+JBm@nUu6xx9Gku z-`x4$91JH^`Ch-?%QIcW$*o5_>>p2Cm*3oR_uH0= a|13{Tz3W%!=1c>+l)=;0&t;ucLK6T0GGHA5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_chromite_south.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_chromite_south.png new file mode 100644 index 0000000000000000000000000000000000000000..3af17dcb63d3981921f6627464d264cb4e653b94 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}6`n4RArY-_ zFBoz)C`hm-uyU4Mo^~ux;NE|cdkZeQ%CrjPaJcGbu6$ej;M3=S%RM~PXKp_-Q>7;A zw2q85=S6eN*F0w{RlgX72RoTdzUE1-U7`2PC+_IQ=|2_be`0-l@x1lY;w$C9d#_(e j(4W8FiV<|{Ln2z= zPTk0L$UwxkU#O+T+d86fAeznIOtBCX!>1h0p+0&~LK13~u~9llF5wY(^0P^=2bam=fa?S0Dl>F({j voDBy4R?L>0bSE(Var#q!O~`9A#{}~UdS<^SqgTe~DWM4f@lan# literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_east.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_east.png new file mode 100644 index 0000000000000000000000000000000000000000..1a9431c2984c248cb9661d9fbfa60757c8f037ae GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}(>+}rLn2z= zPF3V%aui^h&6!!uwELAu#9>Jxk^l8vufpE47N+rPJmB1#^qV_NhG_~+I z+Ogy=S==W!U&QYW1mYFC$Me8d@wrQg$#o@`k-b zWBtL`KeoPCi7z}a8GB^I+RG+^fB4E6)+ck_>1FuW_47e^!QAJCtj-O*wXE`U1vFV@ T*5?`moyg$n>gTe~DWM4fGY3M%A^U~q{;JcwKV71H=j**q{yYE5-!6L{x6e{%weAb2h7JaX5Yggur)`&> zYCCmD?2P5%&IcDv0Px%!AV3xR9J-4WgqtBFadR z0wan*%tbDe6hTLkn`QiYW_>F~v3Fpd?EXgS^^ z@76w+*Rq56Z(lt$Ro&V&y}3#{Bx~#2JIte*5HUNOx z^(^kQ(9i~Do{Wk+KB;kfTPh$Je0h2u`v!5z=Z=EY8H|? zFB)sj(qrk*%L2h#(7cd&ie^z4Uv}xvdI_#kWI!oA5JaOoe!tD&T|@>^WhYK*<>7l zvi4{F^O6D!QjbXJIRSVi<$SqFl2e`o6GlVD#l$Nx+K}F_>xGbx189*jFN=;cIdazE z+*(zYQR6^^SLO6PE7r$IMo?)P2A(Ga~Gapb{%#stWcE z3tGLV2iqA60h!f|3`fTXtbY!sscLLjn}}>I#a_-}kjHYu%QruB8UY|^Z@jauov<2? zzFU!rCulTP-R=iip%tOktZ0L}yW&%$<-~5-t~R*;eIHw^RG(+@gVED9fD4zEnhOG} zjeC#lO-W4BEg`YCap*Tmjz&mLTXjrO>gep`}xkG*}AYR4uDM za0`|~#kwzor$AWF9~7x{>34>jZOHR*yV{ufo8DYSs5mmYRPcBlrJ>c1iQ}wChUhTc z@>D;_(XVgs@b$+pymz@Rg-ztp=sd4}Y^u+@5#*X&b9h@MO=fui^WR z@5uXUGb_B3WYBnZiP_*R;}x+Kv;7XN8;lpMPnfuVDSH}Y!aB$NLqB%eue>&uO~7oo n?#h!=4fSnhY}4{ryk>TAGkx@UkIO=!qZvG1{an^LB{Ts52^d@1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_sand_north.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_sand_north.png new file mode 100644 index 0000000000000000000000000000000000000000..83b56245fc9f4dd0589a46ca2f2ea7780b5d1e89 GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}^E_P~Ln2y} z6C_v{Cy4Yk1sZU<9n?T@*dz=dO}=Bk^@F|9|KGFu3(S^xFf<33*~k4o@$A5tMX!@n z5)u+_+?w&@|K-KodEUqGPY3c71Vltr9!wTadmtj{uuddfWm;Ldm1sTpj Pmoj*|`njxgN@xNAR{C0# literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_sand_south.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_sand_south.png new file mode 100644 index 0000000000000000000000000000000000000000..21e6b3a9706c9bbd52a0f6b79a6ecf98fde433f6 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}b39!fLn2z= zUeFb43J_^~_}z_Lxj9Vd-2vH%$gWP&4J^VlOCus0owr5g^jR2)DJ?r3AI~F1k`_Ik-TVs VoOL_2sByTySY&Z%QDLUkgiQzC5AEOeZr{JZ zyX!ZkTV!7f^nJ7->&+U^i|i>}F7h+l=DRVb`$lE2WM9NTC#3g&zxdUqmjpCkP0B83 z|0>2H#Ts#};ZlohY!>IA$rBQVBNgmjiug~sPuQ6M#QK2Pqlh}r)c*&b-!!gsmu-A@ mttf7ukmQr>8J7hT*!I4)USRWkl89ZJ6T-G@yGywovY+hLa literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_snow.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_snow.png new file mode 100644 index 0000000000000000000000000000000000000000..9dddb9aee4390be068311cdf2fbef08b4d5e79e2 GIT binary patch literal 544 zcmV+*0^j|KP)Px$+DSw~R9JD_#&*3J{nv7Y zIl-n6fc^~Mo7Hk;Y;8T5n{pi6bAj{$gw#^v=Gcx%!dwl0e*dy_3;^s;7i`yyL1ZE2 z&9NOANHu^ci!_^bJVuo&!th^Pq*`oN%RW1UBHXN&?EcQ}JkDz6yziQ0dzY1htQO=b zI_F`6a|p*o3&|!f?xpkf(BEZBkl)cXpJSrcS{UzQD%2IkDT3l8l;Pj<26!q zK~b_L)OpHwPy><}m1+dnSxLOT4$wwHA}j?BhBmsBj^Qn;No`e^5#7U__NTx;OiGO~ zv3uea(&S`wN^lam6IVI!JE>`$135lJUoTVc_S8cpr3ZaS#1)z3fE$y7=9G|fncQ11 im%>0w-sIPxpA##pte&mS&0000%o9G5q6ELLz!Xzu7^>+(o!aXz&Fz}zR>*QVahZ{&22 z?w-PtHZke>4-Sn2PCF){b^av>bh@T+Oxhx=e(>B!p+~Aq4!9neKe7CQ@$`auzq$k- zczYb`KCpj#!W*eD2cg|6wAgWgIe3cW-{occsXzxYc)I$ztaD0e0sxF0 BOa%Y{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_snow_north.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_snow_north.png new file mode 100644 index 0000000000000000000000000000000000000000..ce35be2d5b1fc1931463207155ec6845295f77a4 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Q#@T9Ln2z= zp4-UVY#`A3aK1>%MDAZX45!%E98mH(tQ6PCJ7F_pEtkvmV=HrH#g_Pd-S_H=^?hpr zK`_{9@KfOb#Ny43nkAnU?c~4Dcfav-^}op2RXGX=Hoar`l6!btZN#;?g)df}Y`5UM zo4D`I%>`GsZ=LJ8`;+s1voq_zKeVboa?|N|+H=M^t3Tf_>Mt%m_lxPu%v_Cce;;fI Px{txr)z4*}Q$iB}?ON|-TJ0zU9G=bdzW41 zOmW>_Mg@!R%w3DF$?i0E&9zw;QJ4DOX+o!nb~Vit2vDbLn&Qe{Zb5_WP-hAQ)V{U&HX_N15z8F%FOe O89ZJ6T-G@yGywp%e_0j) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_snow_west.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_snow_west.png new file mode 100644 index 0000000000000000000000000000000000000000..2ce8ebfff699f9b6a409dff89d0ca9c64de984bb GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}^E_P~Ln2z= zPCF>*U?Ac$y?OS@gR$&Ad|MU>Ud?dPbmO!#*tzpaqX2Kk%tYxMXYc==t=}kd?53(p zW$-hRzq(BG8I%r8mY%Gs%HnZpOT^mOZWrY{l$d9*TID*hw8(zg#X7GhYR#=x53U7F z+Q9QAw$@gLSCMZIyGS$ZkMx#s!>+_Rcg>9#+;3vo!TN$_!(tIz4<|v9@6If8P9lL{ a4)Dc0M;JbKZSVoQl)=;0&t;ucLK6VoV^N3z literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_south.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_south.png new file mode 100644 index 0000000000000000000000000000000000000000..bc1307d368be6838895661ead12f8b217a90d980 GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}>pWc?Ln2z= zURcQ2Y#?y#WBplG?j%o92^Q1fJ^!P1922b?8AEq3Y3nTXcHZ@t^@BWf&sEo8@-kKA+{- qd1Cw1=P_sZM<(|e9+LnP&sfFEy(*rUOrH&OIfJLGpUXO@geCxk0%8XM literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall.png new file mode 100644 index 0000000000000000000000000000000000000000..4e9148f3420c69b95753f11daeb97a24a28deb64 GIT binary patch literal 912 zcmV;B18@9^P)Px&N=ZaPR9J0^OIJj}v z!*t%Rz2ySERnB?E2i*`tz~gRL->uUz#%j-w7$ZUmn5U_d{l_p2zfPwU#*}bApYd@# z;;R(gwJknBKk@Va9stm`E!wul0^rZv8x{bk(+Tr5;e0;hs}wAkbqrew0e6>u91DQ= z_xHNK(fHbUb$x$DEK67pMUZ=RPVJJo^E7>D0S{I!P*(GqgT}p>DmgU`mE^jn(fHWG z!MAl5P6#2b3)d%QSc5AyUQ#<&(D zk0_8d(_R4^^}{=yS*7n?-y`RY#)^tMq2=`TaHx>mGP~snMAR&b3`yg4J%m^5KcDFY zB+ti`R;2TK2py`L4dI0m3@^r77p&td+up&R*p*VgTQZ7;t^b}pdxxuo8fy zZT-Ozz-h_xpP0rN@%!cF>SoqKZ9c3W0N*6kDyW-0K~Vw{5nGxS6}7FY%CI+E|8Pi5 zh0SZRAY`@KphUEY)~;B+*MB@+-&X~MWQwXE|B$fD{tI~fv%3jz20000E%=B4NxxikBf5~&3 z&ok7D&b8SwJD4vDRjQ#* mc-EsY`xkOGR0uNvVUV7mI{ESLAJ2h~X7F_Nb6Mw<&;$VC)mw-F literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall_north.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall_north.png new file mode 100644 index 0000000000000000000000000000000000000000..13953e61992c9113e1f52f4a484fbcf250ba3e6e GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}?Vc`$Pd^b}~Us38#1RR-XB6xTIy~*2JYE_kR1W6=nGU+ID@Z zt?tX`vu|qhU*8bVP!M}he&f?WTmMXF{{4r!CoHVs(of&JKqoPHy85}Sb4q9e0QTBe A3;+NC literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall_south.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall_south.png new file mode 100644 index 0000000000000000000000000000000000000000..48040665cd3514247be9c2f8c0e72a91b7955bc9 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}U7jwEArY-_ z&l~a`R^VxUIRBuw3zxgXcl&_imXM}3l9x_~&03hXT<`tu19iuiEZthXZffSNg1zP6 z3?I$$?yP!0_xZNMvlajM^8c_%mv7#(rEHeu&M6!+#}6jQ3Lm(1i!&jOA@K9>o!3s> z`F-Zi+WXl%r<_o^e~z8$;}7$?vpFVdQ&MBb@ E0Ac@IQvd(} literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall_west.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_wall_west.png new file mode 100644 index 0000000000000000000000000000000000000000..eb052b5c5b97e0ae24ac3583ec345b377b2b3db6 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}D?D8sLn2z= zPBY{?WFWx8-g5hgO3>tIF)jb=HLf@oWvn-t%4&Z@WFP;VQ}^at3-}f0i%M*VSezr88eSLcySstUy%4Qf3}l}Qbn%xCLV?_JSU<8?nuAlx$`_S{O~=NNM8BV zOt17ONOo{!tzGbl;lOhXhApN(nk%2wt1Z!2c+Rj&fRArZ7xSiAh7b43Z97!hcKy)w l+f+D>pYKGr#@t8u_GOt{+&v?Fk00n}22WQ%mvv4FO#qG>T4n$M literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_west.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_west.png new file mode 100644 index 0000000000000000000000000000000000000000..80483a3cc988ebedee05a90c5f85f83cfe2c2381 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}+dW+zLn2zA zPP64YY{26d?=4tzW|?MVMyA;Mo&Q~ps<~x1RRm6#Dr%~0{KZuD;`cuPSo>d<5-KQ|NOST4O}r=2YSYkN{O8D`uOp31KF z{Y#<)Q-PhEMzY4+M!OiX!~YbYa=EI!Wo+ONj5O_!DK97hdV#^y)z4*}Q$iB}rIuV| literal 0 HcmV?d00001 From 6d0513e297d716f7ffbd00a9acd9e6445099f1b4 Mon Sep 17 00:00:00 2001 From: Stxcking <217132821+Stxcking@users.noreply.github.com> Date: Sat, 2 May 2026 01:42:47 -0400 Subject: [PATCH 3/3] asteroid, why not --- .../Entities/Structures/Walls/asteroid.yml | 19 ++++++++++++++++++ .../Walls/compacted_rocks.rsi/meta.json | 15 ++++++++++++++ .../compacted_rocks.rsi/rock_asteroid.png | Bin 0 -> 698 bytes .../rock_asteroid_east.png | Bin 0 -> 194 bytes .../rock_asteroid_north.png | Bin 0 -> 220 bytes .../rock_asteroid_south.png | Bin 0 -> 197 bytes .../rock_asteroid_west.png | Bin 0 -> 228 bytes 7 files changed, 34 insertions(+) create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_east.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_north.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_south.png create mode 100644 Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_west.png diff --git a/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml index 9eef5e1e26..4abc5d15b7 100644 --- a/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Walls/asteroid.yml @@ -378,3 +378,22 @@ state: rock_snow_north - map: [ "enum.EdgeLayer.West" ] state: rock_snow_west + +- type: entity + id: WallRockAsteroidUnmineable + parent: WallRockUnmineable + name: compacted asteroid + components: + - type: Icon + state: rock_asteroid + - type: Sprite + layers: + - state: rock_asteroid + - map: [ "enum.EdgeLayer.South" ] + state: rock_asteroid_south + - map: [ "enum.EdgeLayer.East" ] + state: rock_asteroid_east + - map: [ "enum.EdgeLayer.North" ] + state: rock_asteroid_north + - map: [ "enum.EdgeLayer.West" ] + state: rock_asteroid_west diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/meta.json b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/meta.json index 0dd18657f3..af9515017d 100644 --- a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/meta.json +++ b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/meta.json @@ -96,6 +96,21 @@ }, { "name": "rock_wall_north" + }, + { + "name": "rock_asteroid" + }, + { + "name": "rock_asteroid_east" + }, + { + "name": "rock_asteroid_west" + }, + { + "name": "rock_asteroid_south" + }, + { + "name": "rock_asteroid_north" } ] } diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid.png new file mode 100644 index 0000000000000000000000000000000000000000..bc4949d4ae3065f35c33899688c416566b1f9147 GIT binary patch literal 698 zcmV;r0!96aP)Px%bV)=(R9J%N@Y#24+lH=f)w{-fJm(qraWv(n9S5M=c;h`n2&Z$>@tkLb z5b&I5bbWu)L3T(c6Of1WpDQ8Z#{0vwocu5h*tQKJ1WePUl8`bE%(YVSvMeVh^sJ?r zNZiK}@7GIxj>7@StT{7s`LZkr0V@Z%%rFe*y-GkD2XnP_ITH(EL9Z|V?+o6?{%#*$iZ!V_8pENXl0@*ZQD~WSTa13Wk_$g z8=TC32$x%mWg<$?Q5mO{vdej15jm$NU`cTe$jCHJ2q7S)r0Q$DhtmwmWaNr#Ksu=> zl*-ca12Q~Klltc5LajMjM22Bdb&;1c0Vyf*fKK@NddJ`z`zAZ4x^6z>O4URuVwzBd(X^TMhm2ydSVKq*7&{iXKH ziBm$?^pLy{a7bY?PGkEDB(E(wCj#$vRYx&L*S2W9&%cECx|(BI+y69=IBU6((Ab9% z5MxvuQ_Va9?*lNF3{4?{med%dxhIx3?n57ti-I&{fk<3!K`<8G+y~yTSM}s8jqeh) zHm;VTWUCo0#nnnqjjT%Gv+qbL<=B>bzt#mQFEnBjPCKNDXzl-{H`3NMes?19csvdV zpMA%D9P=XaKO0fau9ykPuNR8%eH_h2qUH=0{U8sctE{$a9AdIbSRXt5zbk#~X>Xw! g(Y`IM7m&7o0bI$}A7jlSbpQYW07*qoM6N<$f>}^H@Bjb+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_east.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_east.png new file mode 100644 index 0000000000000000000000000000000000000000..793fb171f1bb863bb1a070ed29c5fd7ec0e92622 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}HJ&bxArY-_ zr*7muV8Fp*pO^9CZUxV``3I6KI9Dy%@T8|e?+5EU6}bSHJxrI6Nhqn#ni=?Jt`sAy z-9dMUL#3|lXMC2pOkT28?BKnXLXT9J9B^MSFR=8%EN_eFH5`olT2%gUEQo&aPNbUq s%e_cO&o@$OY6t(ahLkh#>3v|ds?zzn;D^8#pgR~mUHx3vIVCg!0IlOlj{pDw literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_north.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_north.png new file mode 100644 index 0000000000000000000000000000000000000000..6eefd0dc80258f64a18032cb29e6acbda9a4fa24 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}(>z@qLn2z= zp5MrOM1hC(!u((r^B#xeT=oAsBO1>sFY$b8qFA)(^wjXb;gJcynH7}4;8Rn|ALZwh znbS2+uGspo#^qi8?*C!-Yb`&BFeIc|oL}^P--MofzbE~^`mdKI;Vst0Fr22H2?qr literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_south.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_south.png new file mode 100644 index 0000000000000000000000000000000000000000..651a25441a04c4374177a669497e4438dbfe1ad7 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}^`0({ArY-_ zFKpyIV!+e-Fx}#V(5pR7-{w1L@AxdVs^;k277o58USIc}I<#NZBls#WgHqEy>pQa9 zx;=)UWEOG0<72ql;c;&3++rt}O{;g?r(OH^yR7%saev?3*R?Y@_uf1+Yt_3OvG@KS sxxZtc|Jl2Lx7wEa-xCr9gT2qV3tD4Rryq7!0Xl`j)78&qol`;+0PU+$-2eap literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_west.png b/Resources/Textures/_DV/Structures/Walls/compacted_rocks.rsi/rock_asteroid_west.png new file mode 100644 index 0000000000000000000000000000000000000000..3e69509c9deb08f54b2a881dc3df2cc0630aa601 GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}^E_P~Ln2z= zPTMGWSV4fre_Oi82~Um3zt=Yy?PHnbf1vSbM3%#9hwBIA>W??GoI3N&?NIhwk$?G2 z^BIy74hDNw39_l2yeldw@^5)`2}8F-HBUa%9zXkIJL;IY-@VgX`l5Ji