(fit, container, context, projectionRange, **kwargs)
| 37059 | |
| 37060 | @staticmethod |
| 37061 | def handler(fit, container, context, projectionRange, **kwargs): |
| 37062 | if fit.extraAttributes['cloaked']: |
| 37063 | fit.ship.boostItemAttr( |
| 37064 | 'maxVelocity', container.getModifiedItemAttr('shipBonusGF'), |
| 37065 | skill='Gallente Frigate', **kwargs) |
| 37066 | |
| 37067 | |
| 37068 | class Effect8130(BaseEffect): |
nothing calls this directly
no test coverage detected