Reinforced Plasma Windows (#4962)
* submodule * adds reinforced plasma windows * Fixed some of le issues * removing the module * empty literal nothing * empty same empty * request fixes * ups forgot to add that * small change change do after and camel reinforcedPlasmaWindow * Update structures.yml * Update rplasma.yml * Update meta.json * Update structures.yml * Update structures.yml * Update window.yml * Update structures.yml * small fixes * literary nothing why is this here * Update window.yml * Update structures.yml Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- type: constructionGraph
|
||||
- type: constructionGraph
|
||||
id: window
|
||||
start: start
|
||||
graph:
|
||||
@@ -6,14 +6,9 @@
|
||||
edges:
|
||||
- to: plasmaWindow
|
||||
steps:
|
||||
- material: Steel
|
||||
- material: PlasmaGlass
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
- material: Glass
|
||||
amount: 2
|
||||
- material: Plasma
|
||||
amount: 2
|
||||
doAfter: 3
|
||||
|
||||
- to: reinforcedWindow
|
||||
steps:
|
||||
@@ -21,6 +16,12 @@
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
|
||||
- to: reinforcedPlasmaWindow
|
||||
steps:
|
||||
- material: ReinforcedPlasmaGlass
|
||||
amount: 2
|
||||
doAfter: 3
|
||||
|
||||
- to: window
|
||||
steps:
|
||||
- material: Glass
|
||||
@@ -67,13 +68,26 @@
|
||||
- to: start
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetGlass1
|
||||
amount: 2
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 2
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetPlasma1
|
||||
prototype: SheetPGlass1
|
||||
amount: 2
|
||||
- !type:DeleteEntity {}
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 2
|
||||
- tool: Prying
|
||||
doAfter: 3
|
||||
- tool: Screwing
|
||||
doAfter: 2
|
||||
- tool: Anchoring
|
||||
doAfter: 3
|
||||
|
||||
- node: reinforcedPlasmaWindow
|
||||
entity: ReinforcedPlasmaWindow
|
||||
edges:
|
||||
- to: start
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetRPGlass1
|
||||
amount: 2
|
||||
- !type:DeleteEntity {}
|
||||
steps:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- type: construction
|
||||
- type: construction
|
||||
name: girder
|
||||
id: girder
|
||||
graph: girder
|
||||
@@ -123,6 +123,24 @@
|
||||
placementMode: SnapgridCenter
|
||||
canRotate: false
|
||||
|
||||
- type: construction
|
||||
name: reinforced plasma window
|
||||
id: ReinforcedPlasmaWindow
|
||||
graph: window
|
||||
startNode: start
|
||||
targetNode: reinforcedPlasmaWindow
|
||||
category: Structures
|
||||
description: Fire resistant and even tougher, with a purple tint.
|
||||
conditions:
|
||||
- !type:EmptyOrWindowValidInTile {}
|
||||
- !type:NoWindowsInTile {}
|
||||
icon:
|
||||
sprite: Structures/Windows/reinforced_plasma_window.rsi
|
||||
state: full
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canRotate: false
|
||||
|
||||
- type: construction
|
||||
name: firelock
|
||||
id: Firelock
|
||||
|
||||
Reference in New Issue
Block a user