diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-03-29 04:44:16 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-03-29 04:44:16 -0400 |
| commit | 3931ac2849029a2c8fa6109149fe6efe27e7ec6e (patch) | |
| tree | b7f407e2ae058bf848b2f529cbbf3559f4d083f5 /RGens/data | |
| parent | 46ea9a8aba38536b5fb3aaa6463b37639b29d8fd (diff) | |
| parent | b6ca7c9233313f5022f7d9fc14b9f5a332814807 (diff) | |
Merge branch 'master' of ssh://10.65.77.3/home/bjculkin/git/rgens
Diffstat (limited to 'RGens/data')
| -rw-r--r-- | RGens/data/misc/nimble.gram | 30 | ||||
| -rw-r--r-- | RGens/data/sample-grammars/rtwiki/class.gram | 11 | ||||
| -rwxr-xr-x | RGens/data/sample-grammars/zadrons-pouch.gram | 15 | ||||
| -rw-r--r-- | RGens/data/server-config-sample.cfg | 3 |
4 files changed, 54 insertions, 5 deletions
diff --git a/RGens/data/misc/nimble.gram b/RGens/data/misc/nimble.gram new file mode 100644 index 0000000..3567777 --- /dev/null +++ b/RGens/data/misc/nimble.gram @@ -0,0 +1,30 @@ +[nimble-bimble] [bimble] + +pragma prefix-with [nimble-bimble] [nimble-plural] +pragma suffix-with [nimble-bimble] [nimble-plural] + +pragma initial-rule [nimble-bimble] + +[nimble-plural] [nimble-art] [nimble] + +[bimble] bimble + nimble + bimble + nimble + bimble + nimble + dindle + symbol + frindle + kindle + titties + +[nimble-art] the + my + her + all over + this + while they + a + +[nimble] [bimble] diff --git a/RGens/data/sample-grammars/rtwiki/class.gram b/RGens/data/sample-grammars/rtwiki/class.gram new file mode 100644 index 0000000..8fcb17c --- /dev/null +++ b/RGens/data/sample-grammars/rtwiki/class.gram @@ -0,0 +1,11 @@ +[Utility/Class] Barbarian + Bard + Cleric + Druid + Fighter + Monk + Paladin + Ranger + Rogue + Sorceror + Wizard diff --git a/RGens/data/sample-grammars/zadrons-pouch.gram b/RGens/data/sample-grammars/zadrons-pouch.gram index 61d928d..f72cf25 100755 --- a/RGens/data/sample-grammars/zadrons-pouch.gram +++ b/RGens/data/sample-grammars/zadrons-pouch.gram @@ -68,13 +68,20 @@ pragma export-rule [zadrons-item] [card] [card] -[crys-sphere] → [sphere-type] spheres +[crys-sphere] → crystal of [crystal-type] + [crys-act] + [crys-act] + [crys-act] + [crys-act] + +[crys-act] → [sphere-type] spheres [sphere-type] sphere lens of [lens-type] [crystal-type] sphere - crystal of [crystal-type] - crystal ball - crystal ball of [crys-suffix] + ball + ball of [crys-suffix] + +pragma prefix-with [crys-act] crystal [sphere-type] → microphonic seeing-eye diff --git a/RGens/data/server-config-sample.cfg b/RGens/data/server-config-sample.cfg index 145971d..dfb675e 100644 --- a/RGens/data/server-config-sample.cfg +++ b/RGens/data/server-config-sample.cfg @@ -98,4 +98,5 @@ traits sample-grammars/rtwiki/traits.gram seniordesign seniordesign/dbdata.gram # Misc -700000items misc/700000items.gram +700000items misc/700000items.gram +nimble-bimble misc/nimble.gram |
