11 lines
353 B
Python
11 lines
353 B
Python
# subsystemBonusAmarrEngineeringCapacitorCapacity
|
|
#
|
|
# Used by:
|
|
# Subsystem: Legion Engineering - Augmented Capacitor Reservoir
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("capacitorCapacity", module.getModifiedItemAttr("subsystemBonusAmarrEngineering"),
|
|
skill="Amarr Engineering Systems")
|