Files
pyfa/eos/effects/subsystembonuscaldarioffensive3ewstrengthradar.py
2017-06-25 00:18:06 -04:00

10 lines
379 B
Python

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