8 lines
331 B
Python
Executable File
8 lines
331 B
Python
Executable File
# Used by:
|
|
# Ship: Vargur
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Minmatar Battleship").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),
|
|
"falloff", ship.getModifiedItemAttr("shipBonusMB") * level)
|