sheet-parser/example.json
2022-12-31 00:21:29 +01:00

44 lines
2.3 KiB
JSON

{
"misc":{
"level": 1,
"name": "Bob",
"race": "Human",
"class": "Fighter",
"background": "Generic",
"reliableTalent": false,
"jackOfAllTrades": false,
"isKurthog": false
},
"stats":[
{"statName":"strength", "score":20, "proficient":false },
{"statName":"dexterity", "score":1, "proficient":false },
{"statName":"constitution", "score":15, "proficient":false },
{"statName":"intelligence", "score":10, "proficient":false },
{"statName":"wisdom", "score":10, "proficient":false },
{"statName":"charisma", "score":10, "proficient":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"}
],
"feats":[
{"featName":"Boring", "featDescription":"Due to being excessivly generic, Bob gains... something"}
]
}