Files
pyfa/eos/effects/systemsmartbombemdamage.py
2015-09-24 13:09:25 -04:00

10 lines
373 B
Python

# systemSmartBombEmDamage
#
# Used by:
# Celestials named like: Red Giant Beacon Class (6 of 6)
runTime = "early"
type = ("projected", "passive")
def handler(fit, module, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Smart Bomb",
"emDamage", module.getModifiedItemAttr("smartbombDamageMultiplier"))