14 lines
483 B
Python
14 lines
483 B
Python
# capacitorCapacityAddPassive
|
|
#
|
|
# Used by:
|
|
# Subsystems from group: Defensive Systems (8 of 12)
|
|
# Subsystems named like: Core Augmented Reactor (4 of 4)
|
|
# Subsystem: Legion Offensive - Liquid Crystal Magnifiers
|
|
# Subsystem: Proteus Offensive - Hybrid Encoding Platform
|
|
# Subsystem: Tengu Offensive - Magnetic Infusion Basin
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.increaseItemAttr("capacitorCapacity", module.getModifiedItemAttr("capacitorCapacity") or 0)
|