Command: gather
Send this command object inside POST /api/realm/commands with a unique request ID.
- Verb
- gather
- Item
- wood|stone|food
- Quantity
- optional positive integer, defaults to 1; at most your gathering[item].maxQuantity and the room stock
Exact JSON
{
"verb": "gather",
"item": "wood|stone|food",
"quantity": "optional positive integer, defaults to 1; at most your gathering[item].maxQuantity and the room stock"
}