Adds full-tile tinted windows. (#6278)
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
|
||||
- to: tintedWindow
|
||||
steps:
|
||||
- material: ReinforcedGlass
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
|
||||
- to: reinforcedPlasmaWindow
|
||||
steps:
|
||||
- material: ReinforcedPlasmaGlass
|
||||
@@ -62,6 +68,25 @@
|
||||
- tool: Anchoring
|
||||
doAfter: 2
|
||||
|
||||
- node: tintedWindow
|
||||
entity: TintedWindow
|
||||
edges:
|
||||
- to: start
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetRGlass1
|
||||
amount: 2
|
||||
- !type:DeleteEntity {}
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 1
|
||||
- tool: Prying
|
||||
doAfter: 2
|
||||
- tool: Screwing
|
||||
doAfter: 1
|
||||
- tool: Anchoring
|
||||
doAfter: 2
|
||||
|
||||
- node: plasmaWindow
|
||||
entity: PlasmaWindow
|
||||
edges:
|
||||
|
||||
@@ -107,6 +107,25 @@
|
||||
placementMode: SnapgridCenter
|
||||
canRotate: false
|
||||
|
||||
- type: construction
|
||||
name: tinted window
|
||||
id: TintedWindow
|
||||
graph: window
|
||||
startNode: start
|
||||
targetNode: tintedWindow
|
||||
category: Structures
|
||||
description: Not clear but tough.
|
||||
canBuildInImpassable: true
|
||||
conditions:
|
||||
- !type:EmptyOrWindowValidInTile
|
||||
- !type:NoWindowsInTile
|
||||
icon:
|
||||
sprite: Structures/Windows/tinted_window.rsi
|
||||
state: full
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canRotate: false
|
||||
|
||||
- type: construction
|
||||
name: plasma window
|
||||
id: PlasmaWindow
|
||||
|
||||
Reference in New Issue
Block a user