Movement typesTable
| UE | Field | Type | Key Type | Default | Extra | Description | 
|---|---|---|---|---|---|---|
| id | int(11) | PRI | ||||
| name | varchar(100) | |||||
| base_move_x | float | 0 | x-direction motion | |||
| base_move_y | float | 0 | y-direction motion | |||
| base_move_z | float | 0 | z-direction motion | |||
| base_rotate_x | float | 0 | x-axis rotation | |||
| base_rotate_y | float | 0 | y-axis rotation | |||
| base_rotate_z | float | 0 | z-axis rotation |