6 lines
282 B
Python
Executable File
6 lines
282 B
Python
Executable File
# Used by:
|
|
# Modules from group: Rig Energy Weapon (56 of 56)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Weapon",
|
|
"power", module.getModifiedItemAttr("drawback")) |