diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml index 8dee23d0217..b6611bbb855 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml @@ -71,6 +71,30 @@ - node: solarpanelplasma entity: SolarPanelPlasma edges: + # Begin DeltaV additions - Easy upgradeable solars + - to: solarpaneluranium + conditions: + - !type:EntityAnchored + completed: + - !type:SpawnPrototype + prototype: SheetPGlass1 + amount: 2 + steps: + - material: UraniumGlass + amount: 2 + doAfter: 1.5 + - to: solarpanel + conditions: + - !type:EntityAnchored + completed: + - !type:SpawnPrototype + prototype: SheetPGlass1 + amount: 2 + steps: + - material: Glass + amount: 2 + doAfter: 1.5 + # End DeltaV additions - Easy upgradeable solars - to: solarassembly completed: - !type:SnapToGrid @@ -88,6 +112,30 @@ - node: solarpaneluranium entity: SolarPanelUranium edges: + # Begin DeltaV additions - Easy upgradeable solars + - to: solarpanelplasma + conditions: + - !type:EntityAnchored + completed: + - !type:SpawnPrototype + prototype: SheetUGlass1 + amount: 2 + steps: + - material: PlasmaGlass + amount: 2 + doAfter: 1.5 + - to: solarpanel + conditions: + - !type:EntityAnchored + completed: + - !type:SpawnPrototype + prototype: SheetUGlass1 + amount: 2 + steps: + - material: Glass + amount: 2 + doAfter: 1.5 + # End DeltaV additions - Easy upgradeable solars - to: solarassembly completed: - !type:SnapToGrid @@ -105,6 +153,30 @@ - node: solarpanel entity: SolarPanel edges: + # Begin DeltaV additions - Easy upgradeable solars + - to: solarpaneluranium + conditions: + - !type:EntityAnchored + completed: + - !type:SpawnPrototype + prototype: SheetGlass1 + amount: 2 + steps: + - material: UraniumGlass + amount: 2 + doAfter: 1.5 + - to: solarpanelplasma + conditions: + - !type:EntityAnchored + completed: + - !type:SpawnPrototype + prototype: SheetGlass1 + amount: 2 + steps: + - material: PlasmaGlass + amount: 2 + doAfter: 1.5 + # End DeltaV additions - Easy upgradeable solars - to: solarassembly completed: - !type:SnapToGrid