Files
pyfa/eos/effects/subsystembonuscaldariengineeringcapacitorcapacity.py

9 lines
372 B
Python

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