Files
pyfa/eos/effects/systemdamagethermalmissiles.py
2015-08-25 17:47:15 -04:00

11 lines
499 B
Python

# systemDamageThermalMissiles
#
# Used by:
# Celestials named like: Magnetar Effect Beacon Class (6 of 6)
runTime = "early"
type = ("projected", "offline")
def handler(fit, beacon, context):
fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"thermalDamage", beacon.getModifiedItemAttr("damageMultiplierMultiplier"),
stackingPenalties=True, penaltyGroup="postMul")