11 lines
313 B
Python
11 lines
313 B
Python
# drawbackPowerNeedLasers
|
|
#
|
|
# 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"))
|