diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-04 21:14:41 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-04 21:14:41 -0300 |
| commit | 63c7fff30d41ab691d6f49d8d7b69e60f9a9e80f (patch) | |
| tree | 2addce4256bdabf4cc987fff936b4c04b9df2477 /data/sample-grammars/vaultsofnagoh | |
| parent | 9b9ce0c3123d70b9e839084aade4f37eb08e328d (diff) | |
Grammar updates
General pass to update grammars to new syntax/features
Diffstat (limited to 'data/sample-grammars/vaultsofnagoh')
| -rwxr-xr-x | data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram b/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram index 57eef10..b4a3861 100755 --- a/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram +++ b/data/sample-grammars/vaultsofnagoh/turboghoul-hats.gram @@ -28,20 +28,11 @@ pragma suffix-with [turboghoul-hat] [eyeholes] hockey tights -[headscarf] [headscarf-type] headscarf +[headscarf] [flowery|bedouin] headscarf -[headscarf-type] flowery - bedouin +[hood] [liripided|monastic] hood -[hood] [hood-type] hood - -[hood-type] liripided - monastic - -[turban] [turban-type] turban - -[turban-type] elaborate - simple +[turban] [elaborate|simple] turban [hat] [hat-type] hat [hat-type] hat with bandana @@ -50,8 +41,7 @@ pragma suffix-with [turboghoul-hat] [eyeholes] fancy feathered wizard's pointy -[helmet] [helmet-type] helmet - [helmet-type] helm +[helmet] [helmet-type] [helm|helmet] [helmet-type] monstrous skull common |
