11 lines
313 B
Python
11 lines
313 B
Python
# shipBonusHybridOptimalCB
|
|
#
|
|
# Used by:
|
|
# Ship: Rokh
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
|
|
"maxRange", ship.getModifiedItemAttr("shipBonusCB"), skill="Caldari Battleship")
|