Skip to content

Commit 7e9f136

Browse files
authored
Merge pull request #41 from rocketeeroof/patch-1
2 parents c39cc97 + ede293a commit 7e9f136

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/v4/botmaking/useful-game-values.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ More information on car bodies [in this spreadsheet](https://onedrive.live.com/v
149149
- Mass: 30.0 (unit is arbitrary)
150150
- Coefficient of restitution: 60% (it loses 40% of the component of its velocity that's toward the surface)
151151
- Maximum ball angular velocity: 6.0 radians/s
152+
- Terminal velocity: ~21,268.220703125uu/s (normal settings without top speed constraint)
153+
- Drag coefficient: ~0,030562030038766 (terminal velocity at "Low" gravity mutator was 10,634.1103515625uu/s)
154+
- Cars don't experience wind resistance, only the ball.
155+
- Drag is directly proportional to ball velocity.
152156

153157
### Car
154158

docs/v5/botmaking/useful-game-values.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ More information on car bodies [in this spreadsheet](https://onedrive.live.com/v
144144
- Mass: 30.0 (unit is arbitrary)
145145
- Coefficient of restitution: 60% (it loses 40% of the component of its velocity that's toward the surface)
146146
- Maximum ball angular velocity: 6.0 radians/s
147+
- Terminal velocity: ~21,268.220703125uu/s (normal settings without top speed constraint)
148+
- Drag coefficient: ~0,030562030038766 (terminal velocity at "Low" gravity mutator was 10,634.1103515625uu/s)
149+
- Cars don't experience wind resistance, only the ball.
150+
- Drag is directly proportional to ball velocity.
147151

148152
### Car
149153

0 commit comments

Comments
 (0)