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

9 lines
354 B
Python

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