Add alternative crafting recipes for reinforced plasma/uranium glass (#22804)

* un-eviled the reinforced glass recipes

the tyranny of accidentally crafting plasma glass instead of reinforced plasma glass is finally over

* fix?
This commit is contained in:
MACMAN2003
2024-02-29 14:57:18 -08:00
committed by GitHub
parent d0f943c4a9
commit db15efc3a3
2 changed files with 91 additions and 1 deletions

View File

@@ -33,6 +33,24 @@
amount: 1 amount: 1
- material: MetalRod - material: MetalRod
amount: 1 amount: 1
- to: SheetRPGlass0
completed:
- !type:SetStackCount
amount: 1
steps:
- material: PlasmaGlass
amount: 1
- material: MetalRod
amount: 1
- to: SheetRPGlass1
completed:
- !type:SetStackCount
amount: 1
steps:
- material: ReinforcedGlass
amount: 1
- material: Plasma
amount: 1
- to: SheetUGlass - to: SheetUGlass
completed: completed:
- !type:SetStackCount - !type:SetStackCount
@@ -53,7 +71,24 @@
amount: 1 amount: 1
- material: MetalRod - material: MetalRod
amount: 1 amount: 1
- to: SheetRUGlass0
completed:
- !type:SetStackCount
amount: 1
steps:
- material: UraniumGlass
amount: 1
- material: MetalRod
amount: 1
- to: SheetRUGlass1
completed:
- !type:SetStackCount
amount: 1
steps:
- material: ReinforcedGlass
amount: 1
- material: Uranium
amount: 1
- node: SheetGlass - node: SheetGlass
entity: SheetGlass entity: SheetGlass
@@ -66,9 +101,20 @@
- node: SheetRPGlass - node: SheetRPGlass
entity: SheetRPGlass entity: SheetRPGlass
- node: SheetRPGlass0
entity: SheetRPGlass
- node: SheetRPGlass1
entity: SheetRPGlass
- node: SheetUGlass - node: SheetUGlass
entity: SheetUGlass entity: SheetUGlass
- node: SheetRUGlass - node: SheetRUGlass
entity: SheetRUGlass entity: SheetRUGlass
- node: SheetRUGlass0
entity: SheetRUGlass
- node: SheetRUGlass1
entity: SheetRUGlass

View File

@@ -42,6 +42,28 @@
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass } icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass }
objectType: Item objectType: Item
- type: construction
name: reinforced plasma glass
description: A reinforced sheet of translucent plasma.
id: SheetRPGlass0
graph: Glass
startNode: start
targetNode: SheetRPGlass0
category: construction-category-materials
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass }
objectType: Item
- type: construction
name: reinforced plasma glass
description: A reinforced sheet of translucent plasma.
id: SheetRPGlass1
graph: Glass
startNode: start
targetNode: SheetRPGlass1
category: construction-category-materials
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass }
objectType: Item
- type: construction - type: construction
name: durathread name: durathread
id: MaterialDurathread id: MaterialDurathread
@@ -74,3 +96,25 @@
category: construction-category-materials category: construction-category-materials
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: ruglass } icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: ruglass }
objectType: Item objectType: Item
- type: construction
name: reinforced uranium glass
description: A reinforced sheet of uranium glass.
id: SheetRUGlass0
graph: Glass
startNode: start
targetNode: SheetRUGlass0
category: construction-category-materials
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: ruglass }
objectType: Item
- type: construction
name: reinforced uranium glass
description: A reinforced sheet of uranium glass.
id: SheetRUGlass1
graph: Glass
startNode: start
targetNode: SheetRUGlass1
category: construction-category-materials
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: ruglass }
objectType: Item