(fit, container, context, projectionRange, **kwargs)
| 7251 | |
| 7252 | @staticmethod |
| 7253 | def handler(fit, container, context, projectionRange, **kwargs): |
| 7254 | level = container.level if 'skill' in context else 1 |
| 7255 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Burst Jammer', |
| 7256 | 'ecmBurstRange', container.getModifiedItemAttr('rangeSkillBonus') * level, **kwargs) |
| 7257 | |
| 7258 | |
| 7259 | class Effect2492(BaseEffect): |
nothing calls this directly
no test coverage detected