(fit, container, context, projectionRange, **kwargs)
| 37126 | |
| 37127 | @staticmethod |
| 37128 | def handler(fit, container, context, projectionRange, **kwargs): |
| 37129 | if fit.extraAttributes['cloaked']: |
| 37130 | fit.ship.boostItemAttr('maxVelocity', container.getModifiedItemAttr('shipBonusMF'), |
| 37131 | skill='Minmatar Frigate', **kwargs) |
| 37132 | |
| 37133 | |
| 37134 | class Effect8134(BaseEffect): |
nothing calls this directly
no test coverage detected