8 lines
319 B
Python
Executable File
8 lines
319 B
Python
Executable File
# Used by:
|
|
# Ship: Paladin
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Battleship").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Stasis Web",
|
|
"speedFactor", ship.getModifiedItemAttr("shipBonusAB") * level)
|