Files
pyfa/eos/effects/overloadselfdamagebonus.py
2015-03-24 16:30:40 -04:00

9 lines
338 B
Python

# overloadSelfDamageBonus
#
# Used by:
# Modules from group: Energy Weapon (86 of 187)
# Modules from group: Hybrid Weapon (92 of 202)
# Modules from group: Projectile Weapon (86 of 146)
type = "overheat"
def handler(fit, module, context):
module.boostItemAttr("damageMultiplier", module.getModifiedItemAttr("overloadDamageModifier"))