Actions - GoryMoon/OvercookedStreamIntegration GitHub Wiki
Actions
The options for the actions and the defaults can be found below
Drop item
Drops the item the players are holding on the spot
{
"type": "drop_item"
}
Throw item
Throws the item the players are holding forwards of the player direction
{
"type": "throw_item"
}
Move
Randomly moves the player (the defaults are pretty good)
van*
is the van you move between the maps
{
"type": "move",
"playerMin": 0.0,
"playerMax": 1.5,
"vanMin": 1.5,
"vanMax": 3
}
Switch location
Switches the location of the players
{
"type": "switch_location"
}
Switch items
Switches the items the players are holding
{
"type": "switch_items"
}