diff options
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 |
