Created
April 23, 2023 23:06
-
-
Save techwraith/8828d4eeb4c17ae890039599b3a32ad7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Aldric Stormwind", | |
"description": "Aldric Stormwind is a human wizard known for his arcane mastery and scholarly pursuits.", | |
"type": "person", | |
"metadata": { | |
"race": "Human", | |
"age": 45, | |
"gender": "Male", | |
"occupation": "Wizard", | |
"socialStatus": "Comfortable", | |
"wealthLevel": "Comfortable", | |
"physicalAppearance": "Aldric has long white hair, a beard, and piercing blue eyes. He wears blue robes adorned with arcane symbols.", | |
"personalityTraits": { | |
"intelligence": "High", | |
"wisdom": "Average", | |
"charisma": "Low", | |
"bravery": "Average" | |
}, | |
"goodAt": { | |
"arcana": 7, | |
"history": 5, | |
"investigation": 5 | |
}, | |
"badAt": { | |
"athletics": -1, | |
"persuasion": -2, | |
"deception": -3 | |
}, | |
"personalBelongings": [ | |
{ | |
"name": "Spellbook", | |
"desc": [ | |
"A leather-bound tome containing Aldric's spells and arcane knowledge." | |
], | |
"index": "spellbook", | |
"rarity": "UNCOMMON", | |
"equipment_category": { | |
"index": "book", | |
"name": "Book" | |
}, | |
"costInCopper": 10000, | |
"cost": { | |
"pp": 10, | |
"gp": 0, | |
"ep": 0, | |
"sp": 0, | |
"cp": 0 | |
}, | |
"quantity": 1 | |
} | |
] | |
}, | |
"relationships": [ | |
{ | |
"label": "member of", | |
"relatedEntityPath": "factions/mages_guild.json" | |
}, | |
{ | |
"label": "lives in", | |
"relatedEntityPath": "settlements/silvermoon_city/districts/mage_tower.json" | |
}, | |
{ | |
"label": "works in", | |
"relatedEntityPath": "settlements/silvermoon_city/districts/mage_tower.json" | |
}, | |
{ | |
"label": "friend of", | |
"relatedEntityPath": "persons/elara_silverbreeze.json" | |
} | |
], | |
"historicalEvents": [ | |
{ | |
"description": "Aldric Stormwind was born in the small village of Oakshade.", | |
"days ago": 16425, | |
"involvedEntities": [ | |
{ | |
"relationship": "location", | |
"entityPath": "settlements/oakshade.json" | |
}, | |
{ | |
"relationship": "mother", | |
"entityPath": "persons/marissa_stormwind.json" | |
}, | |
{ | |
"relationship": "father", | |
"entityPath": "persons/thorin_stormwind.json" | |
} | |
] | |
}, | |
{ | |
"description": "Aldric discovered his talent for magic and began studying under the tutelage of Master Elrin.", | |
"days ago": 13149, | |
"involvedEntities": [ | |
{ | |
"relationship": "mentor", | |
"entityPath": "persons/elrin.json" | |
} | |
] | |
}, | |
{ | |
"description": "Aldric joined the Mages' Guild and moved to Silvermoon City.", | |
"days ago": 8035, | |
"involvedEntities": [ | |
{ | |
"relationship": "faction", | |
"entityPath": "factions/mages_guild.json" | |
}, | |
{ | |
"relationship": "location", | |
"entityPath": "settlements/silvermoon_city.json" | |
} | |
] | |
}, | |
{ | |
"description": "Aldric became a respected member of the Mages' Guild and formed a close friendship with Elara Silverbreeze.", | |
"days ago": 4383, | |
"involvedEntities": [ | |
{ | |
"relationship": "friend", | |
"entityPath": "persons/elara_silverbreeze.json" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment