(fit, ship, context, projectionRange, **kwargs)
| 43142 | |
| 43143 | @staticmethod |
| 43144 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43145 | fit.modules.filteredChargeBoost( |
| 43146 | lambda mod: mod.charge.group.name == 'Capacitor Booster Charge', |
| 43147 | 'capacitorBonus', ship.getModifiedItemAttr('shipBonusForceAuxiliaryM5'), |
| 43148 | skill='Minmatar Carrier', **kwargs) |
| 43149 | |
| 43150 | |
| 43151 | class Effect12838(BaseEffect): |
nothing calls this directly
no test coverage detected