8 lines
323 B
Python
8 lines
323 B
Python
# scriptSensorBoosterScanResolutionBonusBonus
|
|
#
|
|
# Used by:
|
|
# Charges from group: Sensor Booster Script (2 of 2)
|
|
# Charges from group: Sensor Dampener Script (2 of 2)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
module.boostItemAttr("scanResolutionBonus", module.getModifiedChargeAttr("scanResolutionBonusBonus")) |