(fit, src, context, projectionRange, **kwargs)
| 26276 | |
| 26277 | @staticmethod |
| 26278 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26279 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Armor Repairer', 'falloffEffectiveness', |
| 26280 | src.getModifiedItemAttr('falloffBonus'), **kwargs) |
| 26281 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Ancillary Remote Armor Repairer', |
| 26282 | 'falloffEffectiveness', src.getModifiedItemAttr('falloffBonus'), **kwargs) |
| 26283 | |
| 26284 | |
| 26285 | class Effect6374(BaseEffect): |
nothing calls this directly
no test coverage detected