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