Reformatting all effect files for readability and better PEP8 compliance
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
# Used by:
|
||||
# Charges from group: Sensor Booster Script (3 of 3)
|
||||
type = "active"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
for scanType in ("Gravimetric", "Magnetometric", "Radar", "Ladar"):
|
||||
module.boostItemAttr("scan{}StrengthPercent".format(scanType), module.getModifiedChargeAttr("sensorStrengthBonusBonus"))
|
||||
module.boostItemAttr("scan{}StrengthPercent".format(scanType),
|
||||
module.getModifiedChargeAttr("sensorStrengthBonusBonus"))
|
||||
|
||||
Reference in New Issue
Block a user