Files
pyfa/eos/effects/systemdamageembombs.py
2014-08-11 21:06:09 +00:00

9 lines
416 B
Python

# Used by:
# Celestials named like: Red Giant Beacon Class (6 of 6)
runTime = "early"
type = ("projected", "offline")
def handler(fit, beacon, context):
fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill("Bomb Deployment"),
"emDamage", beacon.getModifiedItemAttr("smartbombDamageMultiplier"),
penaltyGroup="postMul")