11 lines
379 B
Python
11 lines
379 B
Python
# missileVelocityBonusDefender
|
|
#
|
|
# Used by:
|
|
# Implants named like: Zainou 'Snapshot' Defender Missiles DM (6 of 6)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, container, context):
|
|
fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill("Defender Missiles"),
|
|
"maxVelocity", container.getModifiedItemAttr("missileVelocityBonus"))
|