-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser_context.example.json
41 lines (41 loc) · 2.3 KB
/
user_context.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"Locations": [
{"Name": "Kingdom of Evermore", "Description": "A vast kingdom known for its rich history and magical landscapes."},
{"Name": "The Dark Forest", "Description": "Borders the kingdom, rumored to be home to ancient magic and creatures."}
],
"Characters": [
{"Name": "Eldric the Wise", "Description": "King of Evermore, a benevolent ruler with a mysterious past."},
{"Name": "Mira the Shadow", "Description": "Rebel Leader, formidable and elusive, fighting for freedom of the oppressed."}
],
"Political Systems": [
{"Name": "Monarchy", "Description": "Kingdom of Evermore ruled by kings and queens."},
{"Name": "Council of Elders", "Description": "Oversees ancient laws and magic within the Dark Forest."}
],
"Economic Systems": [
{"Name": "Trade Guilds", "Description": "Control trade and commerce within the kingdom."},
{"Name": "Agrarian Communities", "Description": "Rely on farming and small-scale trade."}
],
"Cultural Aspects": [
{"Name": "Festival of Lights", "Description": "Annual celebration with light, music, and festivities marking the longest night."},
{"Name": "Ancient Runes", "Description": "A lost language believed to hold key to untold magic and history."}
],
"Technological Level": [
{"Name": "Medieval", "Description": "Era with manual labor, mechanical inventions like watermills and catapults."}
],
"Magic or Special Mechanics": [
{"Name": "Elemental Magic", "Description": "Magic based on manipulation of fire, water, air, and earth."},
{"Name": "Runic Magic", "Description": "Uses runes to cast spells and create enchantments."}
],
"Major Events": [
{"Name": "The Great War", "Description": "A war that altered the balance of power in the region."},
{"Name": "The Disappearance of the Moonstone", "Description": "The Moonstone, a source of immense magic, vanished without a trace."}
],
"Organizations": [
{"Name": "The Silver Hand", "Description": "Knights protecting the kingdom from threats."},
{"Name": "The Circle of Mages", "Description": "Secretive mages studying and guarding ancient magic."}
],
"Species/Races": [
{"Name": "Elves", "Description": "Known for their connection to nature and longevity."},
{"Name": "Dwarves", "Description": "Renowned for craftsmanship and mining skills."}
]
}