(fit, beacon, context, projectionRange, **kwargs)
| 35962 | |
| 35963 | @staticmethod |
| 35964 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 35965 | fit.modules.filteredItemMultiply( |
| 35966 | lambda mod: mod.item.group.name == 'ECM', 'maxRange', |
| 35967 | beacon.getModifiedItemAttr('ecmRangeBonus'), stackingPenalties=True, **kwargs) |
| 35968 | |
| 35969 | |
| 35970 | class Effect8034(BaseEffect): |
nothing calls this directly
no test coverage detected