From 73a7c860f6252f5f2e94e2a57eb5cbd53e2b9ccb Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 24 Oct 2017 18:40:28 -0300 Subject: Update sample data --- RGens/data/sample-grammars/dungeondressing/abandoned.gram | 3 +-- RGens/data/sample-grammars/dungeondressing/bedroom.gram | 5 ++++- RGens/data/sample-grammars/dungeondressing/dragonencounter.gram | 1 - RGens/data/sample-grammars/dungeondressing/kitchen.gram | 1 - RGens/data/sample-grammars/dungeondressing/monster.gram | 2 ++ 5 files changed, 7 insertions(+), 5 deletions(-) (limited to 'RGens/data/sample-grammars/dungeondressing') diff --git a/RGens/data/sample-grammars/dungeondressing/abandoned.gram b/RGens/data/sample-grammars/dungeondressing/abandoned.gram index 6046fcb..c9ed653 100644 --- a/RGens/data/sample-grammars/dungeondressing/abandoned.gram +++ b/RGens/data/sample-grammars/dungeondressing/abandoned.gram @@ -1,7 +1,6 @@ [abandoned] while exploring the abandoned [abandon-place] , a [abandon-person] sneaks up on you [abandon-motion] . pragma initial-rule [abandoned] -pragma export-rule [abandoned] [abandon-place] shopping mall amusement park @@ -14,7 +13,7 @@ pragma export-rule [abandoned] investment banker cyborg prostitute vampire - 3 dogs in a trench coat + trio of dogs in a trench coat undead wizard [abandon-motion] on a jetpack diff --git a/RGens/data/sample-grammars/dungeondressing/bedroom.gram b/RGens/data/sample-grammars/dungeondressing/bedroom.gram index a80b8dd..fea0e00 100644 --- a/RGens/data/sample-grammars/dungeondressing/bedroom.gram +++ b/RGens/data/sample-grammars/dungeondressing/bedroom.gram @@ -1,7 +1,7 @@ [bedroom] you enter the [bedroom-type] and see a [bedroom-bed] with a [bedroom-person] lying on it. + you enter the [bedroom-type] and see a [bedroom-bed] with a [bedroom-person] lying in it. pragma initial-rule [bedroom] -pragma export-rule [bedroom] [bedroom-type] cheap hotel room penthouse suite @@ -9,6 +9,9 @@ pragma export-rule [bedroom] bear's den captain's cabin hospital ward + damp cave + mountain glen + deserted clearing [bedroom-bed] king bed with luxury sheets messy pile of wet hay diff --git a/RGens/data/sample-grammars/dungeondressing/dragonencounter.gram b/RGens/data/sample-grammars/dungeondressing/dragonencounter.gram index 676b6a2..5c299c3 100644 --- a/RGens/data/sample-grammars/dungeondressing/dragonencounter.gram +++ b/RGens/data/sample-grammars/dungeondressing/dragonencounter.gram @@ -1,7 +1,6 @@ [dragon-encounter] The [dragon-desc] dragon has a lair in [dragon-lair] where it guards a massive hoard of [dragon-hoard] pragma initial-rule [dragon-encounter] -pragma export-rule [dragon-encounter] [dragon-desc] obese syphilitic diff --git a/RGens/data/sample-grammars/dungeondressing/kitchen.gram b/RGens/data/sample-grammars/dungeondressing/kitchen.gram index 6448632..f888ff3 100644 --- a/RGens/data/sample-grammars/dungeondressing/kitchen.gram +++ b/RGens/data/sample-grammars/dungeondressing/kitchen.gram @@ -1,7 +1,6 @@ [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 diff --git a/RGens/data/sample-grammars/dungeondressing/monster.gram b/RGens/data/sample-grammars/dungeondressing/monster.gram index ea28b0e..cac53c7 100644 --- a/RGens/data/sample-grammars/dungeondressing/monster.gram +++ b/RGens/data/sample-grammars/dungeondressing/monster.gram @@ -1,6 +1,8 @@ [monster] [monster-kind] [monster-prefix] [monster-kind] +pragma initial-rule [monster] + [monster-prefix] were vampire giant -- cgit v1.2.3