(fit, module, context, projectionRange, **kwargs)
| 8468 | |
| 8469 | @staticmethod |
| 8470 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8471 | penalties = 'booster' not in context |
| 8472 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Energy Weapon', |
| 8473 | 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'), |
| 8474 | stackingPenalties=penalties, **kwargs) |
| 8475 | |
| 8476 | |
| 8477 | class Effect2804(BaseEffect): |
nothing calls this directly
no test coverage detected