diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-28 15:43:05 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-28 15:43:05 -0300 |
| commit | d5f37e4a78a666581147ad9bea375237d584945c (patch) | |
| tree | d8c94fef96cb3f7d71805c59614dfab6ae561a4c /RGens/data/sample-grammars/pokeattacks.gram | |
| parent | 8148dd0d08185349c1bf9bcbda43ec9f24befec3 (diff) | |
Update
Diffstat (limited to 'RGens/data/sample-grammars/pokeattacks.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/pokeattacks.gram | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/RGens/data/sample-grammars/pokeattacks.gram b/RGens/data/sample-grammars/pokeattacks.gram index ad23186..07ad8bc 100755 --- a/RGens/data/sample-grammars/pokeattacks.gram +++ b/RGens/data/sample-grammars/pokeattacks.gram @@ -3,10 +3,11 @@ [attack-type] ( [poke-type] type) ( [poke-type] / [poke-type] type) -[attack-pp] [5..40] type +[attack-pp] ( [5..40] pp ) pragma suffix-with [pokeattack] [move-kind] pragma suffix-with [pokeattack] [attack-type] +pragma suffix-with [pokeattack] [attack-pp] [pokeattack-name] [word-1] [word-1] [word-2] [word-2] @@ -58,8 +59,8 @@ pragma suffix-with [word-11] [seperator] pragma prefix-with [word-21] [seperator] -pragma prefix-with [pokeattack] [word-1] -pragma suffix-with [pokeattack] [word-2] +pragma prefix-with [pokeattack-name] [word-1] +pragma suffix-with [pokeattack-name] [word-2] [word-1] acid aerial |
