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