From db126565fd4c8c8caf979898fc4f7084a08479dc Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Fri, 8 Jun 2018 20:35:21 -0400 Subject: More grammars --- .../dungeonfantasy-treasure/household-items.gram | 101 +++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram (limited to 'data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram') 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 + 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] -- cgit v1.2.3