(fit, src, context, projectionRange, **kwargs)
| 32066 | |
| 32067 | @staticmethod |
| 32068 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32069 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Remote Armor Repair Systems'), 'power', src.getModifiedItemAttr('shipBonusRole5'), **kwargs) |
| 32070 | |
| 32071 | |
| 32072 | class Effect6862(BaseEffect): |
nothing calls this directly
no test coverage detected