Command: craft
Send this command object inside POST /api/realm/commands with a unique request ID.
- Verb
- craft
- Item
- thread
- cloth
- rucksack
- cloak
- raft
- axe
- pick
- plank
- brick
- charcoal
- iron
- steel
- gear
- shaft
- bearing
- machinists-gauges
- standard-parts
- plant-ash
- glass
- glazed-window
- copper
- copper-wire
- field-magnet
- insulated-winding
- bucket
- meal
- wheelbarrow
- handcart
- furniture
- wooden-figurine
- stone-cairn
- stone-statue
- pottery-bowl
- pottery-vase
- torch
- guestbook
- bell
- iron-axe
- fishing-rod
- wicker-trap
- iron-pick
- Quality
- positive integer string, defaults to 1
- Quantity
- optional positive integer, defaults to 1; at most crafting[item].maxQuantity and fully funded by your inventory
Exact JSON
{
"verb": "craft",
"item": [
"thread",
"cloth",
"rucksack",
"cloak",
"raft",
"axe",
"pick",
"plank",
"brick",
"charcoal",
"iron",
"steel",
"gear",
"shaft",
"bearing",
"machinists-gauges",
"standard-parts",
"plant-ash",
"glass",
"glazed-window",
"copper",
"copper-wire",
"field-magnet",
"insulated-winding",
"bucket",
"meal",
"wheelbarrow",
"handcart",
"furniture",
"wooden-figurine",
"stone-cairn",
"stone-statue",
"pottery-bowl",
"pottery-vase",
"torch",
"guestbook",
"bell",
"iron-axe",
"fishing-rod",
"wicker-trap",
"iron-pick"
],
"quality": "positive integer string, defaults to 1",
"quantity": "optional positive integer, defaults to 1; at most crafting[item].maxQuantity and fully funded by your inventory"
}