sheet-parser/example.json
Nox Sluijtman b56d515a47 Spells and trivia
- Trivia logic in sheet and main
- Spell logic in sheet
2023-02-01 10:54:27 +01:00

54 lines
3.1 KiB
JSON

{
"misc":{
"level": 1,
"name": "Bob",
"race": "Human",
"class": "Fighter",
"background": "Generic",
"personalityTrait":"Cardboard Cutout",
"ideals":"For king and country!",
"bonds":"I am loyal to the crown",
"flaws":"I am loyal to the crown",
"quirk":"Sometimes I stutter a little bit",
"reliableTalent": false,
"jackOfAllTrades": false,
"isKurthog": false
},
"stats":[
{"statName":"strength", "score":20, "proficient":false, "saveProficient":false },
{"statName":"dexterity", "score":1, "proficient":false, "saveProficient":false },
{"statName":"constitution", "score":15, "proficient":false, "saveProficient":false },
{"statName":"intelligence", "score":10, "proficient":false, "saveProficient":false },
{"statName":"wisdom", "score":10, "proficient":false, "saveProficient":false },
{"statName":"charisma", "score":10, "proficient":false, "saveProficient":false }
],
"skills":[
{"skillName":"athletics", "proficient":true, "expertise":false, "baseStat":"strength"},
{"skillName":"acrobatics", "proficient":false, "expertise":false, "baseStat":"dexterity"},
{"skillName":"sleight_of_hand", "proficient":false, "expertise":false, "baseStat":"dexterity"},
{"skillName":"stealth", "proficient":false, "expertise":false, "baseStat":"dexterity"},
{"skillName":"arcana", "proficient":false, "expertise":false, "baseStat":"intelligence"},
{"skillName":"history", "proficient":false, "expertise":false, "baseStat":"intelligence"},
{"skillName":"investigation", "proficient":false, "expertise":false, "baseStat":"intelligence"},
{"skillName":"nature", "proficient":false, "expertise":false, "baseStat":"intelligence"},
{"skillName":"religion", "proficient":false, "expertise":false, "baseStat":"intelligence"},
{"skillName":"animal_handling", "proficient":false, "expertise":false, "baseStat":"wisdom"},
{"skillName":"insight", "proficient":false, "expertise":false, "baseStat":"wisdom"},
{"skillName":"medicine", "proficient":false, "expertise":false, "baseStat":"wisdom"},
{"skillName":"perception", "proficient":false, "expertise":false, "baseStat":"wisdom"},
{"skillName":"survival", "proficient":false, "expertise":false, "baseStat":"wisdom"},
{"skillName":"deception", "proficient":false, "expertise":false, "baseStat":"charisma"},
{"skillName":"intimidation", "proficient":false, "expertise":true, "baseStat":"charisma"},
{"skillName":"performance", "proficient":true, "expertise":false, "baseStat":"charisma"},
{"skillName":"persuasion", "proficient":false, "expertise":false, "baseStat":"charisma"}
],
"spells":[
{"spellName":"Eldritch Blast", "level":0, "castingTime":"1 Action", "range": 120, "components":"v,s", "duration":"Instantaneous","attack_save":"Ranged", "damage_effect":"Force"},
{"spellName":"Eldritch Blast", "castingTime":"1 Action", "range": 120, "components":"v,s", "duration":"Instantaneous","attack_save":"Ranged", "damage_effect":"Force"}
],
"feats":[
{"featName":"Boring", "featDescription":"Due to being excessivly generic, Bob gains... something"},
{"featName":"Test Dummy", "featDescription":"As the test dummy for this project, you gain the ability to use things from other classes willy nilly."}
]
}