(fit, module, context, projectionRange, **kwargs)
| 27144 | |
| 27145 | @staticmethod |
| 27146 | def handler(fit, module, context, projectionRange, **kwargs): |
| 27147 | module.boostItemAttr('maxVelocity', module.getModifiedItemAttr('fighterAbilityAfterburnerSpeedBonus'), |
| 27148 | stackingPenalties=True, **kwargs) |
| 27149 | |
| 27150 | |
| 27151 | class Effect6441(BaseEffect): |
nothing calls this directly
no test coverage detected