(fit, module, context, projectionRange, **kwargs)
| 12873 | |
| 12874 | @staticmethod |
| 12875 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12876 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Smart Bomb', |
| 12877 | 'empFieldRange', module.getModifiedItemAttr('empFieldRangeMultiplier'), **kwargs) |
| 12878 | |
| 12879 | |
| 12880 | class Effect4046(BaseEffect): |
nothing calls this directly
no test coverage detected