12 lines
370 B
Python
12 lines
370 B
Python
# drawbackRepairSystemsPGNeed
|
|
#
|
|
# Used by:
|
|
# Modules named like: Auxiliary Nano Pump (6 of 8)
|
|
# Modules named like: Nanobot Accelerator (6 of 8)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Repair Systems"),
|
|
"power", module.getModifiedItemAttr("drawback"))
|