6 lines
297 B
Python
Executable File
6 lines
297 B
Python
Executable File
# Used by:
|
|
# Variations of module: Ice Harvester Upgrade I (6 of 6)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Ice Harvesting"),
|
|
"cpu", module.getModifiedItemAttr("cpuPenaltyPercent")) |