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

11 lines
324 B
Python

# shipBonusAoeVelocityRocketsMF
#
# Used by:
# Ship: Vigil Fleet Issue
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Rockets"), "aoeVelocity",
src.getModifiedItemAttr("shipBonusMF"), skill="Minmatar Frigate")