Files
pyfa/eos/effects/missileexplosivedmgbonusrocket.py
2014-01-22 23:51:42 +04:00

7 lines
308 B
Python
Executable File

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