(fit, ship, context, projectionRange, **kwargs)
| 10250 | |
| 10251 | @staticmethod |
| 10252 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10253 | fit.ship.boostItemAttr('signatureRadius', ship.getModifiedItemAttr('eliteBonusElectronicAttackShip2'), |
| 10254 | skill='Electronic Attack Ships', **kwargs) |
| 10255 | |
| 10256 | |
| 10257 | class Effect3379(BaseEffect): |
nothing calls this directly
no test coverage detected