Files
pyfa/eos/effects/missilethermaldmgbonusrocket.py

9 lines
354 B
Python

# missileThermalDmgBonusRocket
#
# Used by:
# Implants named like: Zainou 'Snapshot' Rockets RD (6 of 6)
type = "passive"
def handler(fit, container, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Rockets"),
"thermalDamage", container.getModifiedItemAttr("damageMultiplierBonus"))