Removes LowWall. (#6063)

This commit is contained in:
Lamrr
2022-01-11 18:03:27 +11:00
committed by GitHub
parent db8c6e4bc8
commit 951bdabcd0
22 changed files with 0 additions and 334 deletions

View File

@@ -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