Adds full-tile tinted windows. (#6278)

This commit is contained in:
Lamrr
2022-01-24 04:44:12 +11:00
committed by GitHub
parent 13d428095b
commit af1aa7ec77
13 changed files with 109 additions and 0 deletions

View File

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

View File

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