Removes LowWall. (#6063)
This commit is contained in:
@@ -1,51 +0,0 @@
|
||||
- type: entity
|
||||
id: LowWall
|
||||
parent: BaseStructure
|
||||
name: low wall
|
||||
description: Goes up to about your waist.
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- RCDDeconstructWhitelist
|
||||
- type: CanBuildWindowOnTop
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
color: "#889192"
|
||||
drawdepth: Walls
|
||||
sprite: Structures/Walls/low_wall.rsi
|
||||
- type: Icon
|
||||
sprite: Structures/Walls/low_wall.rsi
|
||||
state: metal
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 100
|
||||
behaviors:
|
||||
- !type:ChangeConstructionNodeBehavior
|
||||
node: start
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- type: Climbable
|
||||
- type: LowWall
|
||||
key: walls
|
||||
base: metal_
|
||||
- type: Construction
|
||||
graph: lowWall
|
||||
node: lowWall
|
||||
|
||||
- type: entity
|
||||
id: LowWallOverlay
|
||||
name: low wall overlay
|
||||
abstract: true
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- HideContextMenu
|
||||
- type: Sprite
|
||||
color: "#889192"
|
||||
drawdepth: WallMountedItems
|
||||
sprite: Structures/Walls/low_wall.rsi
|
||||
Reference in New Issue
Block a user