9 lines
336 B
Python
Executable File
9 lines
336 B
Python
Executable File
# Used by:
|
|
# Ship: Cruor
|
|
# Ship: Daredevil
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Minmatar Frigate").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Stasis Web",
|
|
"speedFactor", ship.getModifiedItemAttr("shipBonusMF2") * level)
|