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