10 lines
385 B
Python
10 lines
385 B
Python
# Not used by any item
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "ECM",
|
|
"scanGravimetricStrengthBonus",
|
|
module.getModifiedItemAttr("subsystemBonusCaldariOffensive3"),
|
|
skill="Caldari Offensive Systems")
|