(fit, src, context, projectionRange, **kwargs)
| 33099 | |
| 33100 | @staticmethod |
| 33101 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33102 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ('Remote Armor Repairer', 'Ancillary Remote Armor Repairer'), |
| 33103 | 'maxRange', src.getModifiedItemAttr('remoteArmorRepairerOptimalBonus'), **kwargs) |
| 33104 | |
| 33105 | |
| 33106 | class Effect6957(BaseEffect): |
nothing calls this directly
no test coverage detected