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

View File

@@ -1,33 +0,0 @@
- type: constructionGraph
id: lowWall
start: start
graph:
- node: start
actions:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 3
- !type:DeleteEntity { }
edges:
- to: lowWall
conditions:
- !type:ComponentInTile
value: false
component: Window
steps:
- material: Steel
amount: 3
doAfter: 5
- node: lowWall
entity: LowWall
edges:
- to: start
conditions:
# We fail the condition if there are any windows on the tile.
- !type:ComponentInTile
hasEntity: false
component: Window
steps:
- tool: Welding
doAfter: 5