Files
pyfa/eos/effects/effect4047.py
2019-03-16 14:08:20 -04:00

12 lines
385 B
Python

# systemSmartBombThermalDamage
#
# 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",
"thermalDamage", module.getModifiedItemAttr("smartbombDamageMultiplier"))