From 3b07acb43c5f865c65094ae891f5a2dc791c8088 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 7 Feb 2017 10:32:57 -0500 Subject: Update --- RGens/data/sample-grammars/part-creature.gram | 77 +++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100755 RGens/data/sample-grammars/part-creature.gram (limited to 'RGens/data/sample-grammars/part-creature.gram') diff --git a/RGens/data/sample-grammars/part-creature.gram b/RGens/data/sample-grammars/part-creature.gram new file mode 100755 index 0000000..d729e44 --- /dev/null +++ b/RGens/data/sample-grammars/part-creature.gram @@ -0,0 +1,77 @@ +[full-creature] [creature-choice] + +[creature-choice] [creature] + [characteristic] [creature] + [ability] [creature] + [ability] [characteristic] [creature] + +pragma initial-rule [full-creature] + +[ability] flying + invisible + silent + ethereal + telepathic + eye beams + swallow whole + poisonous + regenerating + fire breathing + anti-magic + petrifying + soul-eating + frightful presence + confusing + flesh grinding + radioactive + rust + acidic + nauseating + [ability] and [ability] + +[characteristic] zombie + vampire + swarm + samurai + barbarian + wizard + ninja + were [characteristic] + robot + rabid + demonic + awakened + feral + pirate + half-dragon + gelatinous + dire + shadow + rich + [characteristic] and [characteristic] + +[creature] shark + bear + lion + badger + wolf + ape + squid + snake + weasel + tyrannosaurus + crocodile + bee + spider + [elemental] + mimic + dire penguin + giant mini space hamster + camel + little girl + classy kobold + +[elemental] fire + earth + water + air -- cgit v1.2.3