-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplayer.json
52 lines (52 loc) · 1.42 KB
/
player.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"amountOfToolSlots": 2,
"weaponSlots": 3,
"walkSpeedMaximum": 357,
"sprintSpeedModifier": 1.91,
"walkSpeedMaximumInStation": 480,
"sprintSpeedModifierInStation": 1.82,
"sprintDashSpeedModifier": 2.45,
"backwardMovementSpeedMultiplier": 0.65,
"sideMovementSpeedMultiplier": 0.7,
"effectiveHealthPerArmorConstant": 0.03,
"slide": {
"slideVelocityReduction": 300,
"minSlideSpeed": 375,
"maxSlideSpeed": 2500,
"startSlideSpeed": 1125,
"slideCooldown": 0.85,
"slideSlopeEffect": 0.691697,
"sideMovementSpeedMultiplier": 0.7
},
"climb": {
"climbDefaultSpeed": 200,
"climbVerticalDistance": 180,
"climbHorizontalDistance": 100,
"climbMaxWallDistance": 100,
"climbDesiredWallDistance": 60,
"obstacleHeightData": {
"EYObstacleType::WaistHigh": 75,
"EYObstacleType::ShoulderHigh": 120,
"EYObstacleType::AboveHead": 300
},
"vaultingSpeedPerState": {
"EYClimbingStateInternal::MovingUp": 550,
"EYClimbingStateInternal::MovingForward": 500,
"EYClimbingStateInternal::MovingDown": 650
},
"vaultingVerticalDistance": 150
},
"fov": {
"minFOV": 80,
"maxFOV": 100,
"cameraSprintingFOV": 95,
"cameraSprintDashFOV": 100,
"cameraSlideFOV": 97,
"cameraDefaultFOV": 90
},
"fall": {
"hardLandingFallingDistanceMin": 600,
"hardLandingStateActiveDuration": 1,
"mediumLandingFallingDistanceMin": 120
}
}