diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-24 18:40:28 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-24 18:40:28 -0300 |
| commit | 73a7c860f6252f5f2e94e2a57eb5cbd53e2b9ccb (patch) | |
| tree | 17a75f0e7d88ea6386b6fe2880204a1ae2d154e5 /RGens/data/sample-grammars/vaultsofnagoh | |
| parent | 924bcdc9a65c7f88004d6dbf8dfa138c9a125e5d (diff) | |
Update sample data
Diffstat (limited to 'RGens/data/sample-grammars/vaultsofnagoh')
| -rw-r--r-- | RGens/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram b/RGens/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram new file mode 100644 index 0000000..e0a21d3 --- /dev/null +++ b/RGens/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram @@ -0,0 +1,56 @@ +[turboghoul-hat] sack with eyeholes + bucket with eyeholes + coalscuttle with eyeholes + [mask] + [headscarf] + [hood] + [turban] + ]hat] + [helmet] + birdcage + goldfish bowl + +[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 |
