Renames phoron to plasma everywhere in the codebase and replaces sprites. (#3110)
This commit is contained in:
committed by
GitHub
parent
2d06990ee3
commit
9b1142973e
@@ -4,14 +4,14 @@
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: phoronWindow
|
||||
- to: plasmaWindow
|
||||
steps:
|
||||
- material: Metal
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
- material: Glass
|
||||
amount: 2
|
||||
- material: Phoron
|
||||
- material: Plasma
|
||||
amount: 2
|
||||
doAfter: 3
|
||||
|
||||
@@ -61,8 +61,8 @@
|
||||
- tool: Anchoring
|
||||
doAfter: 2
|
||||
|
||||
- node: phoronWindow
|
||||
entity: PhoronWindow
|
||||
- node: plasmaWindow
|
||||
entity: PlasmaWindow
|
||||
edges:
|
||||
- to: start
|
||||
completed:
|
||||
@@ -73,7 +73,7 @@
|
||||
prototype: MetalSheet1
|
||||
amount: 2
|
||||
- !type:SpawnPrototype
|
||||
prototype: PhoronSheet1
|
||||
prototype: PlasmaSheet1
|
||||
amount: 2
|
||||
- !type:DeleteEntity {}
|
||||
steps:
|
||||
|
||||
@@ -107,18 +107,18 @@
|
||||
canRotate: false
|
||||
|
||||
- type: construction
|
||||
name: phoron window
|
||||
id: PhoronWindow
|
||||
name: plasma window
|
||||
id: PlasmaWindow
|
||||
graph: window
|
||||
startNode: start
|
||||
targetNode: phoronWindow
|
||||
targetNode: plasmaWindow
|
||||
category: Structures
|
||||
description: Clear and even tougher, with an orange tint. Must be built on top of a low wall.
|
||||
conditions:
|
||||
- !type:LowWallInTile {}
|
||||
- !type:NoWindowsInTile {}
|
||||
icon:
|
||||
sprite: Constructible/Structures/Windows/phoron_window.rsi
|
||||
sprite: Constructible/Structures/Windows/plasma_window.rsi
|
||||
state: full
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
amount: 1
|
||||
chem.Sodium:
|
||||
amount: 1
|
||||
chem.Phoron:
|
||||
chem.Plasma:
|
||||
amount: 5
|
||||
catalyst: true
|
||||
products:
|
||||
@@ -106,7 +106,7 @@
|
||||
reactants:
|
||||
chem.Oxygen:
|
||||
amount: 2
|
||||
chem.Phoron:
|
||||
chem.Plasma:
|
||||
amount: 5
|
||||
catalyst: true
|
||||
products:
|
||||
@@ -211,7 +211,7 @@
|
||||
amount: 1
|
||||
chem.Copper:
|
||||
amount: 1
|
||||
chem.Phoron:
|
||||
chem.Plasma:
|
||||
amount: 5
|
||||
catalyst: true
|
||||
products:
|
||||
@@ -239,7 +239,7 @@
|
||||
amount: 1
|
||||
chem.Tramadol:
|
||||
amount: 1
|
||||
chem.Phoron:
|
||||
chem.Plasma:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Oxycodone: 3
|
||||
@@ -407,7 +407,7 @@
|
||||
reactants:
|
||||
chem.Ammonia:
|
||||
amount: 1
|
||||
chem.Phoron:
|
||||
chem.Plasma:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Lexorin: 2
|
||||
|
||||
Reference in New Issue
Block a user