(fit, container, context, projectionRange, **kwargs)
| 4533 | |
| 4534 | @staticmethod |
| 4535 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4536 | level = container.level if 'skill' in context else 1 |
| 4537 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 4538 | 'maxRange', container.getModifiedItemAttr('rangeSkillBonus') * level, |
| 4539 | stackingPenalties='skill' not in context and 'implant' not in context, **kwargs) |
| 4540 | |
| 4541 | |
| 4542 | class Effect1453(BaseEffect): |
nothing calls this directly
no test coverage detected