Skip to content

Commit

Permalink
Mathematical notation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
IrateRedKite committed Nov 1, 2024
1 parent 8f4524a commit de68cee
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/ini-editing/typed-inis/ships.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ Although `shiparch.ini` and `rtc_shiparch.ini` are listed as having configurable
* `DATA\SHIPS\shiparch.ini`
* `DATA\SHIPS\rtc_shiparch.ini`

### Ship Handling

linear_drag = sum of linear_drag value on engine and ship

$$
S = strafe_force/(linear_drag)
&&
Strafe Speed = strafe_force/(linear_drag)
Max Turn Speed = steering_torque/angular_drag
Top Speed = max_force/linear_drag
## Syntax
### Simple
Expand Down Expand Up @@ -129,7 +142,7 @@ hp_type = STRING, STRING
| explosion_arch | |
| surface_hit_effects | |
| steering_torque | |
| angular_drag | |
| angular_drag | Effectively turn rate, the same formula can |
| rotation_inertia | |
| nudge_force | |
| strafe_force | |
Expand Down

0 comments on commit de68cee

Please sign in to comment.