(fit, src, context, projectionRange, **kwargs)
| 32050 | |
| 32051 | @staticmethod |
| 32052 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32053 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'power', |
| 32054 | src.getModifiedItemAttr('shipBonusRole5'), **kwargs) |
| 32055 | |
| 32056 | |
| 32057 | class Effect6861(BaseEffect): |
nothing calls this directly
no test coverage detected