(fit, src, context, projectionRange, **kwargs)
| 17679 | |
| 17680 | @staticmethod |
| 17681 | def handler(fit, src, context, projectionRange, **kwargs): |
| 17682 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'capacitorNeed', |
| 17683 | src.getModifiedItemAttr('shipBonusAC'), skill='Amarr Cruiser', **kwargs) |
| 17684 | |
| 17685 | |
| 17686 | class Effect5124(BaseEffect): |
nothing calls this directly
no test coverage detected