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

9 lines
356 B
Python
Executable File

# Used by:
# Ship: Caracal
# Ship: Osprey Navy Issue
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Cruiser").level
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Light Missiles"),
"maxVelocity", ship.getModifiedItemAttr("shipBonusCC2") * level)