Files
pyfa/eos/effects/shipbonusafterburnerspeedfactorcf2.py
2015-08-25 17:47:15 -04:00

10 lines
334 B
Python

# shipBonusAfterburnerSpeedFactorCF2
#
# Used by:
# Ship: Imp
# Ship: Succubus
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Afterburner"),
"speedFactor", module.getModifiedItemAttr("shipBonusCF2"), skill="Caldari Frigate")