diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-07 10:32:57 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-07 10:32:57 -0500 |
| commit | 3b07acb43c5f865c65094ae891f5a2dc791c8088 (patch) | |
| tree | 45e65344aa4ff277c48834344c723cc57f4387a9 /RGens/data/sample-grammars/zadrons-pouch.gram | |
| parent | 03838b1b6c0a71042b69b2cb3de5faaf7a526596 (diff) | |
Update
Diffstat (limited to 'RGens/data/sample-grammars/zadrons-pouch.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/zadrons-pouch.gram | 213 |
1 files changed, 213 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/zadrons-pouch.gram b/RGens/data/sample-grammars/zadrons-pouch.gram new file mode 100755 index 0000000..48b6e07 --- /dev/null +++ b/RGens/data/sample-grammars/zadrons-pouch.gram @@ -0,0 +1,213 @@ +[items] [item] + [item] and a [item] + [item] and a [item] as well as a [item] + [item] or [item] + [item] or [item] or maybe [item] + +pragma initial-rule [items] + +[item] [egg] + [glove] + [crys-sphere] + [rock] + [figurine] + [vial] + [mini-weapon] + [bag] + [card] + [rope] + [box] + [wand] + +[bag] bag of [bag-type] + [sack-type] sack + [purse-type] purse + +[bag-type] holding + tricks + useful items + devouring + dwarf-kind + invisible cloth + monster summoning + +[sack-type] lunch + recursive + +[purse-type] everfull + +[box] [box-type] box + cube of [box-type] + +[box-type] limited-force + frost-resisting + morphing + self-destructing + pandora + panicking + +[card] card of [card-type] + [card-type] card + +[card-type] fate + teleporting + elusive treasure + spell-storing + many-thing + imprisoning + messaging + bounty + +[crys-sphere] [sphere-type] spheres + [sphere-type] sphere + lens of [lens-type] + [crystal-type] sphere + crystal of [crystal-type] + crystal ball + crystal ball of [crys-suffix] + +[sphere-type] microphonic + seeing-eye + +[lens-type] detection + +[crystal-type] prison + radar + +[crys-suffix] jumping + +[egg] [egg-type] egg + +[egg-type] copper + stone + golden + white + white/pink + glass + +[figurine] [fig-material] [fig-animal] + +[fig-material] golden + onyx + serpentine + ivory + marble + bronze + jade + limestone + +[fig-animal] lion + dog + owl + goat + elephant + warrior + palace + leprechaun + +[glove] gauntlets of [gauntlet-type] + gloves of [glove-type] + [glove-type] gloves + +[gauntlet-type] dexterity + power + +[glove-type] pushing + choking + bigby + stunning + +[mini-weapon] minature [weapon-type] + small [weapon-type] + tiny [weapon-type] + [sling-type] sling + [weapon-type] + +[weapon-type] boomerang + arrow + net + catapult + hammer + sword + club + +[sling-type] seeking + +[rock] [pebble-type] pebble + stone of [stone-type] + [stone-type] stone + brick of [brick-type] + [geode-type] geode + +[pebble-type] inscribed + elemental control + +[stone-type] good-luck + weight + blind-defense + metal-clinging + +[brick-type] flying + +[geode-type] ioun + +[rope] [rope-type] rope + rope of [rope-type] + ball of [string-type] [string-kind] + +[rope-type] trick + entangling + climbing + dancing + tripping + snaring + levitating + self-entangling + +[string-type] endless + +[string-kind] string + yarn + +[vial] vial of [vial-type] + [vial-type] vial + [bottle-type] bottle + [flask-type] flask + +[vial-type] holding + trapping + experience + unnatural regeneration + +[bottle-type] ever-smoking + wheezing + blank potion + +[flask-type] iron + +[wand] [wand-type] wand + wand of [wand-type] + canceling [wand-type] wand + +[wand-type] magic missile + [spell-1] + [spell-2] + gusting + life-detecting + zadron + +[spell-1] frost + fire + lightining + fear + illumination + polymorphing + conjuration + paralyzing + +[spell-2] [spell2-type] detecting + +[spell2-type] magic + enemy + secret door/trap + |
