Files
pyfa/eos/effects/subsystembonuscaldariengineeringcapacitorrecharge.py

9 lines
367 B
Python

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