8 lines
330 B
Python
Executable File
8 lines
330 B
Python
Executable File
# Used by:
|
|
# Ship: Naga
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Caldari Battlecruiser").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
|
|
"maxRange", ship.getModifiedItemAttr("shipBonusCBC1") * level)
|