Files
pyfa/eos/effects/effect5802.py
2019-03-16 14:08:20 -04:00

11 lines
328 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")