From 0faa5175b6f0de8835ed514615ac64135f406b29 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 29 May 2018 15:35:02 -0300 Subject: Move files out of folder --- data/sample-grammars/diablo-ii/diabloiiperish.gram | 132 +++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100755 data/sample-grammars/diablo-ii/diabloiiperish.gram (limited to 'data/sample-grammars/diablo-ii/diabloiiperish.gram') diff --git a/data/sample-grammars/diablo-ii/diabloiiperish.gram b/data/sample-grammars/diablo-ii/diabloiiperish.gram new file mode 100755 index 0000000..af6c9ec --- /dev/null +++ b/data/sample-grammars/diablo-ii/diabloiiperish.gram @@ -0,0 +1,132 @@ +[perishables] [perishable-type] of [perishable-effect] + [perishable-effect] [perishable-type] + [bodypart] of [perishable-effect] + +pragma export-rule [perishables] + +[bodypart] heart + brain + jawbone + eye + ear + horn + tail + fang + quill + scalp + spleen + soul + bone + skull + blood + ribcage + viscera + flesh + claw + +[perishable-type] potion + oil + herb + elixir + resin + flask + spice + salve + +pragma prefix-with [perishable-type] [bodypart] + +[perishable-degree] light + medium + full + +[perishable-effect] [perishable-effect-1] + [perishable-effect-1] + [perishable-effect-1] + [perishable-effect-1] + [perishable-degree] [perishable-effect-1] + +[perishable-effect-1] [restore-effect] + detox + restoration + flaming + explosive + fulminating + [gas-type] gas + acidity + energizing + strengthening + empowering + artful + skillful + adroit + sturdiness + hardy + robust + sage + shrewd + vivid + indigo + cerulean + russet + vermilion + crackling + forked + swart + atramentous + vital + enduring + urgent + fleet + brisk + swift + dazzling + fascinating + bright + solar + omniscience + mystical + arcane + strength + dexterity + vitality + intelligence + chi + spectralness + fire + ice + lightning + magic + psionic + poison + energy + accuracy + damage + defense + life + power + accuracy + precision + mastery + sharpness + pain + savagery + death + hardening + imperviousness + immunity + skill + fortitude + blacksmith’s + blacksmithing + permanence + enchantment + enchanting + +[restore-effect] healing + mana + rejuvenation + chi + +[gas-type] rancid + choking + strangling -- cgit v1.2.3