9 lines
354 B
Python
Executable File
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)
|