13 lines
473 B
Python
13 lines
473 B
Python
# missileAOEVelocityBonusOnline
|
|
#
|
|
# Used by:
|
|
# Modules from group: Missile Guidance Enhancer (3 of 3)
|
|
# Module: ML-EKP 'Polybolos' Ballistic Control System
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
|
|
"aoeVelocity", module.getModifiedItemAttr("aoeVelocityBonus"),
|
|
stackingPenalties=True)
|