diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:44:57 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:44:57 -0300 |
| commit | 03b9ed1601acfe323dc9b5360b8f2c2c972c8e04 (patch) | |
| tree | 72e33eec337b386e6d536f128da03a9d4f2f12fe /data/new-sample-grammars/drakensang/gems.gram | |
| parent | d22367abbb07f020dfb387032e9b72a040a170f5 (diff) | |
| parent | 0faa5175b6f0de8835ed514615ac64135f406b29 (diff) | |
Merge branch 'working'
Diffstat (limited to 'data/new-sample-grammars/drakensang/gems.gram')
| -rw-r--r-- | data/new-sample-grammars/drakensang/gems.gram | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/data/new-sample-grammars/drakensang/gems.gram b/data/new-sample-grammars/drakensang/gems.gram new file mode 100644 index 0000000..655bdcb --- /dev/null +++ b/data/new-sample-grammars/drakensang/gems.gram @@ -0,0 +1,91 @@ +[ds-gem] [gem-type] + [gem-type] + [gem-type] of qaizah + [unique-gem] + +pragma initial-rule [ds-gem] + +[gem-quality] [gem-quality-normal] + [gem-quality-normal] + [gem-quality-alt] + +[gem-quality-normal] flawed + splintered + simple + polished + radiant + flawless + sacred + royal + +[gem-quality-alt] [gem-quality-alt-1] + +[gem-quality-alt-1] lesser + cut + cruciate + astral + +[gem-quality-alt-2] lesser + small + large + huge + +[gem-adjective] crystal + festive + solstice + +pragma prefix-with [ds-gem] [gem-adjective] +pragma prefix-with [ds-gem] [gem-quality] + +[gem-type] ruby + onyx + sapphire + cyanite + diamond + amethyst + peridot + +[gem-category] gem + jewel + star + moon + stone + snowflake + crystal + skull + +[gem-descr] timeless + concentrated + fortified + powerful + +pragma prefix-with [gem-type] [gem-descr] +pragma suffix-with [gem-type] [gem-category] + +[unique-gem] [gem-category] of [unique-trail] + [unique-lead] [gem-category] + [unique-type] + [gem-category] of [unique-trail] + [unique-lead] [gem-category] + [unique-type] + [gem-category] + +[unique-trail] insight + immunity + rage + acceleration + shadows + willpower + +[unique-lead] solstice + fluorite + shadow + accelerating + equipment fortifying + +[unique-type] bloodstone + moonstone + +pragma prefix-with [unique-type] [gem-descr] +pragma prefix-with [unique-lead] [gem-descr] +pragma prefix-with [unique-trail] [gem-descr] |
