11 lines
342 B
Python
11 lines
342 B
Python
# missileEMDmgBonusRocket
|
|
#
|
|
# Used by:
|
|
# Implants named like: Zainou 'Snapshot' Rockets RD (6 of 6)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, implant, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Rockets"),
|
|
"emDamage", implant.getModifiedItemAttr("damageMultiplierBonus"))
|