11 lines
326 B
Python
11 lines
326 B
Python
# scriptSensorBoosterMaxTargetRangeBonusBonus
|
|
#
|
|
# Used by:
|
|
# Charges from group: Sensor Booster Script (3 of 3)
|
|
# Charges from group: Sensor Dampener Script (2 of 2)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
module.boostItemAttr("maxTargetRangeBonus", module.getModifiedChargeAttr("maxTargetRangeBonusBonus"))
|