(fit, src, context, projectionRange, **kwargs)
| 26381 | |
| 26382 | @staticmethod |
| 26383 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26384 | fit.ship.boostItemAttr('signatureRadius', src.getModifiedItemAttr('eliteBonusLogiFrig2'), |
| 26385 | skill='Logistics Frigates', **kwargs) |
| 26386 | |
| 26387 | |
| 26388 | class Effect6384(BaseEffect): |
nothing calls this directly
no test coverage detected