Files
pyfa/eos/effects/shipmissilevelocitypiratefactionlight.py
2014-05-31 22:13:59 +04:00

8 lines
285 B
Python
Executable File

# Used by:
# Ship: Corax
# Ship: Talwar
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Light Missiles"),
"maxVelocity", ship.getModifiedItemAttr("shipBonusPirateFaction"))