7 lines
233 B
Python
7 lines
233 B
Python
# capacitorCapacityBonus
|
|
#
|
|
# Used by:
|
|
# Modules from group: Capacitor Battery (27 of 27)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.ship.increaseItemAttr("capacitorCapacity", ship.getModifiedItemAttr("capacitorBonus")) |