(fit, ship, context, projectionRange, **kwargs)
| 43124 | |
| 43125 | @staticmethod |
| 43126 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43127 | fit.modules.filteredChargeBoost( |
| 43128 | lambda mod: mod.charge.group.name == 'Capacitor Booster Charge', |
| 43129 | 'capacitorBonus', ship.getModifiedItemAttr('shipBonusForceAuxiliaryA5'), |
| 43130 | skill='Amarr Carrier', **kwargs) |
| 43131 | |
| 43132 | |
| 43133 | class Effect12837(BaseEffect): |
nothing calls this directly
no test coverage detected