(fit, ship, context, projectionRange, **kwargs)
| 10483 | |
| 10484 | @staticmethod |
| 10485 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10486 | fit.ship.boostItemAttr('capacitorCapacity', ship.getModifiedItemAttr('eliteBonusElectronicAttackShip2'), |
| 10487 | skill='Electronic Attack Ships', **kwargs) |
| 10488 | |
| 10489 | |
| 10490 | class Effect3468(BaseEffect): |
nothing calls this directly
no test coverage detected