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 --- RGens/data/rpg-tools-cd/wands.gram | 116 +++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 RGens/data/rpg-tools-cd/wands.gram (limited to 'RGens/data/rpg-tools-cd') diff --git a/RGens/data/rpg-tools-cd/wands.gram b/RGens/data/rpg-tools-cd/wands.gram new file mode 100644 index 0000000..0a4a67d --- /dev/null +++ b/RGens/data/rpg-tools-cd/wands.gram @@ -0,0 +1,116 @@ +[wand] a wand + a [material] wand + a [wand+tip] wand + a [material] [wand+tip] wand + +pragma suffix-with [wand] [tipped] +pragma suffix-with [wand] [ornament] +pragma suffix-with [wand] [inscription] + +pragma initial-rule [wand] + +[material] [material-wood] + [material-metal] + ivory + glass + ash + bone + +[tipped] tipped with a [tip] + +[wand+tip] [tip] -tipped + +[ornament] decorated with [ornaments] + +[inscription] inscribed with [inscriptions] + with a [inscriptions] inscribed on it + +[material-wood] teak + ironwood + bamboo + willow + bronze + cedar + darkwood + ebony + birch + oak + ash + pine + reed + +[material-metal] bronze + copper + mithril + steel + silver + +[tip] [tip-jewel] + [tip-metal] + tuning {empty} fork + crystal {empty} lens + dragon {empty} tooth + dessicated {empty} eye + pentagram + crescent {moon} + +[tip-jewel] diamond + amethyst + amber + emerald + onyx {empty} disc + ruby + uncut {empty} quartz + sapphire + +[tip-metal] golden {empty} orb + iron {empty} spike + copper {empty} sun + silver {empty} star + tin {empty} thimble + +[ornaments] [ornaments-elements] + [ornaments-creatures] + [ornaments-sigils] + ribbons + chains + feathers + glitter + leather braids + +[ornaments-sigils] lucky charms + hieroglyphs + alchemy signs + holy symbols + unholy symbols + arcane sigils + +[ornaments-elements] waves + lightning + flames + whirlwinds + +[ornaments-creatures] serpents + dragons + spiders and insects + +[inscriptions] unreadable + gnomish + aboleth + abyssal + aquan + dwarven + draconic + lost tongue + sphinx + ignan + orcish + elven + dreemspeech + celestial + runes + auran + sylvan + terran + druidic + infernal -- cgit v1.2.3