diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-01-21 14:07:36 -0500 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-01-21 14:07:36 -0500 |
| commit | 0cd8d4d168af382b07ea211049ed3035771b8233 (patch) | |
| tree | a2d33bd9e3ac33dd5bc935e9032f72782bbd611e | |
| parent | f761e16078ef0265c2628ace912652c8e9659a2f (diff) | |
Add start of artificer grammar
| -rw-r--r-- | data/new-sample-grammars/artificers-handbook.gram | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/new-sample-grammars/artificers-handbook.gram b/data/new-sample-grammars/artificers-handbook.gram new file mode 100644 index 0000000..a951479 --- /dev/null +++ b/data/new-sample-grammars/artificers-handbook.gram @@ -0,0 +1,29 @@ +[magic-item] [magic-item-creation] + [magic-item-purpose] + [magic-item-loss] + +[magic-item-creation] [name1] [name2] originally made the item as a gift for [hero1] [hero2] + The item was made by [name2] [title1] for a [group1] [group2] + Crafted by [nameless], the item was later stolen by [hero1] [title2] + Fashioned by the leader of a [group1] [group2], [name1] [hero2], the item was sold to [hero1] [name2] + Though its maker is unknown, the item was first found in the possession of [slayers], slain by a party lead by [hero1] [hero2]. + The head of a [group1] clan ordered the item made for [nameless] + +[magic-item-purpose] The item was made [purpose1] the leader of a [group1] [group2] + However, the item was later stolen by [name1], a lowly [group1], and used [purpose2] + The item was made to help slay [slayers] + The item was made in hopes of aiding the owner in his quest [purpose3] + The item was used [purpose4] + The item was put to use by an adventuring party, who used it when they [purpose5] + +[magic-item-loss] When the owner was killed [killed1], the item was [lost2] and never mentioned again + Years later, the item was thought [lost1] and lost forever. Until now... + The owner was later killed by [slayers] and the item taken as part of its hoard + The owner of the item was [killed2], the item was [lost2], and lost to history + Following his adventures, the owner [killed3] and the item was eventually [lost3] + The owner was slain in a dual with [hero1] [hero2] and the item later sold to [nameless] for a tidy profit + +[name1] Alchist + Alexis + Alicia + Asha |
