Files
pyfa/eos/effects/shipbonuscarrierm3fightervelocity.py
2016-04-29 22:59:09 -04:00

8 lines
287 B
Python

# shipBonusCarrierM3FighterVelocity
#
# Used by:
# Ship: Nidhoggur
type = "passive"
def handler(fit, src, context):
fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill("Fighters"), "maxVelocity", src.getModifiedItemAttr("shipBonusCarrierM3"), skill="Minmatar Carrier")