11 lines
318 B
Python
11 lines
318 B
Python
# shipHybridRangeBonusCBC1
|
|
#
|
|
# Used by:
|
|
# Ship: Naga
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
|
|
"maxRange", ship.getModifiedItemAttr("shipBonusCBC1"), skill="Caldari Battlecruiser")
|