7 lines
333 B
Python
7 lines
333 B
Python
# Used by:
|
|
# Ship: Machariel
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Gallente Battleship").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),
|
|
"falloff", ship.getModifiedItemAttr("shipBonusGB") * level) |