9 lines
315 B
Python
9 lines
315 B
Python
# systemCapacitorCapacity
|
|
#
|
|
# Used by:
|
|
# Celestials named like: Cataclysmic Variable Effect Beacon Class (6 of 6)
|
|
runTime = "early"
|
|
type = ("projected", "offline")
|
|
def handler(fit, beacon, context):
|
|
fit.ship.multiplyItemAttr("capacitorCapacity", beacon.getModifiedItemAttr("capacitorCapacityMultiplierSystem"))
|