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

11 lines
485 B
Python

# systemRocketExplosiveDamage
#
# Used by:
# Celestials named like: Wolf Rayet Effect Beacon Class (6 of 6)
runTime = "early"
type = ("projected", "passive")
def handler(fit, beacon, context):
fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill("Rockets"),
"explosiveDamage", beacon.getModifiedItemAttr("smallWeaponDamageMultiplier"),
stackingPenalties=True, penaltyGroup="postMul")