(fit, src, context, projectionRange, **kwargs)
| 17577 | |
| 17578 | @staticmethod |
| 17579 | def handler(fit, src, context, projectionRange, **kwargs): |
| 17580 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'capacitorNeed', |
| 17581 | src.getModifiedItemAttr('shipBonusAF'), skill='Amarr Frigate', **kwargs) |
| 17582 | |
| 17583 | |
| 17584 | class Effect5110(BaseEffect): |
nothing calls this directly
no test coverage detected