[{"description":"take the open offer a player beside you made: it swaps whole or not at all","example":"{\"from\":\"ada\"}","fields":[{"kind":"string","name":"from","optional":false,"values":[]}],"name":"accept"},{"description":"stock a nearby plot's stage from a pack slot: what it still wants, from anyone; the ledger says who gave","example":"{\"x\":2,\"y\":0,\"slot\":0,\"count\":12}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]},{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]},{"kind":"number","name":"count","optional":true,"values":[]}],"name":"add"},{"description":"lay out two pack slots: like stacks merge, anything else swaps","example":"{\"from\":0,\"to\":5}","fields":[{"kind":"number","name":"from","optional":false,"values":[]},{"kind":"number","name":"to","optional":false,"values":[]}],"name":"arrange"},{"description":"one move: make, invite, accept, leave, kick, ally, colour, banner (the old name for clan)","example":"{\"make\":\"wolves\"}","fields":[{"kind":"string","name":"accept","optional":true,"values":[]},{"kind":"string","name":"ally","optional":true,"values":[]},{"kind":"string","name":"banner","optional":true,"values":[]},{"kind":"enum","name":"colour","optional":true,"values":["grass","sky","ember","gold","blood","violet","moss","sea","clay","slate","rose","night"]},{"kind":"string","name":"invite","optional":true,"values":[]},{"kind":"string","name":"kick","optional":true,"values":[]},{"kind":"string","name":"leave","optional":true,"values":[]},{"kind":"string","name":"make","optional":true,"values":[]},{"kind":"enum","name":"show","optional":true,"values":["hidden","named","postcard"]}],"name":"band"},{"description":"at a mast: a word on the air, heard round every receiver within 128 tiles","example":"{\"text\":\"rain at dusk, bring the sheep in\"}","fields":[{"kind":"string","name":"text","optional":false,"values":[]}],"name":"broadcast"},{"description":"swap at a stall's price, n times: its goods for your pay, owner asleep or not","example":"{\"x\":1,\"y\":0,\"item\":\"bread\",\"n\":2}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]},{"kind":"string","name":"item","optional":true,"values":[]},{"kind":"number","name":"n","optional":true,"values":[]}],"name":"buy"},{"description":"take a bounty off a nearby board by id: the wanted stack leaves your pack for the poster (a slain want reads the log instead) and the escrowed pay is yours","example":"{\"x\":1,\"y\":0,\"id\":12}","fields":[{"kind":"number","name":"id","optional":false,"values":[]},{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"claim"},{"description":"your clan, one move: make, invite, accept, leave, kick, ally, colour, banner (band is the old name and still works)","example":"{\"make\":\"wolves\"}","fields":[{"kind":"string","name":"accept","optional":true,"values":[]},{"kind":"string","name":"ally","optional":true,"values":[]},{"kind":"string","name":"banner","optional":true,"values":[]},{"kind":"enum","name":"colour","optional":true,"values":["grass","sky","ember","gold","blood","violet","moss","sea","clay","slate","rose","night"]},{"kind":"string","name":"invite","optional":true,"values":[]},{"kind":"string","name":"kick","optional":true,"values":[]},{"kind":"string","name":"leave","optional":true,"values":[]},{"kind":"string","name":"make","optional":true,"values":[]},{"kind":"enum","name":"show","optional":true,"values":["hidden","named","postcard"]}],"name":"clan"},{"description":"make something: hands are instant, a station takes the job and the time","example":"{\"recipe\":\"flint_axe\"}","fields":[{"kind":"enum","name":"recipe","optional":false,"values":["antidote","arrow","bandage","banner_charm","barometer","beam","bell_charm","bomb","boots","bottle","bow","bread","brick","brick_batch","bronze","charcoal","charcoal_batch","charge","charter","cloth","coat","coin","cooked_minnow","cooked_perch","cooked_eel","cooked_golden_carp","cooked_trout","cooked_pike","cooked_salmon","cooked_mackerel","cooked_cod","copper","copper_axe","copper_hoe","copper_lock","copper_pick","copper_sword","crossbow","crown","crystal","deep_draught","dowsing_rod","dragonglass_blade","dress","dye_black","dye_blue","dye_brown","dye_green","dye_grey","dye_orange","dye_pink","dye_red","dye_teal","dye_violet","dye_white","dye_yellow","elixir_heart","elixir_pack","elixir_quick","fire_arrow","firework","fittings","flax_rope","flint_axe","flint_hoe","flint_knife","flint_pick","fog_lantern","fuel","fur_cloak","galoshes","glass","glasssand_glass","gloves","great_stone","handset","hearth_charm","hearthstone","high_ward","hood","horn","ink","interceptor","iron","iron_axe","iron_helm","iron_hoe","iron_lock","iron_mail","iron_pick","iron_shield","iron_sword","jar","jerky","key","kite","lantern","lantern_charm","leather_tunic","lens","lodestone","mask","mending_charm","missile","mithril","mithril_mail","mithril_pick","mithril_sword","mortar","nails","net","oar","obsidian_blade","paper","plank","potion_haste","potion_hearth","potion_iron_skin","potion_luck","potion_owl_eye","quiet_charm","resin_torch","rod","rope","sand_mask","satchel","satellite_phone","scarf","sextant","silver","skates","sled","sling","snowshoes","spacesuit","spear","spectacles","steel","steel_axe","steel_lock","steel_mail","steel_pick","steel_plate","steel_sword","storm_cloak","straw_hat","throwing_spear","tin","torch","umbrella","war_horn","ward_stone","warden_charm","welcome_charm","wheat_bread","wire","wood_shield","wool_cloak"]},{"kind":"number","name":"count","optional":true,"values":[]}],"name":"craft"},{"description":"mining known and a pick in hand: sink a ladder through bare rock (a cleared rock, or the floor of a level) to a new level below; two levels down count as a ring out","example":"{\"x\":1,\"y\":0}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"dig"},{"description":"step off onto an adjacent walkable tile: dir if given, else where you got on, else any; a hand cart is let go","example":"{\"dir\":\"s\"}","fields":[{"kind":"enum","name":"dir","optional":true,"values":["n","e","s","w"]}],"name":"dismount"},{"description":"at a desk with paper and ink: draw a map of the country you have walked","example":"{}","fields":[],"name":"draw"},{"description":"at a dummy: the piece in `slot` takes the look of `like`","example":"{\"slot\":2,\"like\":3}","fields":[{"kind":"number","name":"like","optional":false,"values":[]},{"kind":"number","name":"slot","optional":false,"values":[]}],"name":"dress"},{"description":"drop a pack slot: it ties into a little bundle on the ground, for anyone","example":"{\"slot\":0,\"count\":1}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]},{"kind":"number","name":"count","optional":true,"values":[]}],"name":"drop"},{"description":"recolour a cloth piece with a dye, both from the pack","example":"{\"slot\":2,\"dye\":5}","fields":[{"kind":"number","name":"dye","optional":false,"values":[]},{"kind":"number","name":"slot","optional":false,"values":[]}],"name":"dye"},{"description":"eat a food from a pack slot; potions and elixirs drink the same way","example":"{\"slot\":3}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]}],"name":"eat"},{"description":"show an emote bubble","example":"{\"kind\":\"wave\"}","fields":[{"kind":"enum","name":"kind","optional":false,"values":["wave","heart","laugh","music","cheer"]}],"name":"emote"},{"description":"lay a rune's enchantment at the gem's grade, at the enchanter's bench","example":"{\"slot\":2,\"rune\":4,\"gem\":5}","fields":[{"kind":"number","name":"gem","optional":false,"values":[]},{"kind":"number","name":"rune","optional":false,"values":[]},{"kind":"number","name":"slot","optional":false,"values":[]}],"name":"enchant"},{"description":"wear a pack slot: head, body, cloak, feet, trinket, or a light at the belt. what was there comes back","example":"{\"slot\":2}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]}],"name":"equip"},{"description":"change your face: one of the twenty-four skins","example":"{\"skin\":\"scout\"}","fields":[{"kind":"enum","name":"skin","optional":false,"values":["scout","ranger","miner","baker","sage","wisp","knight","fisher","herbalist","tinker","bard","monk","weaver","gardener","shepherd","smith","scribe","potter","dancer","brewer","hunter","elder","sailor","witch"]}],"name":"face"},{"description":"the hand decides: a torch lights the tile, a charge is set (four minutes of fuse), a firework goes up; empty-handed at a silo, its missile flies to x,y","example":"{\"x\":3,\"y\":-2}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"fire"},{"description":"with a rod in hand, cast onto water within three tiles; call again to reel. moving loses the cast","example":"{\"x\":4,\"y\":1}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"fish"},{"description":"name a friend: they may open your doors and build in your claimed square. remove takes the name back; bare, it lists","example":"{\"name\":\"ada\"}","fields":[{"kind":"string","name":"name","optional":true,"values":[]},{"kind":"string","name":"remove","optional":true,"values":[]}],"name":"friend"},{"description":"hand a pack slot to a nearby you, or a beast (by its id) what it eats","example":"{\"slot\":0,\"to\":\"ada\",\"count\":2}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]},{"kind":"string","name":"to","optional":false,"values":[]},{"kind":"number","name":"count","optional":true,"values":[]}],"name":"give"},{"description":"walk to any tile, any distance, over true ground; stops only when blocked","example":"{\"x\":12,\"y\":-3}","fields":[{"kind":"string","name":"to","optional":true,"values":[]},{"kind":"number","name":"x","optional":true,"values":[]},{"kind":"number","name":"y","optional":true,"values":[]}],"name":"go"},{"description":"the greeter's path: saw marks the tree beheld, skip waves the greeter on, bare reads the progress","example":"{\"saw\":\"tree\"}","fields":[{"kind":"enum","name":"saw","optional":true,"values":["tree"]},{"kind":"string","name":"skip","optional":true,"values":[]}],"name":"greet"},{"description":"put a pack slot in your hand: what is in the hand is what you work with","example":"{\"slot\":1}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]}],"name":"hand"},{"description":"take a ripe crop within reach: its yield and the seed back into your pack","example":"{\"x\":2,\"y\":0}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"harvest"},{"description":"swing at the creature on a tile beside you (a spear reaches two): one blow, then a breath before the next","example":"{\"x\":1,\"y\":0}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"hit"},{"description":"use a nearby object: read, sit, sleep, open, pull, or move things between your pack and it","example":"{\"x\":1,\"y\":0,\"take\":{\"slot\":0}}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]},{"kind":"enum","name":"job","optional":true,"values":["haul","farm","mine","build","guard"]},{"kind":"object","name":"label","optional":true,"values":[]},{"kind":"object","name":"move","optional":true,"values":[]},{"kind":"object","name":"put","optional":true,"values":[]},{"kind":"object","name":"take","optional":true,"values":[]}],"name":"interact"},{"description":"the world around you as text: the map, your pack, your bars, the stations in reach; with mining and a pick, what the rock hides; with a dowsing rod, where the nearest hidden vein lies","example":"{\"radius\":8}","fields":[{"kind":"number","name":"radius","optional":true,"values":[]}],"name":"look"},{"description":"at a mailbox: a letter to a name, read at any mailbox","example":"{\"to\":\"ada\",\"text\":\"the kiln is lit\"}","fields":[{"kind":"string","name":"text","optional":false,"values":[]},{"kind":"string","name":"to","optional":false,"values":[]}],"name":"mail"},{"description":"plant a named flag on the map, where you stand or at x y; you and your clan see it","example":"{\"label\":\"iron hollow\"}","fields":[{"kind":"string","name":"label","optional":false,"values":[]},{"kind":"number","name":"x","optional":true,"values":[]},{"kind":"number","name":"y","optional":true,"values":[]}],"name":"mark"},{"description":"mend the worn named thing in `slot` at the station its recipe names, for half its materials; enchants and stars are kept","example":"{\"slot\":0}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]}],"name":"mend"},{"description":"get on the mount beside you: you sit on its tile and the arrows move it; a hand cart is taken by the handle and follows; a rocket goes up","example":"{\"x\":1,\"y\":0}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"mount"},{"description":"face a direction and step one tile if clear; a doorway carries you through; riding, the mount goes","example":"{\"dir\":\"e\"}","fields":[{"kind":"enum","name":"dir","optional":false,"values":["n","e","s","w"]},{"kind":"boolean","name":"ghost","optional":true,"values":["true","false"]}],"name":"move"},{"description":"put terms — pack slots for wanted stacks — to a player within two tiles; they accept within a real minute or it lapses","example":"{\"to\":\"ada\",\"give\":[{\"slot\":0,\"count\":3}],\"want\":[{\"item\":\"bread\",\"count\":1}]}","fields":[{"kind":"string","name":"give","optional":false,"values":[]},{"kind":"string","name":"to","optional":false,"values":[]},{"kind":"string","name":"want","optional":false,"values":[]}],"name":"offer"},{"description":"at a terminal: {name, text} writes a page, {read: \"prices\" | \"town://computer/page\"} reads one, {host} names the machine","example":"{\"read\":\"fern://mill/prices\"}","fields":[{"kind":"string","name":"host","optional":true,"values":[]},{"kind":"string","name":"name","optional":true,"values":[]},{"kind":"string","name":"read","optional":true,"values":[]},{"kind":"string","name":"text","optional":true,"values":[]}],"name":"page"},{"description":"a dye pot from a pack slot onto a paintable thing in reach: rugs, lanterns, wallpaper, flowerbeds, the picket fence","example":"{\"x\":1,\"y\":0,\"slot\":2}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]},{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"paint"},{"description":"set an object on a nearby tile, paying its cost; big things stand as a site until worked","example":"{\"object\":\"campfire\",\"x\":1,\"y\":0}","fields":[{"kind":"enum","name":"object","optional":false,"values":["anvil","arbor","banner","barge","bed","bedroll","bench","big_chest","board","bones","bookshelf","bridge","bundle","bunk","campfire","capacitor","cart","cavemouth","checker_floor","chest","claim_flag","computer","cracked_kiln","crop_berry","crop_mushroom","crop_wheat","crystal","curtains","desk","door","dummy","dynamo","electric_lamp","enchanters_bench","fence","fireplace","flagstone_path","floor","flower","flowerbed","forge","frame","gangplank","gate","generator","golem","grand_chest","gravel_path","great_stone","hatch","hearthstone","hedge","hedge_tall","high_ward","hive","hoard","horse","house","hut","iron_fence","kiln","ladder","lamp","lamppost","lantern","lever","lightning_rod","locomotive","longboat","loom","mailbox","map_table","milestone","minecart","mint","net","old_stone","pack","panelling","paper_lantern","path","picket_fence","plaque","plot","pond","pot_fern","pot_flower","pot_sapling","power_wire","puddle","raft","rail","rain_barrel","receiver","road","rocket","rope","rug","rug_long","rug_round","sapling","satellite","shelf","sign","sitechest","skiff","snare","sorter","spike_pit","sprout","stalagmite","stall","standing_lantern","still","stone_fence","table","tailors_bench","telegraph_post","tile_floor","topiary_ball","topiary_bird","topiary_spiral","torch","trophy","tumbled_wall","wagon","wall","wallpaper","wallpaper_stripe","ward_stone","warehouse_chest","weathervane","window_box","wire","wire_phone","wood_wall","workbench"]},{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]},{"kind":"boolean","name":"rotated","optional":true,"values":["true","false"]},{"kind":"string","name":"text","optional":true,"values":[]}],"name":"place"},{"description":"set a plan down as a plot of chalk on free ground, top-left at x y; then add to its stage and work it","example":"{\"name\":\"hut\",\"x\":2,\"y\":-2}","fields":[{"kind":"enum","name":"name","optional":false,"values":["barn","barracks","bridge","dock","dome_battery","foundry","gatehouse","golem","granary","greenhouse","guild_hall","harbour","house","hut","keep","library","lighthouse","market","mast","mill","mint","observatory","palisade","pen","post_office","quarry","rocket_pad","sawmill","shed","silo","skyscraper","smithy","station","tavern","town_hall","warehouse","watchtower","well","works","workshop"]},{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"plan"},{"description":"set one seed from a pack slot (wheat, berry, mushroom) into a bare field within reach; it ripens on the clock","example":"{\"slot\":4,\"x\":2,\"y\":0}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]},{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"plant"},{"description":"at a terminal: {open: 7} opens a port on your computer (the ack carries its api id); {to: \"town://computer:7\", text} types to one; {close: 7}","example":"{\"to\":\"fern://mill:7\",\"text\":\"bread?\"}","fields":[{"kind":"number","name":"close","optional":true,"values":[]},{"kind":"number","name":"open","optional":true,"values":[]},{"kind":"string","name":"text","optional":true,"values":[]},{"kind":"string","name":"to","optional":true,"values":[]}],"name":"port"},{"description":"escrow pay into the board for whoever brings the want — a stack, or {slain: creature} proved by the log — before until (game minutes)","example":"{\"x\":1,\"y\":0,\"want\":{\"item\":\"iron\",\"count\":20},\"pay\":[{\"slot\":0,\"count\":5}],\"until\":1440}","fields":[{"kind":"string","name":"pay","optional":false,"values":[]},{"kind":"number","name":"until","optional":false,"values":[]},{"kind":"string","name":"want","optional":false,"values":[]},{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]},{"kind":"boolean","name":"band","optional":true,"values":["true","false"]}],"name":"post"},{"description":"set one of your stall's eight prices; band: true sells it to your band alone; drop clears one","example":"{\"x\":1,\"y\":0,\"give\":{\"item\":\"bread\",\"count\":2},\"want\":{\"item\":\"coin\",\"count\":1}}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]},{"kind":"boolean","name":"band","optional":true,"values":["true","false"]},{"kind":"string","name":"drop","optional":true,"values":[]},{"kind":"object","name":"give","optional":true,"values":[]},{"kind":"object","name":"want","optional":true,"values":[]}],"name":"price"},{"description":"set the quick slot: what F uses","example":"{\"slot\":3}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]},{"kind":"string","name":"second","optional":true,"values":[]}],"name":"quick"},{"description":"read the scroll or drawing in a pack slot: you learn what it says, and it is spent","example":"{\"slot\":2}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]}],"name":"read"},{"description":"the whole recipe book: inputs, output, where it is made, how long it takes","example":"{}","fields":[],"name":"recipes"},{"description":"break the made thing in `slot` back into half its materials (rounded down, at least one of the biggest) at the station its recipe names; a soul and its enchants are lost","example":"{\"slot\":0}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]}],"name":"recycle"},{"description":"redeem a pack slot: an invitation (a friend's email, or none) or a month coin","example":"{\"slot\":0,\"to\":\"friend@example.com\"}","fields":[{"kind":"number","name":"slot","optional":false,"values":[]},{"kind":"string","name":"to","optional":true,"values":[]}],"name":"redeem"},{"description":"take a nearby object back down; its cost comes with it","example":"{\"x\":1,\"y\":0}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"remove"},{"description":"report a player to the keepers: their name and what happened, in plain words","example":"{\"who\":\"ada\",\"text\":\"they walled my door shut\"}","fields":[{"kind":"string","name":"text","optional":false,"values":[]},{"kind":"string","name":"who","optional":false,"values":[]}],"name":"report"},{"description":"at a desk: put a tech's cost on the page and the minutes count; done, you know it for good","example":"{\"tech\":\"pottery\"}","fields":[{"kind":"enum","name":"tech","optional":false,"values":["cordage","fire","foraging","hearth_cooking","knapping","wattle","carpentry","copper","dyes","farming","fishing","fletching","husbandry","masonry_i","pottery","rafts","the_wheel","weaving","brewing","cartography","coinage","glassmaking","iron","locks","masonry_ii","mining","post","rails","roads","sailing","tailoring","telegraph","trade","writing","alchemy","blasting","crossbows","deep_sailing","electricity","enchanting","fortification","guilds","medicine","optics","printing","radio","steam","steel","weathercraft","astronomy","ballistics","computing","glass_towers","interception","mobile","rocketry","satellites"]}],"name":"research"},{"description":"the game as data: /rules [part]","example":"{\"part\":\"actions\"}","fields":[{"kind":"string","name":"part","optional":true,"values":[]}],"name":"rules"},{"description":"say something: heard by your homeland; 24 tiles in the wilds (at a telegraph post, the whole wire); channel band or alliance keeps it yours","example":"{\"text\":\"hello\"}","fields":[{"kind":"string","name":"text","optional":false,"values":[]},{"kind":"enum","name":"channel","optional":true,"values":["band","alliance"]}],"name":"say"},{"description":"a sling, bow, crossbow, throwing spear or bomb in hand: its ammo flies at the tile. the only blow that reaches a flying thing; walls and geysers do not stop it, but a shot can miss","example":"{\"x\":4,\"y\":2}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"shoot"},{"description":"a horn in hand: heard 96 tiles, once a minute. a war horn calls the whole clan, each hearing which way you are","example":"{\"text\":\"wolves at the mill\"}","fields":[{"kind":"string","name":"text","optional":false,"values":[]}],"name":"shout"},{"description":"stop working (the tile remembers how far you got), or stop a make by its recipe: the unstarted units come back","example":"{}","fields":[{"kind":"enum","name":"recipe","optional":true,"values":["antidote","arrow","bandage","banner_charm","barometer","beam","bell_charm","bomb","boots","bottle","bow","bread","brick","brick_batch","bronze","charcoal","charcoal_batch","charge","charter","cloth","coat","coin","cooked_minnow","cooked_perch","cooked_eel","cooked_golden_carp","cooked_trout","cooked_pike","cooked_salmon","cooked_mackerel","cooked_cod","copper","copper_axe","copper_hoe","copper_lock","copper_pick","copper_sword","crossbow","crown","crystal","deep_draught","dowsing_rod","dragonglass_blade","dress","dye_black","dye_blue","dye_brown","dye_green","dye_grey","dye_orange","dye_pink","dye_red","dye_teal","dye_violet","dye_white","dye_yellow","elixir_heart","elixir_pack","elixir_quick","fire_arrow","firework","fittings","flax_rope","flint_axe","flint_hoe","flint_knife","flint_pick","fog_lantern","fuel","fur_cloak","galoshes","glass","glasssand_glass","gloves","great_stone","handset","hearth_charm","hearthstone","high_ward","hood","horn","ink","interceptor","iron","iron_axe","iron_helm","iron_hoe","iron_lock","iron_mail","iron_pick","iron_shield","iron_sword","jar","jerky","key","kite","lantern","lantern_charm","leather_tunic","lens","lodestone","mask","mending_charm","missile","mithril","mithril_mail","mithril_pick","mithril_sword","mortar","nails","net","oar","obsidian_blade","paper","plank","potion_haste","potion_hearth","potion_iron_skin","potion_luck","potion_owl_eye","quiet_charm","resin_torch","rod","rope","sand_mask","satchel","satellite_phone","scarf","sextant","silver","skates","sled","sling","snowshoes","spacesuit","spear","spectacles","steel","steel_axe","steel_lock","steel_mail","steel_pick","steel_plate","steel_sword","storm_cloak","straw_hat","throwing_spear","tin","torch","umbrella","war_horn","ward_stone","warden_charm","welcome_charm","wheat_bread","wire","wood_shield","wool_cloak"]}],"name":"stop"},{"description":"with a hoe in hand, turn grass, dirt or tall grass within reach into a field; tall grass gives up its grain","example":"{\"x\":2,\"y\":0}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"till"},{"description":"wear a title a deed gave you; no name bares yours","example":"{\"name\":\"Ironstriker\"}","fields":[{"kind":"string","name":"name","optional":true,"values":[]}],"name":"title"},{"description":"take off what you wear (head, body, cloak, feet, trinket, light), back into the pack","example":"{\"where\":\"head\"}","fields":[{"kind":"enum","name":"where","optional":false,"values":["head","body","cloak","feet","trinket","light"]}],"name":"unequip"},{"description":"take one of your flags back down: by its label, or the tile it stands on","example":"{\"label\":\"iron hollow\"}","fields":[{"kind":"string","name":"label","optional":true,"values":[]},{"kind":"number","name":"x","optional":true,"values":[]},{"kind":"number","name":"y","optional":true,"values":[]}],"name":"unmark"},{"description":"a word for one name alone: standing in the world they hear it now; away, it waits as mail","example":"{\"to\":\"ada\",\"text\":\"meet me at the mill\"}","fields":[{"kind":"string","name":"text","optional":false,"values":[]},{"kind":"string","name":"to","optional":false,"values":[]}],"name":"whisper"},{"description":"the profile card: deeds, days lived, places seen","example":"{\"name\":\"ada\"}","fields":[{"kind":"string","name":"name","optional":true,"values":[]}],"name":"who"},{"description":"work a nearby tile with what is in your hand: chop, mine, dig, build, fight. keeps going until done or you move","example":"{\"x\":3,\"y\":-2}","fields":[{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]}],"name":"work"},{"description":"at a desk with paper and ink: write a tech you know onto a scroll","example":"{\"tech\":\"iron\"}","fields":[{"kind":"enum","name":"tech","optional":false,"values":["cordage","fire","foraging","hearth_cooking","knapping","wattle","carpentry","copper","dyes","farming","fishing","fletching","husbandry","masonry_i","pottery","rafts","the_wheel","weaving","brewing","cartography","coinage","glassmaking","iron","locks","masonry_ii","mining","post","rails","roads","sailing","tailoring","telegraph","trade","writing","alchemy","blasting","crossbows","deep_sailing","electricity","enchanting","fortification","guilds","medicine","optics","printing","radio","steam","steel","weathercraft","astronomy","ballistics","computing","glass_towers","interception","mobile","rocketry","satellites"]}],"name":"write"}]