diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:44:57 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:44:57 -0300 |
| commit | 03b9ed1601acfe323dc9b5360b8f2c2c972c8e04 (patch) | |
| tree | 72e33eec337b386e6d536f128da03a9d4f2f12fe /data/sample-grammars/part-creature.gram | |
| parent | d22367abbb07f020dfb387032e9b72a040a170f5 (diff) | |
| parent | 0faa5175b6f0de8835ed514615ac64135f406b29 (diff) | |
Merge branch 'working'
Diffstat (limited to 'data/sample-grammars/part-creature.gram')
| -rwxr-xr-x | data/sample-grammars/part-creature.gram | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/data/sample-grammars/part-creature.gram b/data/sample-grammars/part-creature.gram new file mode 100755 index 0000000..41bbb83 --- /dev/null +++ b/data/sample-grammars/part-creature.gram @@ -0,0 +1,137 @@ +[full-creature] a(n) [creature-choice] + a(n) [quote-creature] fused with a(n) [quote-creature] + chimera of a(n) [quote-creature] , a(n) [quote-creature] and a(n) [quote-creature] + +[quote-creature] ( [creature-choice] ) + +pragma despace-rule [quote-creature] + +[creature-choice] [creature] + +pragma prefix-with [creature-choice] [characteristics] +pragma prefix-with [creature-choice] [abilities] +pragma prefix-with [creature-choice] [characteristics] +pragma prefix-with [creature-choice] [abilities] + +pragma initial-rule [full-creature] +pragma export-rule [creature-choice] + +[abilities] [ability] + [ability] + [ability] + [ability] + [quote-ability] and [quote-ability] + [quote-ability] and [quote-ability] + [quote-ability] , [quote-ability] and [quote-ability] + +[quote-ability] ( [ability] ) + +pragma despace-rule [quote-ability] + +[ability] flying + invisible + silent + ethereal + telepathic + eye beams + swallow whole + poisonous + regenerating + anti-magic + petrifying + frightful presence + confusing + flesh grinding + radioactive + rust + acidic + nauseating + [eating] + [elemental-type] -breathing + [elemental-type] -eating + [elemental-type] -immune + [elemental-type] -resistant + +[eating] [characteristic] -eating + [creature] -eating + +pragma despace-rule [eating] + +# @TODO 10/26/17 Ben Culkin :CharacteristicAdditions +# Add more templates and classes to the list + +[characteristics] [characteristic] + [characteristic] + [characteristic] + [characteristic] + [quote-characteristic] and [quote-characteristic] + [quote-characteristic] and [quote-characteristic] + [quote-characteristic] , [quote-characteristic] and [quote-characteristic] + +[quote-characteristic] ( [characteristic] ) + +pragma despace-rule [quote-characteristic] + +[characteristic] zombie + vampire + swarm + samurai + barbarian + wizard + ninja + robot + rabid + demonic + awakened + feral + pirate + gelatinous + dire + shadow + rich + [partial-breed] + [were] + [elemental-adv] [characteristic] + +[were] were- [characteristic] + were- [creature] + +pragma despace-rule [were] + +[partial-breed] half- [creature] + quarter- [creature] + +pragma despace-rule [partial-breed] + +[creature] shark + bear + lion + badger + wolf + ape + squid + snake + weasel + tyrannosaurus + crocodile + bee + spider + dragon + dire penguin + giant mini space hamster + camel + little girl + classy kobold + disenchanter + [elemental] + [elemental-type] + living [elemental-type] + [dungeon-mimic] + [^creature] + [humanoid] + [creature-epic] + +[dungeon-mimic] trapper + mimic + lurker + cloaker |
