11 lines
305 B
Python
11 lines
305 B
Python
# caldariShipEwOptimalRangeCB3
|
|
#
|
|
# Used by:
|
|
# Ship: Scorpion
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "ECM",
|
|
"maxRange", ship.getModifiedItemAttr("shipBonusCB3"), skill="Caldari Battleship")
|