11 lines
313 B
Python
11 lines
313 B
Python
# scriptMissileGuidanceComputerAOEVelocityBonusBonus
|
|
#
|
|
# Used by:
|
|
# Charges from group: Tracking Script (2 of 2)
|
|
# Charges named like: Missile Script (4 of 4)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
module.boostItemAttr("aoeVelocityBonus", module.getModifiedChargeAttr("aoeVelocityBonusBonus"))
|