(fit, module, context, projectionRange, **kwargs)
| 27163 | |
| 27164 | @staticmethod |
| 27165 | def handler(fit, module, context, projectionRange, **kwargs): |
| 27166 | module.boostItemAttr('maxVelocity', module.getModifiedItemAttr('fighterAbilityMicroWarpDriveSpeedBonus'), |
| 27167 | stackingPenalties=True, **kwargs) |
| 27168 | module.boostItemAttr('signatureRadius', |
| 27169 | module.getModifiedItemAttr('fighterAbilityMicroWarpDriveSignatureRadiusBonus'), |
| 27170 | stackingPenalties=True, **kwargs) |
| 27171 | |
| 27172 | |
| 27173 | class Effect6443(BaseEffect): |
nothing calls this directly
no test coverage detected