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 /data/sample-grammars/vaultsofnagoh | |
| parent | 9356498bebab9342222cd87be669abae9d7ac3a2 (diff) | |
Move files out of folder
Diffstat (limited to 'data/sample-grammars/vaultsofnagoh')
| -rw-r--r-- | 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 100644 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 |
