11 lines
303 B
Python
11 lines
303 B
Python
# caldariShipEwOptimalRangeCC2
|
|
#
|
|
# Used by:
|
|
# Ship: Blackbird
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "ECM",
|
|
"maxRange", ship.getModifiedItemAttr("shipBonusCC2"), skill="Caldari Cruiser")
|