41 lines
871 B
Markdown
41 lines
871 B
Markdown
|
|
---
|
||
|
|
directions:
|
||
|
|
n: [n, north]
|
||
|
|
s: [s, south]
|
||
|
|
e: [e, east]
|
||
|
|
w: [w, west]
|
||
|
|
u: [u, up]
|
||
|
|
d: [d, down]
|
||
|
|
prepositions: [with, on, in, to]
|
||
|
|
stopWords: [at, the, a, an]
|
||
|
|
noTargetVerbs: [look, inventory, wait, listen]
|
||
|
|
metaVerbs: [restart, undo, hint, save, quit, theme]
|
||
|
|
verbs:
|
||
|
|
go: [go, walk, move]
|
||
|
|
look: [look, l]
|
||
|
|
examine: [examine, x, inspect]
|
||
|
|
inventory: [inventory, inv, i]
|
||
|
|
take: [take, get, grab, pick up]
|
||
|
|
drop: [drop, put, leave]
|
||
|
|
use: [use, combine]
|
||
|
|
open: [open, uncover]
|
||
|
|
close: [close]
|
||
|
|
drink: [drink, sip]
|
||
|
|
read: [read]
|
||
|
|
light: [light]
|
||
|
|
extinguish: [extinguish, douse]
|
||
|
|
attack: [attack, kill, fight, strike]
|
||
|
|
hold: [hold, show]
|
||
|
|
push: [push, press]
|
||
|
|
pull: [pull]
|
||
|
|
cut: [cut, trim]
|
||
|
|
play: [play]
|
||
|
|
listen: [listen]
|
||
|
|
pour: [pour]
|
||
|
|
wait: [wait, z]
|
||
|
|
---
|
||
|
|
|
||
|
|
# Parser Vocabulary
|
||
|
|
|
||
|
|
Edit the frontmatter above to tune the commands Halfstreet accepts.
|