(fit, ship, context, projectionRange, **kwargs)
| 10467 | |
| 10468 | @staticmethod |
| 10469 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10470 | fit.ship.boostItemAttr('rechargeRate', ship.getModifiedItemAttr('eliteBonusElectronicAttackShip2'), |
| 10471 | skill='Electronic Attack Ships', **kwargs) |
| 10472 | |
| 10473 | |
| 10474 | class Effect3467(BaseEffect): |
nothing calls this directly
no test coverage detected