(fit, ship, context, projectionRange, **kwargs)
| 43106 | |
| 43107 | @staticmethod |
| 43108 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43109 | fit.modules.filteredChargeBoost( |
| 43110 | lambda mod: mod.charge.group.name == 'Capacitor Booster Charge', |
| 43111 | 'capacitorBonus', ship.getModifiedItemAttr('shipBonusForceAuxiliaryC5'), |
| 43112 | skill='Caldari Carrier', **kwargs) |
| 43113 | |
| 43114 | |
| 43115 | class Effect12836(BaseEffect): |
nothing calls this directly
no test coverage detected