(fit, src, context, projectionRange, **kwargs)
| 6463 | |
| 6464 | @staticmethod |
| 6465 | def handler(fit, src, context, projectionRange, **kwargs): |
| 6466 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Armor Repairer', 'maxRange', |
| 6467 | src.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 6468 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Ancillary Remote Armor Repairer', 'maxRange', |
| 6469 | src.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 6470 | |
| 6471 | |
| 6472 | class Effect2143(BaseEffect): |
nothing calls this directly
no test coverage detected