Files
pyfa/eos/effects/shipmissilevelocitycd1.py
2014-07-30 21:23:27 -04:00

8 lines
347 B
Python

# Used by:
# Ship: Flycatcher
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Destroyer").level
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"maxVelocity", ship.getModifiedItemAttr("shipBonusCD1") * level)