diff options
| author | Ben Culkin <scorpress@gmail.com> | 2018-07-17 17:39:17 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2018-07-17 17:39:17 -0400 |
| commit | 13756d6671ef1e2aed30bcddacdd85d41bba568c (patch) | |
| tree | 8f716c5d6a17b676a52ecd304b7e21e5dce3d509 /data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram | |
| parent | 5ac98080a4e5929821565b572a0268294b80826a (diff) | |
| parent | 2945c2c85627da6236b71b0e0b36523d160d9cf3 (diff) | |
Merge branch 'working'
Diffstat (limited to 'data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram')
| -rw-r--r-- | data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram b/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram new file mode 100644 index 0000000..fdec9cc --- /dev/null +++ b/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram @@ -0,0 +1,101 @@ +[household-item] [cooking] + [decor] + [painting] + [sculpture] + [furniture] + [grooming] + [personal] + +[cooking] basin + bowl + bucket + cauldron + chopsticks + cup + dinner plate + drinking set + cooking fork + table fork + goblet + table knife + ladle + mortar and pestle + pitcher + place setting + platter + pot + skillet + cooking spit + tea set + iron teapot + wine glass + +[decor] banner + brazier + candlesticks + [censer] + complex clock + simple clock + music box + +[censer] censer + incense burner + +[painting] encaustic painting + oil painting + [tempera|watercolor] painting + pennant + +[sculpture] [scul-mat] [scul-fig] + +[scul-mat] clay + bone + [porcelain|faience] + stone + wood + ivory + +[furniture] bench + chair + folding chair + couch + footstool + headrest + mattress + pillow + rug/carpet + sheets + table + folding table + tapestry + tub + +[grooming] brush + comb + cosmetics + grooming kit + razor + scissor + strigil + +[personal] fan + mask + <?2> canopy parasol + pipe + seal + staff + tinderbox + walking stick + wand + water pipe + large wig + small wig + +# TODO +# Continue from here, page 16 of pdf +[science] abacus + +[scul-fig] sculpture + figurine + +pragma initial-rule [household-item] |
