From c73c262f85a14cd19bf6bb2e16876761f401f61e Mon Sep 17 00:00:00 2001 From: rosieposie <52761126+rosieposieeee@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:09:07 -0500 Subject: [PATCH 1/6] initial commit --- .../Entities/Structures/Walls/railing.yml | 192 ++++++++++++++++++ .../Walls/railing.rsi/corner_grey.png | Bin 0 -> 594 bytes .../Walls/railing.rsi/corner_small_grey.png | Bin 0 -> 434 bytes .../Walls/railing.rsi/corner_small_wood.png | Bin 0 -> 461 bytes .../Walls/railing.rsi/corner_wood.png | Bin 0 -> 624 bytes .../Structures/Walls/railing.rsi/meta.json | 34 +++- .../Walls/railing.rsi/round_grey.png | Bin 0 -> 643 bytes .../Walls/railing.rsi/round_wood.png | Bin 0 -> 650 bytes .../Walls/railing.rsi/side_grey.png | Bin 0 -> 477 bytes .../Walls/railing.rsi/side_wood.png | Bin 0 -> 502 bytes 10 files changed, 225 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_grey.png create mode 100644 Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_small_grey.png create mode 100644 Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_small_wood.png create mode 100644 Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_wood.png create mode 100644 Resources/Textures/DeltaV/Structures/Walls/railing.rsi/round_grey.png create mode 100644 Resources/Textures/DeltaV/Structures/Walls/railing.rsi/round_wood.png create mode 100644 Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side_grey.png create mode 100644 Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side_wood.png diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml index 9cb9f1ab6d6..66db11825db 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml @@ -37,3 +37,195 @@ sprite: DeltaV/Structures/Walls/railing.rsi - type: Icon sprite: DeltaV/Structures/Walls/railing.rsi + +- type: entity + parent: Railing + id: RailingDeltaVGrey + suffix: Modern + components: + - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi + state: side_grey + - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi + state: side_grey + +- type: entity + parent: RailingCorner + id: RailingCornerDeltaVGrey + suffix: Modern + components: + - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi + state: corner_grey + - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi + state: corner_grey + +- type: entity + parent: RailingCornerSmall + id: RailingCornerSmallDeltaVGrey + suffix: Modern + components: + - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi + state: corner_small_grey + - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi + state: corner_small_grey + +- type: entity + parent: RailingRound + id: RailingRoundDeltaVGrey + suffix: Modern + components: + - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi + state: round_grey + - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi + state: round_grey + +- type: entity + parent: Railing + id: RailingDeltaVWood + suffix: Modern + components: + - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi + state: side_wood + - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi + state: side_wood + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - trigger: + !type:DamageTrigger + damage: 20 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + params: + volume: -6 + - !type:SpawnEntitiesBehavior + spawn: + MaterialWoodPlank1: + min: 0 + max: 1 + - !type:DoActsBehavior + acts: [ "Destruction" ] + +- type: entity + parent: RailingCorner + id: RailingCornerDeltaVWood + suffix: Modern + components: + - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi + state: corner_wood + - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi + state: corner_wood + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - trigger: + !type:DamageTrigger + damage: 20 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + params: + volume: -6 + - !type:SpawnEntitiesBehavior + spawn: + MaterialWoodPlank1: + min: 0 + max: 1 + - !type:DoActsBehavior + acts: [ "Destruction" ] + +- type: entity + parent: RailingCornerSmall + id: RailingCornerSmallDeltaVWood + suffix: Modern + components: + - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi + state: corner_small_wood + - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi + state: corner_small_wood + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - trigger: + !type:DamageTrigger + damage: 20 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + params: + volume: -6 + - !type:SpawnEntitiesBehavior + spawn: + MaterialWoodPlank1: + min: 0 + max: 1 + - !type:DoActsBehavior + acts: [ "Destruction" ] + +- type: entity + parent: RailingRound + id: RailingRoundDeltaVWood + suffix: Modern + components: + - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi + state: round_wood + - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi + state: round_wood + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - trigger: + !type:DamageTrigger + damage: 20 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + params: + volume: -6 + - !type:SpawnEntitiesBehavior + spawn: + MaterialWoodPlank1: + min: 0 + max: 1 + - !type:DoActsBehavior + acts: [ "Destruction" ] diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_grey.png b/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_grey.png new file mode 100644 index 0000000000000000000000000000000000000000..9c0a1e6d354093bf5a9e9d1e53438a13ecc6fa8f GIT binary patch literal 594 zcmV-Y0A4FCWD8+1ijbW?9;ba!ELWdK8EY;$>YAX9X8WNB|8RBvx=!KdMT0005q zNkl&%F0wQ5411$;z^%)ez#GL&g+P*R>zN?0UV%cDqGcmPx?k z1vE`Vt0AQ8I(q>C(6%jxVW8Eq+wCr6IRRmDv3P!Z0RX(cziJ9NolaS-8j7Ou@&aP> zaQ_GZI2`wy0>%PYtGhp$_k8}ij1R}XzJS=s3y7To@&aNbFCb+=WaI@Ekf&doIIqrdoO0V#UM7KDQ1fXqO zS`8sG?eZfQ{Rt8REc+AW1hD%PBm`LAOvwpg-%ZL1U?44keKjX1fPu7tlmP^!1uQ-T g{WyW#s2_NdN!<07*qoM6N<$g4~1m00000 literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_small_grey.png b/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_small_grey.png new file mode 100644 index 0000000000000000000000000000000000000000..d45f665841ceab7eab3c52b5da25b3a182768491 GIT binary patch literal 434 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9EAuR)mchE_B$P*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%oqLP>?>Koxz9sGE;|PRcL6!-%Kal184T+M!%C)U|{5M06UBUL@O}=U|U&yQlo0} SCTn1LGkCiCxvXGIg1`?T~3y5jg(n zP^a4lZ-xK%cMpkL%O5T%-u?X132Cv5l1nOH?Y9=5cj;B~J>{=6DnXewN{&*!r2BX)~SeyN-F$}L5_iH^^_*;pA zk;8$3DdO|CFmWb<1_l-f-UX2jwNh8UGn6s>l4D5WIPO>`bVFK7{XpWzhQDw9{TLpo zH!(;sHsrG~ZeU`NWHM!ND6{w#&Y|$-;HB4!mzQdayVqqpBA4FCWD8+1ijbW?9;ba!ELWdK8EY;$>YAX9X8WNB|8RBvx=!KdMT0005| zNklmc02$Mrbpo)Z{jz@pu(uiY$;Dzq4E`ok0fQ^3_l)6@=j z0RYwN9&YZR5l0nd&)6jMMJYf+z{ydK7K6=blK2+@0NqXlv)LOhj@zf{YAq+g4$c+l zVE_Pld@-5=9tP9ERSfNB-N*}Y&2eQL05DFMngX%_4|hKPWZ&2Kt<`#*F7*YtMqYsH z93U^iHSz+=9N-vv0n{AOibBIIN96?c;>h@@#(WB}KNn6wo}d>;##cEiA)pn7t0QrF zR;O&5&-C5}*wqn({C-jbTyLH)M*#r=_TK`7{C-jbvNgbY6$QiuFpw6&$N|y<7)T2! za{vKp0fo;2g%n^vUJ9Gg)`}6Cdm%~2W)BR!kzv&Bj5x{yCmOTNiV(2v7*B9WDjW_{i4sgguoPaV1 zIAkMEK;d(Mf&do%VamM_QJEFakeC(+N&)D08nhT}WX9z)e9R|E2=FA4FCWD8+1ijbW?9;ba!ELWdK8EY;$>YAX9X8WNB|8RBvx=!KdMT0006G zNkloU0hDhwNb=3~vuUY9H%3`-iiy1vYs&z7ORe81%du)VV-VYg8CcMoLw zU|9Y;{>yAO10bcubUGCQFdB`@e!mYuuh-+`|0&x$TU5`ql~M`-E&zwB4jdjGNcgtY%=G2}c6a{(aC>_r z;oDNv&lLbE^GbX9ehaucfa>P;^zQKcoR*(HYJ0e3lP}rR97cjQ0bIqWB04ZB^YT)A4u!D2mc@J`dRM z2UHKV8X{o3A5d?|s5V6A_2uC!fRxfla+Fg2eN`JGKbZ?i&LyDTkWsw~dx?Ph`>Ga0 z^Ja6<2JrS;iugmj7>fwdtOdN}fQW#|0TBT}RX65jAn_w3HF7^W~{ax$_So*t|3|acSmV1002ovPDHLkV1k^<6uJNa literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/round_wood.png b/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/round_wood.png new file mode 100644 index 0000000000000000000000000000000000000000..a8cc3fcb322621b587e8959c92e09639e002784b GIT binary patch literal 650 zcmV;50(Jd~P)A4FCWD8+1ijbW?9;ba!ELWdK8EY;$>YAX9X8WNB|8RBvx=!KdMT0006N zNklX-Ar9S z4iU7YFg-ck!C>$K07yn-oL_ZG0Gu7Q(#FOr0H9u9!^O=r;;07qj9bZQYyeaM*xhPS z*v-__Ya$N-0DONgIe&EkF7JC3)&MZ|xv2&~^)FQ9uMz;2DiZ|zHgsP z0D!%4y&3?hRGA2{96+SXM1bW0B2^{=#B%_p)C1s>0ni3OLTUiG1IPPK3g4WvnO+>g zLHO%;*Dq|@m9DIxDgadGPMuaW2V5M0yLr6~zbJfj%KE7S;C=(;Uq!PXDgkgvH2{tr zpc(*&R0FUaz#!EC7Cr|oBmn;q2Y^{;ILGrrI|@_D`8*)JA8;B+ld#~H>pqE&#|=On zrIPb`0P_0*?g3Xr1d!bi@EbC$4UwY0JTMI)8I32&kxKsivNlBKnF~w$TLfqrjY;}j1XvER k2(TPr0Q>{e`vKhkKZkP567K|F>;M1&07*qoM6N<$f=ql29smFU literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side_grey.png b/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side_grey.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe6193e943b8f6ec7265284cc806dca0ecc243a GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9EAuR)mchE_B$P*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%h|3%)`lx(cW`=eylm8Z(Kw++OXh~AUye}M1g!&tXKotHsb2eMe>krsXw##G zJ9qNm+_i3lPfww4*P$iVv(!?qF@%P4KKQ^;8aum$|8N4oK=Pe>hs!2Y&h2~ueJgjv z^X1|U2X6n?UTXZdn0^RA?9ft@PGI zp$5V03_Z37Oc|8dF>YZOcqG-ZkG(~}r(N*DbJ>N=Q&KazHYnyKGAx;Ymho8Oo|mlg z-eJ?0zO=~V6L2z+bn?;g?e#yb4~!ZHPgg&e IbxsLQ0F7C+Gynhq literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side_wood.png b/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side_wood.png new file mode 100644 index 0000000000000000000000000000000000000000..a405a99cd199f7b84f17f0ce5492b8cec8113e8e GIT binary patch literal 502 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9EAuR)mchE_B$P*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%_72bykO7#V5{@_$3Ji7ZfMqFV91+id41Bioy@;fSfj>+cO=OiSW791kpJcqY8?zWM*~85$uC zUqUOk?{3_@nw{am$%lH&E}Jv_NoQdaXkcJD@Ja|sDljl|I503VKxvSK0s{kB0Z3>8 fFN0ise?9Xf#*qKE`HS`g Date: Fri, 6 Dec 2024 16:26:44 -0500 Subject: [PATCH 2/6] double parent --- .../Entities/Structures/Walls/railing.yml | 114 +++--------------- 1 file changed, 20 insertions(+), 94 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml index 66db11825db..bbd2e12c4a7 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml @@ -41,7 +41,7 @@ - type: entity parent: Railing id: RailingDeltaVGrey - suffix: Modern + suffix: Modern, Grey components: - type: Sprite sprite: DeltaV/Structures/Walls/railing.rsi @@ -53,7 +53,7 @@ - type: entity parent: RailingCorner id: RailingCornerDeltaVGrey - suffix: Modern + suffix: Modern, Grey components: - type: Sprite sprite: DeltaV/Structures/Walls/railing.rsi @@ -65,7 +65,7 @@ - type: entity parent: RailingCornerSmall id: RailingCornerSmallDeltaVGrey - suffix: Modern + suffix: Modern, Grey components: - type: Sprite sprite: DeltaV/Structures/Walls/railing.rsi @@ -77,7 +77,7 @@ - type: entity parent: RailingRound id: RailingRoundDeltaVGrey - suffix: Modern + suffix: Modern, Grey components: - type: Sprite sprite: DeltaV/Structures/Walls/railing.rsi @@ -87,16 +87,11 @@ state: round_grey - type: entity - parent: Railing - id: RailingDeltaVWood - suffix: Modern + id: BaseRailingWood + suffix: Modern, Wood components: - type: Sprite sprite: DeltaV/Structures/Walls/railing.rsi - state: side_wood - - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi - state: side_wood - type: Destructible thresholds: - trigger: @@ -123,109 +118,40 @@ acts: [ "Destruction" ] - type: entity - parent: RailingCorner + parent: [BaseRailingWood, Railing] + id: RailingDeltaVWood + components: + - type: Sprite + state: side_wood + - type: Icon + state: side_wood + + +- type: entity + parent: [BaseRailingWood, RailingCorner] id: RailingCornerDeltaVWood - suffix: Modern components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi state: corner_wood - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi state: corner_wood - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 100 - behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] - - trigger: - !type:DamageTrigger - damage: 20 - behaviors: - - !type:PlaySoundBehavior - sound: - collection: WoodDestroy - params: - volume: -6 - - !type:SpawnEntitiesBehavior - spawn: - MaterialWoodPlank1: - min: 0 - max: 1 - - !type:DoActsBehavior - acts: [ "Destruction" ] - type: entity - parent: RailingCornerSmall + parent: [BaseRailingWood, RailingCornerSmall] id: RailingCornerSmallDeltaVWood suffix: Modern components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi state: corner_small_wood - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi state: corner_small_wood - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 100 - behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] - - trigger: - !type:DamageTrigger - damage: 20 - behaviors: - - !type:PlaySoundBehavior - sound: - collection: WoodDestroy - params: - volume: -6 - - !type:SpawnEntitiesBehavior - spawn: - MaterialWoodPlank1: - min: 0 - max: 1 - - !type:DoActsBehavior - acts: [ "Destruction" ] - type: entity - parent: RailingRound + parent: [BaseRailingWood, RailingRound] id: RailingRoundDeltaVWood suffix: Modern components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi state: round_wood - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi - state: round_wood - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 100 - behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] - - trigger: - !type:DamageTrigger - damage: 20 - behaviors: - - !type:PlaySoundBehavior - sound: - collection: WoodDestroy - params: - volume: -6 - - !type:SpawnEntitiesBehavior - spawn: - MaterialWoodPlank1: - min: 0 - max: 1 - - !type:DoActsBehavior - acts: [ "Destruction" ] + state: round_wood \ No newline at end of file From 2af917600c93d6e52522cbbf9f2b31c9796e0a82 Mon Sep 17 00:00:00 2001 From: rosieposie <52761126+rosieposieeee@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:32:21 -0500 Subject: [PATCH 3/6] will this work... --- .../Prototypes/DeltaV/Entities/Structures/Walls/railing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml index bbd2e12c4a7..941efaceb90 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml @@ -92,6 +92,8 @@ components: - type: Sprite sprite: DeltaV/Structures/Walls/railing.rsi + - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi - type: Destructible thresholds: - trigger: From 87f5c7aa5757879b45183b52173cdbe039b229b4 Mon Sep 17 00:00:00 2001 From: rosieposie <52761126+rosieposieeee@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:36:18 -0500 Subject: [PATCH 4/6] fine. --- .../DeltaV/Entities/Structures/Walls/railing.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml index 941efaceb90..06c84f96fd7 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml @@ -90,10 +90,6 @@ id: BaseRailingWood suffix: Modern, Wood components: - - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi - - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi - type: Destructible thresholds: - trigger: @@ -124,8 +120,10 @@ id: RailingDeltaVWood components: - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi state: side_wood - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi state: side_wood @@ -134,8 +132,10 @@ id: RailingCornerDeltaVWood components: - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi state: corner_wood - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi state: corner_wood - type: entity @@ -144,8 +144,10 @@ suffix: Modern components: - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi state: corner_small_wood - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi state: corner_small_wood - type: entity @@ -154,6 +156,8 @@ suffix: Modern components: - type: Sprite + sprite: DeltaV/Structures/Walls/railing.rsi state: round_wood - type: Icon + sprite: DeltaV/Structures/Walls/railing.rsi state: round_wood \ No newline at end of file From 5f8aae5bd895c4fb62215ee98e315e468905ad22 Mon Sep 17 00:00:00 2001 From: rosieposie <52761126+rosieposieeee@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:46:17 -0500 Subject: [PATCH 5/6] abstract & suffix & newline --- .../Prototypes/DeltaV/Entities/Structures/Walls/railing.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml index 06c84f96fd7..2bb5e7ca7d8 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml @@ -89,6 +89,7 @@ - type: entity id: BaseRailingWood suffix: Modern, Wood + abstract: true components: - type: Destructible thresholds: @@ -141,7 +142,6 @@ - type: entity parent: [BaseRailingWood, RailingCornerSmall] id: RailingCornerSmallDeltaVWood - suffix: Modern components: - type: Sprite sprite: DeltaV/Structures/Walls/railing.rsi @@ -153,11 +153,10 @@ - type: entity parent: [BaseRailingWood, RailingRound] id: RailingRoundDeltaVWood - suffix: Modern components: - type: Sprite sprite: DeltaV/Structures/Walls/railing.rsi state: round_wood - type: Icon sprite: DeltaV/Structures/Walls/railing.rsi - state: round_wood \ No newline at end of file + state: round_wood From a858f40edb67a58a498db98c05d4a32f28cc8e11 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:36:31 +0000 Subject: [PATCH 6/6] :trollface: Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> --- .../Prototypes/DeltaV/Entities/Structures/Walls/railing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml index 2bb5e7ca7d8..9b5437c8686 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml @@ -87,9 +87,9 @@ state: round_grey - type: entity + abstract: true id: BaseRailingWood suffix: Modern, Wood - abstract: true components: - type: Destructible thresholds: