Files
pyfa/eos/effects/shipmissilevelocitycf.py
2013-09-06 21:26:13 +04:00

8 lines
341 B
Python
Executable File

# Used by:
# 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)