(fit, src, context, projectionRange, **kwargs)
| 31014 | |
| 31015 | @staticmethod |
| 31016 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31017 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 31018 | 'falloffEffectiveness', |
| 31019 | src.getModifiedItemAttr('roleBonusRepairRange'), **kwargs) |
| 31020 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 31021 | 'maxRange', |
| 31022 | src.getModifiedItemAttr('roleBonusRepairRange'), **kwargs) |
| 31023 | |
| 31024 | |
| 31025 | class Effect6723(BaseEffect): |
nothing calls this directly
no test coverage detected