8 lines
331 B
Python
8 lines
331 B
Python
# subsystemBonusMinmatarEngineeringCapacitorCapacity
|
|
#
|
|
# Used by:
|
|
# Subsystem: Loki Engineering - Augmented Capacitor Reservoir
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("capacitorCapacity", module.getModifiedItemAttr("subsystemBonusMinmatarEngineering"), skill="Minmatar Engineering Systems")
|