diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-11 22:25:02 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-11 22:25:02 -0300 |
| commit | 9a0bf41772184f7072f76cfa94e520d022261e4f (patch) | |
| tree | b53f08d849e0cfe2f6b7a628616f38666eec7bde /RGens/data/sample-grammars/dungeondressing/kitchen.gram | |
| parent | 3e6e258a63d30e9ae57cc3f08efdcf95d6a3c44d (diff) | |
More grammars
Diffstat (limited to 'RGens/data/sample-grammars/dungeondressing/kitchen.gram')
| -rw-r--r-- | RGens/data/sample-grammars/dungeondressing/kitchen.gram | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/dungeondressing/kitchen.gram b/RGens/data/sample-grammars/dungeondressing/kitchen.gram new file mode 100644 index 0000000..6448632 --- /dev/null +++ b/RGens/data/sample-grammars/dungeondressing/kitchen.gram @@ -0,0 +1,25 @@ +[kitchen] You enter the [kitchen-desc] kitchen. There is a [kitchen-book] cookbook nearby. Over the hearth, a [kitchen-food] gently simmers in a saucepan. + +pragma initial-rule [kitchen] +pragma export-rule [kitchen] + +[kitchen-desc] poorly lit + dirty and insect infested + blood-soaked + built for a studio audience + well-stocked + papier-mache + +[kitchen-book] troll + orcish + demonic + braille + animated, speaking + floating + +[kitchen-food] chicken with herb butter + charred human heart + glittering pixie carcass + pound of thick-cut bacon + dragon-egg omelette + dozen tiny hands |
