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/bedroom.gram | |
| parent | 3e6e258a63d30e9ae57cc3f08efdcf95d6a3c44d (diff) | |
More grammars
Diffstat (limited to 'RGens/data/sample-grammars/dungeondressing/bedroom.gram')
| -rw-r--r-- | RGens/data/sample-grammars/dungeondressing/bedroom.gram | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/dungeondressing/bedroom.gram b/RGens/data/sample-grammars/dungeondressing/bedroom.gram new file mode 100644 index 0000000..a80b8dd --- /dev/null +++ b/RGens/data/sample-grammars/dungeondressing/bedroom.gram @@ -0,0 +1,25 @@ +[bedroom] you enter the [bedroom-type] and see a [bedroom-bed] with a [bedroom-person] lying on it. + +pragma initial-rule [bedroom] +pragma export-rule [bedroom] + +[bedroom-type] cheap hotel room + penthouse suite + secret passage + bear's den + captain's cabin + hospital ward + +[bedroom-bed] king bed with luxury sheets + messy pile of wet hay + flea-infested sleeping bag + pentagram with candles + freshly unearthed coffin + tropical rope hammock + +[bedroom-person] half-orc prostitute + pile of moldy bones + mountain lion + jug of moonshine + kidnapped aristocrat + realistic sex doll |
