(fit, ship, context, projectionRange, **kwargs)
| 36467 | |
| 36468 | @staticmethod |
| 36469 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36470 | fit.modules.filteredChargeBoost( |
| 36471 | lambda mod: mod.charge.group.name == 'Capacitor Booster Charge', |
| 36472 | 'capacitorBonus', ship.getModifiedItemAttr('shipBonusForceAuxiliaryG5'), |
| 36473 | skill='Gallente Carrier', **kwargs) |
| 36474 | |
| 36475 | |
| 36476 | class Effect8094(BaseEffect): |
nothing calls this directly
no test coverage detected