diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-07 10:32:57 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-07 10:32:57 -0500 |
| commit | 3b07acb43c5f865c65094ae891f5a2dc791c8088 (patch) | |
| tree | 45e65344aa4ff277c48834344c723cc57f4387a9 /RGens/data/sample-grammars/fantasy-locations.gram | |
| parent | 03838b1b6c0a71042b69b2cb3de5faaf7a526596 (diff) | |
Update
Diffstat (limited to 'RGens/data/sample-grammars/fantasy-locations.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/fantasy-locations.gram | 231 |
1 files changed, 231 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/fantasy-locations.gram b/RGens/data/sample-grammars/fantasy-locations.gram new file mode 100755 index 0000000..63a7dca --- /dev/null +++ b/RGens/data/sample-grammars/fantasy-locations.gram @@ -0,0 +1,231 @@ +pragma uniform + +[location-name] 4 [name1] [name2] + 2 [name1] [name1] [name2] + +pragma uniform + +pragma initial-rule [location-name] + +[name1] amber + angry + ardent + azure + bittersweet + black + blasted + brass + brilliant + broken + bronze + burnt + cornsilk + crimson + cold + dagger + dark + diamond + dreaming + drowsy + dry + dusty + [black-color] + emerald + fleet + fire + [gold-color] + good + grace + grand + gray + great + green + hammer + hasty + hazy + helm + high + holy + honey + hot + [ice-type] + iron + ivory + lilac + little + kings + maple + mighty + night + [oak-type] + onyx + peaceful + pearl + prancing + quartz + queens + [rain-type] + red + [rose-type] + royal + ruby + sable + sacred + sage + sand + sapphire + screaming + shale + shininh + short + [silk-type] + silver + sleeping + small + snow + solid + steel + sterling + storm + strong + summer + swift + sword + tawny + thunder + topaz + tranquil + vast + verdant + vile + violet + virgin + whisper + white + wicked + wild + wind + winter + xanthous + +[name2] beach + bear + boar + bluff + brook + butte + castle + cave + circle + cliff + crag + creek + crescent + crevasse + crow + crown + coast + dale + dark + dragon + dunes + eagle + elk + field + fist + ford + forest + fountain + fox + gale + gauntlet + glade + goose + griffin + grove + gulf + hall + hedge + hill + hold + hole + isle + keep + lake + light + lion + lord + maiden + march + marsh + mare + maze + meet + mark + mine + mirror + oasis + orchard + owl + path + peak + plain + point + pony + pool + prison + quest + reach + reef + ridge + ring + river + road + rock + rush + sea + serpent + shell + shield + shore + sky + square + stag + star + steed + stone + stream + sun + tear + tiger + tower + unicorn + vale + valley + wall + wash + water + way + wolf + wood + +[silk-type] silk + silken + +[rose-type] rose + rosy + +[rain-type] rain + rainy + +[oak-type] oak + oaken + +[ice-type] ice + icy + +[black-color] ebon + ebony + +[gold-color] gold + golden |
