Skip to content

Easy upgradeable solar panels #3587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading