giver = ["Mia", "Darcy", "Azra", "Lina"] targets = ["wolves", "people", "mice", "bandits"] relic = ["hourglass", "silver key", "old map"] location = ["ash valley", "north tower", "sunken road"] action = ["track", "run", "search", "watch"] reward = ["coin", "favor", "gem"] objective = "Track {targets | singularize | article} near {location | article} and recover {relic | article}." reward_line = "Return to {questGiver | possessive} camp for 3 {reward | pluralize}." origin = "{% questGiver:giver %}{objective} The scout is already {action | present_participle}. {reward_line}" context = { questGiver = "{giver}" }