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/diabloiisuffixes.gram | |
| parent | 03838b1b6c0a71042b69b2cb3de5faaf7a526596 (diff) | |
Update
Diffstat (limited to 'RGens/data/sample-grammars/diablo-ii/diabloiisuffixes.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/diablo-ii/diabloiisuffixes.gram | 216 |
1 files changed, 216 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/diablo-ii/diabloiisuffixes.gram b/RGens/data/sample-grammars/diablo-ii/diabloiisuffixes.gram new file mode 100755 index 0000000..66e264e --- /dev/null +++ b/RGens/data/sample-grammars/diablo-ii/diabloiisuffixes.gram @@ -0,0 +1,216 @@ +[suffix] [damage-reduction] + [defense-effect] + [durability] + [hitpoints] + [ability-scores] + [cursed] + [recovery] + [memorization] + [combat-action] + [treasure-finder] + [light-source] + [hazard-reduction] + [damage-increase] + [min-damage] + [attack-speed] + [attack-effect] + [attack-restore] + [item-damage] + [weapon-proficency] + [weapon-use] + [spell-casting] + +[damage-reduction] health + protection + absorption + life + deflection + +[defense-effect] thorns + spikes + blocking + +[durability] sturdiness + structure + the ages + bonding + unity + +[hitpoints] the [hitpoints-act] + +[hitpoints-act] jackal + fox + jaguar + wolf + eagle + tiger + lion + mammoth + whale + colossus + +[ability-scores] vitality + dexterity + magic + strength + the lynx + zest + skill + the mind + might + the leopard + vim + accuracy + brilliance + power + the jaguar + vigor + precision + sorcery + the giant + the tiger + life + perfection + wizardry + the titan + the lion + the sky + the moon + the stars + the heavens + the zodiac + +[cursed] tears + pain + brittleness + decay + fragility + the vulture + disease + atrophy + dyslexia + weakness + the cat + the pit + illness + paralysis + draining + frailty + the rat + trouble + pox + corruption + infection + ruin + the exposed + discord + the night + the dark + the void + passivity + snail + fool + +[recovery] regeneration + regrowth + +[memorization] warding + the sentinel + guarding + negation + osmosis + +[combat-action] the apprentice + the magus + balance + stability + harmony + +[treasure-finder] greed + chance + wealth + fortune + +[light-source] light + radiance + the sun + +[hazard-reduction] the thief + warmth + remedy + amelioration + defiance + purging + +[damage-increase] craftsmanship + quality + maiming + slaying + gore + devestation + the jester + carnage + slaughter + +[min-damage] measure + worth + excellence + performance + +[attack-speed] readiness + alacrity + swiftness + quickness + speed + haste + +[attack-effect] frost + flame + shock + blight + ice + fire + lightning + venom + the glacier + burning + thunder + pestilence + vileness + the crusaders + destruction + peril + the bear + the grizzly + +[attack-restore] the leech + the claw + the bat + blood + the talon + the vampire + the lamprey + +[item-damage] piercing + breaking + puncturing + smashing + bashing + +[weapon-proficency] ease + simplicity + +[weapon-use] many + plenty + +[spell-casting] [spell-number] magic + +[spell-number] 1st + 2nd + 3rd + 4th + 5th + 6th + 7th + 8th + 9th |
