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/vaultsofnagoh | |
| parent | d22367abbb07f020dfb387032e9b72a040a170f5 (diff) | |
| parent | 0faa5175b6f0de8835ed514615ac64135f406b29 (diff) | |
Merge branch 'working'
Diffstat (limited to 'data/sample-grammars/vaultsofnagoh')
| -rwxr-xr-x | data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram b/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram new file mode 100755 index 0000000..57eef10 --- /dev/null +++ b/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram @@ -0,0 +1,63 @@ +[turboghoul-hat] sack + bucket + coalscuttle + [mask] + [headscarf] + [hood] + [turban] + [hat] + [helmet] + birdcage + goldfish bowl + +pragma initial-rule [turboghoul-hat] + +[eyeholes] with eyeholes + with an eyehole + +pragma suffix-with [turboghoul-hat] [eyeholes] + +[mask] [mask-type] mask + +[mask-type] clown + fanged iron + gimp + guy fawkes + gas + welding + hockey + tights + +[headscarf] [headscarf-type] headscarf + +[headscarf-type] flowery + bedouin + +[hood] [hood-type] hood + +[hood-type] liripided + monastic + +[turban] [turban-type] turban + +[turban-type] elaborate + simple + +[hat] [hat-type] hat + [hat-type] hat with bandana + +[hat-type] stetson + fancy feathered + wizard's pointy + +[helmet] [helmet-type] helmet + [helmet-type] helm + +[helmet-type] monstrous skull + common + knightly + winged + pickelhaub + futuristic + football + extra-spiky chaotic |
