11 lines
303 B
Python
11 lines
303 B
Python
# shipBonusLETOptimalRangePirateFaction
|
|
#
|
|
# Used by:
|
|
# Ship: Nestor
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Energy Turret"),
|
|
"maxRange", ship.getModifiedItemAttr("shipBonusRole7"))
|