(fit, src, context, projectionRange, **kwargs)
| 33115 | |
| 33116 | @staticmethod |
| 33117 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33118 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ('Remote Armor Repairer', 'Ancillary Remote Armor Repairer'), |
| 33119 | 'falloffEffectiveness', src.getModifiedItemAttr('remoteArmorRepairerFalloffBonus'), **kwargs) |
| 33120 | |
| 33121 | |
| 33122 | class Effect6958(BaseEffect): |
nothing calls this directly
no test coverage detected