diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-04 19:27:40 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-04 19:27:40 -0300 |
| commit | 4bba1173779dc7933c651785d491fb089515e1e2 (patch) | |
| tree | d35e7e4a6d6f7623e0199549a3fd9052129ccf37 /RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram | |
| parent | aca42f9940eef4ddac53f50d95ec9f415848951b (diff) | |
Minor grammar tweaks
Diffstat (limited to 'RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram | 190 |
1 files changed, 95 insertions, 95 deletions
diff --git a/RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram b/RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram index a1bb40d..65e44af 100755 --- a/RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram +++ b/RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram @@ -1,21 +1,21 @@ [item-act] [armor] - [headgear] - [accoutrements] - [shields] - [knives] - [swords] - [clubs] - [spears] - [polearms] - [axes] - [bows] - [crossbows] - [wands] - [staves] - [accessories] - [gems] - [inscriptions] - [perishables] + [headgear] + [accoutrements] + [shields] + [knives] + [swords] + [clubs] + [spears] + [polearms] + [axes] + [bows] + [crossbows] + [wands] + [staves] + [accessories] + [gems] + [inscriptions] + [perishables] pragma export-rule [item-act] @@ -40,62 +40,62 @@ pragma export-rule [item-act] full plate mail [headgear] cap - helm - mask - crown + helm + mask + crown [headgear-kind] full - great - bone + great + bone pragma prefix-with [headgear] [headgear-kind] [accoutrements] gloves - sash - boots - bracers - belt - gauntlets - girdle + sash + boots + bracers + belt + gauntlets + girdle [acc-kind] leather - chain - plate + chain + plate pragma prefix-with [accoutrements] [acc-kind] [shields] buckler - shield - [shield-size] shield - [shield-type] shield - [shield-size] [shield-type] shield + shield + [shield-size] shield + [shield-type] shield + [shield-size] [shield-type] shield [shield-size] small - large - huge + large + huge [shield-type] kite - spiked - bone - tower - gothic + spiked + bone + tower + gothic [knives] dagger - throwing knife - kris + throwing knife + kris [swords] sword - sabre - blade - scimitar - falchion - claymore + sabre + blade + scimitar + falchion + claymore [sword-kind] long - broad - short - bastard - two-handed + broad + short + bastard + two-handed pragma prefix-with [swords] [sword-kind] @@ -109,53 +109,53 @@ pragma prefix-with [swords] [sword-kind] malus [spears] javelin - spear - pilum - glaive - trident - pike - brandistock + spear + pilum + glaive + trident + pike + brandistock [polearms] bardiche - scythe - poleax - halberd + scythe + poleax + halberd -[axes] axe +[axes] axe [axe-size] axe [axe-type] axe [axe-size] [axe-type] axe [axe-size] small - large - giant + large + giant [axe-type] throwing - broad - battle - great + broad + battle + great -[bows] arrow ( [diablo-amount] count) +[bows] arrow ( [diablo-amount] count) bow [bow-size] bow [bow-type] bow [bow-size] [bow-type] bow [bow-size] short - long + long [bow-type] hunter’s - composite - battle - war + composite + battle + war [crossbows] bolt ( [diablo-amount] count) - crossbow - [crossbow-type] crossbow + crossbow + [crossbow-type] crossbow [crossbow-type] light - repeating - heavy + repeating + heavy [wands] wand [wand-type] wand @@ -164,41 +164,41 @@ pragma prefix-with [swords] [sword-kind] [wand-type] scepter [wand-type] bone - yew + yew [staves] staff [staff-type] short - long - gnarled - composite - battle - war + long + gnarled + composite + battle + war pragma prefix-with [staves] [staff-type] [accessories] charm - ring - flag - orb - amulet + ring + flag + orb + amulet [gems] [gem-type] [gem-quality] chipped - flawed - flawless - perfect + flawed + flawless + perfect [gem-type] amethyst - diamond - emerald - ruby - sapphire - topaz + diamond + emerald + ruby + sapphire + topaz pragma prefix-with [gems] [gem-quality] [inscriptions] scroll - rune - book + rune + book |
