Files
pyfa/eos/effects/subsystembonusamarrengineeringcapacitorcapacity.py

9 lines
367 B
Python

# subsystemBonusAmarrEngineeringCapacitorCapacity
#
# Used by:
# Subsystem: Legion Engineering - Augmented Capacitor Reservoir
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Amarr Engineering Systems").level
fit.ship.boostItemAttr("capacitorCapacity", module.getModifiedItemAttr("subsystemBonusAmarrEngineering") * level)