Files
pyfa/eos/effects/shipbonusaoevelocityrocketsmf.py
2015-12-07 20:10:44 -05:00

8 lines
286 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")