[{"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":"swap two pack slots: the pack is yours to lay out","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","bandage","barometer","boots","bottle","cloth","coat","crown","deep_draught","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","fog_lantern","galoshes","gloves","hood","jar","kite","mask","potion_haste","potion_hearth","potion_iron_skin","potion_luck","potion_owl_eye","sand_mask","scarf","skates","sled","snowshoes","spectacles","storm_cloak","straw_hat","umbrella","beam","bread","brick","brick_batch","bronze","charcoal","charcoal_batch","copper","copper_axe","copper_hoe","copper_pick","copper_sword","dowsing_rod","dragonglass_blade","fittings","flint_axe","flint_hoe","flint_knife","flint_pick","fuel","fur_cloak","glass","ink","iron","iron_axe","iron_helm","iron_hoe","iron_mail","iron_pick","iron_sword","jerky","key","lantern","leather_tunic","lens","mithril","mithril_mail","mithril_pick","mithril_sword","mortar","nails","oar","obsidian_blade","paper","plank","rod","rope","satchel","silver","spacesuit","steel","steel_axe","steel_mail","steel_pick","steel_plate","steel_sword","tin","torch","wheat_bread","wool_cloak","cooked_minnow","cooked_perch","cooked_eel","cooked_golden_carp","cooked_trout","cooked_pike","cooked_salmon","cooked_mackerel","cooked_cod","net","horn","wire","coin","charge","copper_lock","crystal","firework","handset","interceptor","iron_lock","lodestone","missile","satellite_phone","steel_lock","arrow","bow","crossbow","sling","banner_charm","bell_charm","charter","great_stone","hearth_charm","hearthstone","high_ward","lantern_charm","mending_charm","quiet_charm","ward_stone","warden_charm","welcome_charm"]},{"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 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 on the ground; it is gone","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":"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":"hand a pack slot to a nearby player, 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 a tile you can see the way to; stops at the edge of what you know","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":"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: 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":"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":"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":"string","name":"ghost","optional":true,"values":[]}],"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":["path","fence","wall","bridge","flower","torch","lantern","sign","bench","door","chest","crystal","lever","lamp","campfire","kiln","forge","workbench","anvil","loom","sprout","sapling","bed","table","rug","ladder","hatch","gangplank","cavemouth","frame","hut","house","raft","skiff","longboat","barge","cart","rocket","sitechest","pack","road","rail","minecart","rope","gate","wood_wall","floor","crop_wheat","crop_berry","crop_mushroom","locomotive","hoard","bones","stalagmite","puddle","desk","wagon","horse","net","plot","plaque","still","tailors_bench","dummy","enchanters_bench","weathervane","rain_barrel","lightning_rod","mailbox","wire","telegraph_post","wire_phone","map_table","banner","stall","board","mint","warehouse_chest","bedroll","milestone","dynamo","generator","power_wire","capacitor","electric_lamp","receiver","computer","satellite","golem","arbor","bookshelf","checker_floor","curtains","fireplace","flagstone_path","flowerbed","gravel_path","hedge","hedge_tall","iron_fence","lamppost","paper_lantern","panelling","picket_fence","pond","pot_fern","pot_flower","pot_sapling","rug_long","rug_round","shelf","standing_lantern","stone_fence","tile_floor","topiary_ball","topiary_bird","topiary_spiral","trophy","wallpaper","wallpaper_stripe","window_box","hearthstone","ward_stone","great_stone","high_ward","old_stone"]},{"kind":"number","name":"x","optional":false,"values":[]},{"kind":"number","name":"y","optional":false,"values":[]},{"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":"string","name":"band","optional":true,"values":[]}],"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":"string","name":"band","optional":true,"values":[]},{"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":"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":"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 24 tiles (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 or crossbow 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","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","example":"{}","fields":[],"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":"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"}]