Table of Contents

Class MovementConfig

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/MovementConfig.json#", "ed459e411f5da2e06d323582aff1fd0742beef9f07f9d2b3c8b53ac3bc770196")]
public sealed record MovementConfig : IEquatable<MovementConfig>
Inheritance
MovementConfig
Implements
Inherited Members

Properties

Acceleration

public float? Acceleration { get; init; }

Property Value

float?

AirControlMaxMultiplier

public float? AirControlMaxMultiplier { get; init; }

Property Value

float?

AirControlMaxSpeed

public float? AirControlMaxSpeed { get; init; }

Property Value

float?

AirControlMinMultiplier

public float? AirControlMinMultiplier { get; init; }

Property Value

float?

AirControlMinSpeed

public float? AirControlMinSpeed { get; init; }

Property Value

float?

AirDragMax

public float? AirDragMax { get; init; }

Property Value

float?

AirDragMaxSpeed

public float? AirDragMaxSpeed { get; init; }

Property Value

float?

AirDragMin

public float? AirDragMin { get; init; }

Property Value

float?

AirDragMinSpeed

public float? AirDragMinSpeed { get; init; }

Property Value

float?

AirFrictionMax

public float? AirFrictionMax { get; init; }

Property Value

float?

AirFrictionMaxSpeed

public float? AirFrictionMaxSpeed { get; init; }

Property Value

float?

AirFrictionMin

public float? AirFrictionMin { get; init; }

Property Value

float?

AirFrictionMinSpeed

public float? AirFrictionMinSpeed { get; init; }

Property Value

float?

AirSpeedMultiplier

public float? AirSpeedMultiplier { get; init; }

Property Value

float?

AutoJumpDisableJumping

public bool AutoJumpDisableJumping { get; init; }

Property Value

bool

AutoJumpObstacleEffectDuration

public float? AutoJumpObstacleEffectDuration { get; init; }

Property Value

float?

AutoJumpObstacleMaxAngle

public float? AutoJumpObstacleMaxAngle { get; init; }

Property Value

float?

AutoJumpObstacleSpeedLoss

public float? AutoJumpObstacleSpeedLoss { get; init; }

Property Value

float?

AutoJumpObstacleSprintEffectDuration

public float? AutoJumpObstacleSprintEffectDuration { get; init; }

Property Value

float?

AutoJumpObstacleSprintSpeedLoss

public float? AutoJumpObstacleSprintSpeedLoss { get; init; }

Property Value

float?

BackwardCrouchSpeedMultiplier

public float? BackwardCrouchSpeedMultiplier { get; init; }

Property Value

float?

BackwardRunSpeedMultiplier

public float? BackwardRunSpeedMultiplier { get; init; }

Property Value

float?

BackwardWalkSpeedMultiplier

public float? BackwardWalkSpeedMultiplier { get; init; }

Property Value

float?

BaseSpeed

public float? BaseSpeed { get; init; }

Property Value

float?

ClimbDownSprintSpeed

public float? ClimbDownSprintSpeed { get; init; }

Property Value

float?

ClimbSpeed

public float? ClimbSpeed { get; init; }

Property Value

float?

ClimbSpeedLateral

public float? ClimbSpeedLateral { get; init; }

Property Value

float?

ClimbUpSprintSpeed

public float? ClimbUpSprintSpeed { get; init; }

Property Value

float?

Codec

public static Codec<MovementConfig> Codec { get; }

Property Value

Codec<MovementConfig>

CollisionExpulsionForce

public float? CollisionExpulsionForce { get; init; }

Property Value

float?

ComboAirSpeedMultiplier

public float? ComboAirSpeedMultiplier { get; init; }

Property Value

float?

FallDamagePartialMitigationPercent

public float? FallDamagePartialMitigationPercent { get; init; }

Property Value

float?

FallEffectDuration

public float? FallEffectDuration { get; init; }

Property Value

float?

FallJumpForce

public float? FallJumpForce { get; init; }

Property Value

float?

FallMomentumLoss

public float? FallMomentumLoss { get; init; }

Property Value

float?

Fly

public FlyMode? Fly { get; init; }

Property Value

FlyMode?

ForwardCrouchSpeedMultiplier

public float? ForwardCrouchSpeedMultiplier { get; init; }

Property Value

float?

ForwardRunSpeedMultiplier

public float? ForwardRunSpeedMultiplier { get; init; }

Property Value

float?

ForwardSprintSpeedMultiplier

public float? ForwardSprintSpeedMultiplier { get; init; }

Property Value

float?

ForwardWalkSpeedMultiplier

public float? ForwardWalkSpeedMultiplier { get; init; }

Property Value

float?

HorizontalFlySpeed

public float? HorizontalFlySpeed { get; init; }

Property Value

float?

JumpBufferDuration

public float? JumpBufferDuration { get; init; }

Property Value

float?

JumpBufferMaxYVelocity

public float? JumpBufferMaxYVelocity { get; init; }

Property Value

float?

JumpForce

public float? JumpForce { get; init; }

Property Value

float?

MaxFallSpeedRollFullMitigation

public float? MaxFallSpeedRollFullMitigation { get; init; }

Property Value

float?

MaxFallSpeedToEngageRoll

public float? MaxFallSpeedToEngageRoll { get; init; }

Property Value

float?

MaxSlopeAngleDegrees

public float? MaxSlopeAngleDegrees { get; init; }

Property Value

float?

MaxSpeedMultiplier

public float? MaxSpeedMultiplier { get; init; }

Property Value

float?

MaxWallAngleDegrees

public float? MaxWallAngleDegrees { get; init; }

Property Value

float?

MinFallSpeedToEngageRoll

public float? MinFallSpeedToEngageRoll { get; init; }

Property Value

float?

MinSlideEntrySpeed

public float? MinSlideEntrySpeed { get; init; }

Property Value

float?

MinSpeedMultiplier

public float? MinSpeedMultiplier { get; init; }

Property Value

float?

RollExitSpeedModifier

public float? RollExitSpeedModifier { get; init; }

Property Value

float?

RollStartSpeedModifier

public float? RollStartSpeedModifier { get; init; }

Property Value

float?

RollTimeToComplete

public float? RollTimeToComplete { get; init; }

Property Value

float?

SlideExitSpeed

public float? SlideExitSpeed { get; init; }

Property Value

float?

StrafeCrouchSpeedMultiplier

public float? StrafeCrouchSpeedMultiplier { get; init; }

Property Value

float?

StrafeRunSpeedMultiplier

public float? StrafeRunSpeedMultiplier { get; init; }

Property Value

float?

StrafeWalkSpeedMultiplier

public float? StrafeWalkSpeedMultiplier { get; init; }

Property Value

float?

SwimJumpForce

public float? SwimJumpForce { get; init; }

Property Value

float?

VariableJumpFallForce

public float? VariableJumpFallForce { get; init; }

Property Value

float?

VelocityResistance

public float? VelocityResistance { get; init; }

Property Value

float?

VerticalFlySpeed

public float? VerticalFlySpeed { get; init; }

Property Value

float?

WishDirectionGravityX

public float? WishDirectionGravityX { get; init; }

Property Value

float?

WishDirectionGravityY

public float? WishDirectionGravityY { get; init; }

Property Value

float?

WishDirectionWeightX

public float? WishDirectionWeightX { get; init; }

Property Value

float?

WishDirectionWeightY

public float? WishDirectionWeightY { get; init; }

Property Value

float?