7 lines
308 B
Python
Executable File
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"))
|