(fit, module, context, projectionRange, **kwargs)
| 7700 | |
| 7701 | @staticmethod |
| 7702 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7703 | penalties = 'booster' not in context |
| 7704 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Weapon', |
| 7705 | 'maxRange', module.getModifiedItemAttr('maxRangeBonus'), |
| 7706 | stackingPenalties=penalties, **kwargs) |
| 7707 | |
| 7708 | |
| 7709 | class Effect2697(BaseEffect): |
nothing calls this directly
no test coverage detected