skateboard  
| Vars | |
| board_item_type | The handheld item counterpart for the board | 
|---|---|
| can_slow_down | If true, riding the skateboard with walk intent on will prevent crashing. | 
| cursed | Is this board cursed, preventing the cheeser from picking it up right away and using it again. Can not get on it while cursed either. | 
| grinding | Whether the board is currently grinding | 
| instability | Stamina drain multiplier | 
| next_crash | Stores the time of the last crash plus a short cooldown, affects availability and outcome of certain actions | 
| sparks | Sparks datum for when we grind on tables | 
| Procs | |
| grind | Moves the vehicle forward and if it lands on a table, repeats | 
Var Details
board_item_type  
The handheld item counterpart for the board
can_slow_down  
If true, riding the skateboard with walk intent on will prevent crashing.
cursed  
Is this board cursed, preventing the cheeser from picking it up right away and using it again. Can not get on it while cursed either.
grinding  
Whether the board is currently grinding
instability  
Stamina drain multiplier
next_crash  
Stores the time of the last crash plus a short cooldown, affects availability and outcome of certain actions
sparks  
Sparks datum for when we grind on tables
Proc Details
grind
Moves the vehicle forward and if it lands on a table, repeats