diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-05 23:04:34 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-05 23:04:34 -0300 |
| commit | 22512137d4c5f6d0335887b6887d0f72215f2219 (patch) | |
| tree | 76d054208ebe764b5d3a0a54a7528fa42eca2ead /data/new-sample-grammars/dungeonfantasy-treasure | |
| parent | 85b81988facc919908d522bd5a7b9ff99cef8f2d (diff) | |
Name some grammars
Diffstat (limited to 'data/new-sample-grammars/dungeonfantasy-treasure')
3 files changed, 6 insertions, 0 deletions
diff --git a/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram b/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram index 597fd7b..865e883 100644 --- a/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram +++ b/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram @@ -1,3 +1,5 @@ +pragma grammar-name household-item + [household-item] [cooking] [decor] [painting] diff --git a/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram b/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram index fb4088d..8dfe213 100644 --- a/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram +++ b/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram @@ -1,3 +1,5 @@ +pragma grammar-name mundane-material + [mundane-materials] [valuable-materials] [household-item] diff --git a/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram b/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram index 4187dca..2ea5ced 100644 --- a/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram +++ b/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram @@ -12,6 +12,8 @@ # Other # - Expand generic entries (distilled liquour/tea/wine) +pragma grammar-name valuable-materials + [valuable-materials] [spices] [fabrics] [other-valuable] |
