From 9a0bf41772184f7072f76cfa94e520d022261e4f Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Wed, 11 Oct 2017 22:25:02 -0300 Subject: More grammars --- .../sample-grammars/dungeondressing/bedroom.gram | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 RGens/data/sample-grammars/dungeondressing/bedroom.gram (limited to 'RGens/data/sample-grammars/dungeondressing/bedroom.gram') 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 -- cgit v1.2.3