Files
pyfa/eos/effects/shipmissilevelocitycf.py
2013-10-08 00:35:18 +04:00

9 lines
354 B
Python
Executable File

# 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)