diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:35:02 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:35:02 -0300 |
| commit | 0faa5175b6f0de8835ed514615ac64135f406b29 (patch) | |
| tree | 6a1a5a9b01a1175b8ae2203418005f7bc625be9d /RGens/data/sample-grammars/part-creature.gram | |
| parent | 9356498bebab9342222cd87be669abae9d7ac3a2 (diff) | |
Move files out of folder
Diffstat (limited to 'RGens/data/sample-grammars/part-creature.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/part-creature.gram | 137 |
1 files changed, 0 insertions, 137 deletions
diff --git a/RGens/data/sample-grammars/part-creature.gram b/RGens/data/sample-grammars/part-creature.gram deleted file mode 100755 index 41bbb83..0000000 --- a/RGens/data/sample-grammars/part-creature.gram +++ /dev/null @@ -1,137 +0,0 @@ -[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 |
