Files
pyfa/eos/effects/caldarishipewfalloffrangecb3.py
2014-07-30 21:23:27 -04:00

8 lines
343 B
Python

# Used by:
# Ship: Scorpion
# Ship: Scorpion Ishukone Watch
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battleship").level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "ECM",
"falloff", ship.getModifiedItemAttr("shipBonusCB3") * level)