Skip to content

Commit

Permalink
Update fantasy_rules.json
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
RainRat authored Dec 18, 2019
1 parent 905f5d1 commit d6a2aa8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions story/grammars/fantasy_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
"artifact" : ["grail", "fleece", "gauntlet", "banner", "stone", "sword", "helmet", "ring", "book", "chalice", "tome", "gem", "bow"],
"whole_artifact" : "#artifact_adj# #artifact# of #fantasy_name#",
"find" : ["find", "discover", "recover"],
"rumored" : ["is rumored to", "is said to", "was prophecied to"],
"rumored" : ["is rumored to", "is said to", "was prophesied to"],
"artifact_description" : ["#rumored# have great power", "#rumored# aid the righteous", "#rumored# have belonged to the dead #royalty#", "#rumored# to ward away evil"],
"artifact_quest" : "#find# the #whole_artifact#, which #artifact_description#",

"magical_role" : ["wizard", "necromancer", "scorcerer", "warlock", "enchanter", "diviner"],
"evil_role" : ["witch", "necromancer", "lich", "scorcerer"],
"magical_role" : ["wizard", "necromancer", "sorcerer", "warlock", "enchanter", "diviner"],
"evil_role" : ["witch", "necromancer", "lich", "sorcerer"],
"evil_humanoid" : ["ogre", "troll", "giant", "orc", "goblin"],
"kidnapper" : ["#evil_adj# #monster#", "#evil_adj# #evil_humanoid#", "#evil_adj# #evil_role#"],
"bad_place" : ["den", "cave", "clutches", "grasp", "#nice_home#", "prison", "hall", "fortress", "catacombs"],
Expand Down Expand Up @@ -155,7 +155,7 @@
"wizard_drafts" : ["After a #week_month# of travel you arrive at the ruin ", "Your apprentice has done it again; #he_she# has summoned a being "],
"road" : ["road", "river", "path"],
"wizard_exchange" : ["notes", "spells", "gossip", "goods", "research", "banter", "knowledge"],
"wizard_colleage" : ["another wizard", "a fellow wizard", "a scorcerer", "a #evil_role#", "a #attrib# #char#"],
"wizard_colleage" : ["another wizard", "a fellow wizard", "a sorcerer", "a #evil_role#", "a #attrib# #char#"],
"on_the_way" : ["on the way", "on your way", "on the #road#"],
"wandering" : ["traveling", "wandering", "errant", "roaming", "roving", "meandering"],
"wander" : ["travel", "wander", "roam", "rove", "meander"],
Expand All @@ -164,7 +164,7 @@
"dancer" : ["dancer", "actor", "entertainer"],
"road_encounter" : ["#encounter# #looks_like_opt#a #creature#", "#encounter# a #wandering_opt#troupe of #profession.s#"],
"wizard_one" : ["You are #on_the_way# #towards# #village_full# to exchange #wizard_exchange# with #wizard_colleage#. You #road_encounter#.\n\nYou #action#"],
"old" : ["old", "aged", "experienced", "eldery", "venerable"],
"old" : ["old", "aged", "experienced", "elderly", "venerable"],
"around_opt" : [" about", " around", ""],
"wizard_pos" : ["wise", "intelligent", "crafty", "powerful", "magical"],
"wizard_two" : ["You face a #place_adj# #place# as images of #random_object.s# #flicker# #through# your #mind#. What was that? Though #old# and #wizard_pos#, your memory extends only a few #week_months# back. Now you #wander##around_opt#, trying to #remember# what happened.\n\nYou #action#"],
Expand Down

0 comments on commit d6a2aa8

Please sign in to comment.