character_scene.conf
Download raw config
name = ["Mia", "Darcy", "Azra", "Lina"]
role = ["cartographer", "ranger", "scholar", "pilot"]
artifact = ["hourglass", "owl feather", "ancient key", "brass compass"]
action = ["search", "run", "write", "watch"]
place = ["misty archive", "moonlit bridge", "forgotten observatory"]
mood = ["quiet", "bright", "restless"]
scene = [
"{hero | possessive} {role} found {relic | article} in {place | article} while {action | present_participle}. The {mood} discovery changed everything."
]
origin = "{scene | sentence}"
context = {
hero = "{name}"
relic = "{artifact}"
}