diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-04 16:59:19 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-04 16:59:19 -0300 |
| commit | 5f70797f238466715196dd5d893c6ef77e2650fd (patch) | |
| tree | dcabbdda55925e73fda2400424f24d9d20a199aa /data/rpg-tools-cd | |
| parent | 899efcc5442804e312b6d98aa248ac3601da06d3 (diff) | |
Debug info
Diffstat (limited to 'data/rpg-tools-cd')
| -rwxr-xr-x | data/rpg-tools-cd/wands.gram | 80 |
1 files changed, 50 insertions, 30 deletions
diff --git a/data/rpg-tools-cd/wands.gram b/data/rpg-tools-cd/wands.gram index 2bf7cd8..0acbbd4 100755 --- a/data/rpg-tools-cd/wands.gram +++ b/data/rpg-tools-cd/wands.gram @@ -1,21 +1,21 @@ -[wand] a wand - a [material] wand - a [wand-tip] wand +[wand] a [wand-tip] wand a [material] [wand-tip] wand + <^2> [untipped-wand] + +[untipped-wand] a wand + a [material] wand -pragma suffix-with [wand] [tipped] -pragma suffix-with [wand] [ornament] -pragma suffix-with [wand] [inscription] +pragma suffix-with [untipped-wand] [tipped] +pragma suffix-with [wand] [ornament] [inscription] pragma initial-rule [wand] -[material] - ivory +[material] ivory glass ash bone - [material-metal] - [material-wood] + <^4> [material-metal] + <^4> [material-wood] [tipped] tipped with a [tip] @@ -24,9 +24,10 @@ pragma initial-rule [wand] pragma despace-rule [wand-tip] [ornament] decorated with [ornaments] + adorned with [ornaments] [inscription] inscribed with [inscriptions] - with a [inscriptions] inscribed on it + with [inscriptions] inscribed on it [material-wood] teak ironwood @@ -54,8 +55,8 @@ pragma despace-rule [wand-tip] dessicated eye pentagram crescent moon - [tip-jewel] - [tip-metal] + <^4> [tip-jewel] + <^4> [tip-metal] [tip-jewel] diamond amethyst @@ -77,16 +78,8 @@ pragma despace-rule [wand-tip] feathers glitter leather braids - [ornaments-sigils] - [ornaments-creatures] - [ornaments-elements] - -[ornaments-sigils] lucky charms - hieroglyphs - alchemy signs - holy symbols - unholy symbols - arcane sigils + <^3> [ornaments-creatures] + <^3> [ornaments-elements] [ornaments-elements] waves lightning @@ -97,23 +90,50 @@ pragma despace-rule [wand-tip] dragons spiders and insects -[inscriptions] unreadable - gnomish +[inscriptions] [inscribed-sigils] + +pragma prefix-with [inscriptions] [inscribed-language] + +[inscribed-sigils] lucky charms + hieroglyphs + alchemy signs + holy symbols + unholy symbols + arcane sigils + runes + scriptures + warnings + +[inscribed-language] [inscribed-language-mod] + +pragma suffix-with [inscribed-language] [inscribed-language-base] +pragma prefix-with [inscribed-language] [inscribed-mod] + +[inscribed-language-base] gnomish aboleth - abyssal aquan dwarven draconic - lost tongue sphinx ignan orcish elven dreemspeech - celestial - runes auran sylvan terran - druidic + +[inscribed-language-mod] unreadable + runic + script infernal + celestial + abyssal + draconic + druidic + +[inscribed-mod] ancient + faint + illegible + glowing + eldritch |
