Made reinforced walls and airlocks unabled to eb destroyed by the RCD (#4185)
Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
name: airlock
|
name: airlock
|
||||||
description: It opens, it closes, and maybe crushes you.
|
description: It opens, it closes, and maybe crushes you.
|
||||||
components:
|
components:
|
||||||
- type: RCDDeconstructWhitelist
|
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
@@ -83,7 +82,6 @@
|
|||||||
description: It opens, it closes, and maybe crushes you.
|
description: It opens, it closes, and maybe crushes you.
|
||||||
components:
|
components:
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: RCDDeconstructWhitelist
|
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
snap:
|
snap:
|
||||||
- Wall
|
- Wall
|
||||||
components:
|
components:
|
||||||
- type: RCDDeconstructWhitelist
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Wall
|
- Wall
|
||||||
@@ -45,6 +44,7 @@
|
|||||||
id: WallBrick
|
id: WallBrick
|
||||||
name: brick wall
|
name: brick wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/brick.rsi
|
sprite: Constructible/Structures/Walls/brick.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -71,6 +71,7 @@
|
|||||||
id: WallClock
|
id: WallClock
|
||||||
name: clock wall
|
name: clock wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/clock.rsi
|
sprite: Constructible/Structures/Walls/clock.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -97,6 +98,7 @@
|
|||||||
id: WallClown
|
id: WallClown
|
||||||
name: clown wall
|
name: clown wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/clown.rsi
|
sprite: Constructible/Structures/Walls/clown.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -124,6 +126,7 @@
|
|||||||
id: WallCult
|
id: WallCult
|
||||||
name: cult wall
|
name: cult wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/cult.rsi
|
sprite: Constructible/Structures/Walls/cult.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -150,6 +153,7 @@
|
|||||||
id: WallDebug
|
id: WallDebug
|
||||||
name: debug wall
|
name: debug wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/debug.rsi
|
sprite: Constructible/Structures/Walls/debug.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -176,6 +180,7 @@
|
|||||||
id: WallDiamond
|
id: WallDiamond
|
||||||
name: diamond wall
|
name: diamond wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/diamond.rsi
|
sprite: Constructible/Structures/Walls/diamond.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -202,6 +207,7 @@
|
|||||||
id: WallGold
|
id: WallGold
|
||||||
name: gold wall
|
name: gold wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/gold.rsi
|
sprite: Constructible/Structures/Walls/gold.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -228,6 +234,7 @@
|
|||||||
id: WallIce
|
id: WallIce
|
||||||
name: ice wall
|
name: ice wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/ice.rsi
|
sprite: Constructible/Structures/Walls/ice.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -254,6 +261,7 @@
|
|||||||
id: WallMetal
|
id: WallMetal
|
||||||
name: metal wall
|
name: metal wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/metal.rsi
|
sprite: Constructible/Structures/Walls/metal.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -280,6 +288,7 @@
|
|||||||
id: WallPlasma
|
id: WallPlasma
|
||||||
name: plasma wall
|
name: plasma wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/plasma.rsi
|
sprite: Constructible/Structures/Walls/plasma.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -306,6 +315,7 @@
|
|||||||
id: WallPlastic
|
id: WallPlastic
|
||||||
name: plastic wall
|
name: plastic wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/plastic.rsi
|
sprite: Constructible/Structures/Walls/plastic.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -365,6 +375,7 @@
|
|||||||
id: WallRiveted
|
id: WallRiveted
|
||||||
name: riveted wall
|
name: riveted wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/riveted.rsi
|
sprite: Constructible/Structures/Walls/riveted.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -391,6 +402,7 @@
|
|||||||
id: WallSandstone
|
id: WallSandstone
|
||||||
name: sandstone wall
|
name: sandstone wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/sandstone.rsi
|
sprite: Constructible/Structures/Walls/sandstone.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -417,6 +429,7 @@
|
|||||||
id: WallSilver
|
id: WallSilver
|
||||||
name: silver wall
|
name: silver wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/silver.rsi
|
sprite: Constructible/Structures/Walls/silver.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -443,6 +456,7 @@
|
|||||||
id: WallSolid
|
id: WallSolid
|
||||||
name: solid wall
|
name: solid wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
color: "#889192"
|
color: "#889192"
|
||||||
sprite: Constructible/Structures/Walls/solid.rsi
|
sprite: Constructible/Structures/Walls/solid.rsi
|
||||||
@@ -499,6 +513,7 @@
|
|||||||
id: WallWood
|
id: WallWood
|
||||||
name: wood wall
|
name: wood wall
|
||||||
components:
|
components:
|
||||||
|
- type: RCDDeconstructWhitelist
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Structures/Walls/wood.rsi
|
sprite: Constructible/Structures/Walls/wood.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
|
|||||||
Reference in New Issue
Block a user