diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:35:02 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:35:02 -0300 |
| commit | 0faa5175b6f0de8835ed514615ac64135f406b29 (patch) | |
| tree | 6a1a5a9b01a1175b8ae2203418005f7bc625be9d /RGens/data/sample-grammars/diablo-ii/diabloii.gram | |
| parent | 9356498bebab9342222cd87be669abae9d7ac3a2 (diff) | |
Move files out of folder
Diffstat (limited to 'RGens/data/sample-grammars/diablo-ii/diabloii.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/diablo-ii/diabloii.gram | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/RGens/data/sample-grammars/diablo-ii/diabloii.gram b/RGens/data/sample-grammars/diablo-ii/diabloii.gram deleted file mode 100755 index 411e795..0000000 --- a/RGens/data/sample-grammars/diablo-ii/diabloii.gram +++ /dev/null @@ -1,63 +0,0 @@ -[base-treasures] [base-treasure] - [quote-treasure] as well as [quote-treasure] - [quote-treasure] or [quote-treasure] - [quote-treasure] , and [quote-treasure] as well as [quote-treasure] - [quote-treasure] , [quote-treasure] or [quote-treasure] - -pragma initial-rule [base-treasures] - -[quote-treasure] ( [base-treasure] ) - -pragma despace-rule [quote-treasure] - -[base-treasure] a [item] - a [item] - a [item] - [non-item] - -[non-item] [money] - [money] - [money] - [money] - nothing - -[money] [diablo-amount] [money-type] - -[diablo-amount] 1 - 5 - 10 - 20 - 50 - 100 - 200 - 500 - 1000 - -pragma export-rule [diablo-amount] - -[money-type] coins - -pragma prefix-with [money-type] [metal-type] - -[metal-type] copper - silver - gold - platinum - -[item] [item-types] - [item-types] - [item-types] - [item-types] - [item-types] [d2-suffix] - [item-types] [d2-suffix] - [d2-prefix] [item-types] - [d2-prefix] [item-types] - [d2-prefix] [item-types] [d2-suffix] - -[item-types] [d2-item-type] - [d2-item-type] - [ds-items] - -[ds-items] [ds-gem] - [ds-rune] - [ds-armor] |
