Skip to content

Instantly share code, notes, and snippets.

@noio
Last active March 18, 2023 16:12
Show Gist options
  • Save noio/1f6a5568f996515272804f09ce2893e1 to your computer and use it in GitHub Desktop.
Save noio/1f6a5568f996515272804f09ce2893e1 to your computer and use it in GitHub Desktop.
{
"Version": 3,
"Vars": {
"Player": {
"RunSpeed": 3.0,
"WalkSpeed": 1.5,
"CrippledSpeed": 0.5,
"FallHardHeight": 4.0,
"HorizontalClimbSpeed": 1.0,
"VerticalClimbSpeed": 1.0,
"JumpVelocity": 6.0,
"CancelJumpVelocity": 1.0,
"Gravity": -0.6000000238418579,
"TerminalVelocity": -20.0,
"AirControl": 0.20000000298023225,
"MaxHealth": 10,
"CrippledHealth": 5,
"HealthIncreaseTime": 2.0,
"ConstructDistanceSqr": 16.0,
"MaxInteractDistanceSqr": 3.0,
"MaxInventory": 6,
"ItemDropVelocity": 1.0,
"ItemThrowVelocity": 10.0
},
"Worker": {},
"Terrain": {},
"Building": {},
"Other": {
"DisableDurabilityDamage": true,
"BlockMovementDurabilityDamageInterval": 0.25,
"BlockMovementDurabilityDamage": 30,
"MaxDurabilityDamage": 100,
"RubbleCollisionDurabilityDamage": 30,
"BlockRubbleSpacing": 0.6000000238418579
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment