Skip to content

Commit

Permalink
Literally double the power supply of solar panels
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Nov 1, 2024
1 parent b957ba9 commit 8a9c034
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
onBump: false
requirePower: true
highVoltageNode: output
- type: RequireProjectileTarget
- type: RequireProjectileTarget

- type: entity
id: SolarPanel
Expand All @@ -58,8 +58,8 @@
description: A solar panel that generates power.
components:
- type: PowerSupplier
supplyRampTolerance: 500
supplyRampRate: 500
supplyRampTolerance: 1000
supplyRampRate: 1000
- type: SolarPanel
- type: Damageable
damageContainer: Inorganic
Expand Down Expand Up @@ -158,7 +158,7 @@
graph: SolarPanel
node: solarassembly
defaultTarget: solarpanel
- type: RequireProjectileTarget
- type: RequireProjectileTarget

- type: entity
id: SolarTracker
Expand Down Expand Up @@ -203,4 +203,4 @@
- type: Construction
graph: SolarPanel
node: solartracker
- type: RequireProjectileTarget
- type: RequireProjectileTarget

0 comments on commit 8a9c034

Please sign in to comment.