diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-07 10:32:57 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-07 10:32:57 -0500 |
| commit | 3b07acb43c5f865c65094ae891f5a2dc791c8088 (patch) | |
| tree | 45e65344aa4ff277c48834344c723cc57f4387a9 /RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram | |
| parent | 03838b1b6c0a71042b69b2cb3de5faaf7a526596 (diff) | |
Update
Diffstat (limited to 'RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram | 202 |
1 files changed, 202 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram b/RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram new file mode 100755 index 0000000..c6abc09 --- /dev/null +++ b/RGens/data/sample-grammars/diablo-ii/diabloiiitems.gram @@ -0,0 +1,202 @@ +[item-act] [armor] + [headgear] + [accoutrements] + [shields] + [knives] + [swords] + [clubs] + [spears] + [polearms] + [axes] + [bows] + [crossbows] + [wands] + [staves] + [accessories] + [gems] + [inscriptions] + [perishables] + +[armor] cape + rags + cloak + robe + quilted armor + leather armor + hard leather armor + studded leather armor + ring mail + scale mail + chainmail + breast plate + light plate + splint mail + plate mail + field plate + ancient armor + gothic plate + full plate mail + +[headgear] cap + helm + mask + crown + +[headgear-kind] full + great + bone + +pragma prefix-with [headgear] [headgear-kind] + +[accoutrements] gloves + sash + boots + bracers + belt + gauntlets + girdle + +[acc-kind] leather + chain + plate + +pragma prefix-with [accoutrements] [acc-kind] + +[shields] buckler + shield + [shield-size] shield + [shield-type] shield + [shield-size] [shield-type] shield + +[shield-size] small + large + huge + +[shield-type] kite + spiked + bone + tower + gothic + +[knives] dagger + throwing knife + kris + +[swords] sword + sabre + blade + scimitar + falchion + claymore + +[sword-kind] long + broad + short + bastard + two-handed + +pragma prefix-with [swords] [sword-kind] + +[clubs] club + spiked club + mace + morning star + flail + war hammer + maul + malus + +[spears] javelin + spear + pilum + glaive + trident + pike + brandistock + +[polearms] bardiche + scythe + poleax + halberd + +[axes] axe + [axe-size] axe + [axe-type] axe + [axe-size] [axe-type] axe + +[axe-size] small + large + giant + +[axe-type] throwing + broad + battle + great + +[bows] arrow ( [amount] count) + bow + [bow-size] bow + [bow-type] bow + [bow-size] [bow-type] bow + +[bow-size] short + long + +[bow-type] hunter’s + composite + battle + war + +[crossbows] bolt ( [amount] count) + crossbow + [crossbow-type] crossbow + +[crossbow-type] light + repeating + heavy + +[wands] wand + [wand-type] wand + torch + scepter + [wand-type] scepter + +[wand-type] bone + yew + +[staves] staff + +[staff-type] short + long + gnarled + composite + battle + war + +pragma prefix-with [staves] [staff-type] + +[accessories] charm + ring + flag + orb + amulet + +[gems] [gem-type] + +[gem-quality] chipped + flawed + flawless + perfect + +[gem-type] amethyst + diamond + emerald + ruby + sapphire + topaz + +pragma prefix-with [gems] [gem-quality] + +[inscriptions] scroll + rune + book |
