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

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