diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-01-24 20:53:36 -0400 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-01-24 20:53:44 -0400 |
| commit | b07bdaef56959cf890609ead1d9267e45b021768 (patch) | |
| tree | 6dff2383a87e375b9b45417b9f4ffa4b282f72ab /RGens/data/sample-grammars | |
| parent | bb2769243fd8902f79e6b8a559d0aa139d43a084 (diff) | |
Update grammars
Diffstat (limited to 'RGens/data/sample-grammars')
| -rw-r--r-- | RGens/data/sample-grammars/rtwiki/class.gram | 11 | ||||
| -rwxr-xr-x | RGens/data/sample-grammars/zadrons-pouch.gram | 15 |
2 files changed, 22 insertions, 4 deletions
diff --git a/RGens/data/sample-grammars/rtwiki/class.gram b/RGens/data/sample-grammars/rtwiki/class.gram new file mode 100644 index 0000000..8fcb17c --- /dev/null +++ b/RGens/data/sample-grammars/rtwiki/class.gram @@ -0,0 +1,11 @@ +[Utility/Class] Barbarian + Bard + Cleric + Druid + Fighter + Monk + Paladin + Ranger + Rogue + Sorceror + Wizard diff --git a/RGens/data/sample-grammars/zadrons-pouch.gram b/RGens/data/sample-grammars/zadrons-pouch.gram index 61d928d..f72cf25 100755 --- a/RGens/data/sample-grammars/zadrons-pouch.gram +++ b/RGens/data/sample-grammars/zadrons-pouch.gram @@ -68,13 +68,20 @@ pragma export-rule [zadrons-item] [card] [card] -[crys-sphere] → [sphere-type] spheres +[crys-sphere] → crystal of [crystal-type] + [crys-act] + [crys-act] + [crys-act] + [crys-act] + +[crys-act] → [sphere-type] spheres [sphere-type] sphere lens of [lens-type] [crystal-type] sphere - crystal of [crystal-type] - crystal ball - crystal ball of [crys-suffix] + ball + ball of [crys-suffix] + +pragma prefix-with [crys-act] crystal [sphere-type] → microphonic seeing-eye |
