Files
pyfa/eos/effects/thermodynamicsskilldamagebonus.py
2014-07-30 21:23:27 -04:00

7 lines
255 B
Python

# Used by:
# Skill: Thermodynamics
type = "passive"
def handler(fit, skill, context):
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
skill.getModifiedItemAttr("thermodynamicsHeatDamage") * skill.level)