Skip to content

Instantly share code, notes, and snippets.

@kocheck
Last active August 13, 2021 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kocheck/2fec31df97d08996e78e9a897e616676 to your computer and use it in GitHub Desktop.
Save kocheck/2fec31df97d08996e78e9a897e616676 to your computer and use it in GitHub Desktop.
moonrise-character-data
[
{
"characterID":0,
"character":{
"name":"Template Entry",
"image":"https://source.unsplash.com/featured/?cosplay",
"details":{
"alignment":"alignment",
"age":"age",
"classType":"classType",
"raceType":"raceType",
"subRaceType":"subRaceType",
"height":"height",
"weight":"weight",
"skin":"skin",
"hair":"hair",
"eyes":"eyes",
"currentHealth": "currentHealth",
"maxHealth": "maxHealth"
},
"levelDetails":{
"level":0,
"xpCurrent":0
},
"background":{
"bio":"bio",
"trait":"traits",
"flaw":"flaws",
"bond":"bond",
"talent":"talent",
"ideal":"ideal",
"mannerism:":"mannerism"
},
"attributes":{
"abilStrength":0,
"abilDexterity":0,
"abilConstitution":0,
"abilIntelligence":0,
"abilWisdom":0,
"abilCharisma":0
}
}
},
{
"characterID":1,
"character":{
"name":"Darrak Burrowfound",
"image":"https://source.unsplash.com/featured/?cosplay",
"details":{
"alignment":"True Neutral",
"age":"85 years",
"classType":"Ranger",
"raceType":"Dwarf",
"subRaceType":"Mountain Dwarf",
"height":"4'3",
"weight":"142 lbs",
"skin":"Dark Brown",
"hair":"Brown",
"eyes":"Hazel",
"currentHealth": "32",
"maxHealth": "48"
},
"levelDetails":{
"level":3,
"xpCurrent":232110
},
"background":{
"bio":"I met a grizzled ranger who taught me woodcraft and the secrets of the wild lands.",
"trait":"I'm always picking things up, absently fiddling with them, and sometimes accidentally breaking them.",
"flaw":"There's no room for caution in a life lived to the fullest.",
"bond":"An injury to the unspoiled wilderness of my home is an injury to me.",
"ideal":"Nature. The natural world is more important than all the constructs of civilization. (Neutral)",
"mannerism:":"Stares into the distance"
},
"attributes":{
"abilStrength":10,
"abilDexterity":12,
"abilConstitution":12,
"abilIntelligence":12,
"abilWisdom":10,
"abilCharisma":16
}
}
},
{
"characterID":2,
"character":{
"name":"Korfel Greycastle",
"image":"https://source.unsplash.com/featured/?cosplay",
"details":{
"alignment":"Lawful Evil",
"age":"108 years",
"classType":"Bard",
"raceType":"Half-Elf",
"subRaceType":"subRaceType",
"height":"5'7",
"weight":"170 lbs.",
"skin":"Blue with white stripes",
"hair":"Gray/White",
"eyes":"Gold",
"currentHealth": "12",
"maxHealth": "24"
},
"levelDetails":{
"level":12,
"xpCurrent":19234
},
"background":{
"bio":"I awakened my latent bardic abilities through trial and error.",
"trait":"No one could doubt by looking at my regal bearing that I am a cut above the unwashed masses.",
"flaw":"Foolhardy bravery",
"bond":"Nothing is more important than the other members of my family.",
"talent":"Expert juggler",
"ideal":"Noble Obligation. It is my duty to protect and care for the people beneath me. (Good)",
"mannerism:":"Speaks in rhyme or some other peculiar way"
},
"attributes":{
"abilStrength":17,
"abilDexterity":1,
"abilConstitution":12,
"abilIntelligence":6,
"abilWisdom":4,
"abilCharisma":9
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment