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