Files
pyfa/eos/effects/shipbonusafterburnerspeedfactor2cb.py

9 lines
326 B
Python

# shipBonusAfterburnerSpeedFactor2CB
#
# Used by:
# Ship: Nightmare
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Afterburner"),
"speedFactor", module.getModifiedItemAttr("shipBonus2CB"), skill="Caldari Battleship")