mirror of
https://gitlab.com/EternalWanderer/sheet-parser.git
synced 2024-11-29 05:23:49 +01:00
36 lines
2.1 KiB
JSON
36 lines
2.1 KiB
JSON
{
|
|
"misc":{
|
|
"proficiency": 3,
|
|
"inspiration": 0,
|
|
"level": 0,
|
|
"name": "Bob"
|
|
},
|
|
"stats":[
|
|
{"statName":"strength", "score":20, "modifier":5, "proficient":false },
|
|
{"statName":"dexterity", "score":10, "modifier":3, "proficient":false },
|
|
{"statName":"constitution", "score":10, "modifier":0, "proficient":false },
|
|
{"statName":"intelligence", "score":10, "modifier":0, "proficient":false },
|
|
{"statName":"wisdom", "score":10, "modifier":0, "proficient":false },
|
|
{"statName":"charisma", "score":10, "modifier":0, "proficient":false }
|
|
],
|
|
"skills":[
|
|
{"skillName":"athletics", "proficient":false, "expertise":false, "baseStat":"strength"},
|
|
{"skillName":"acrobatics", "proficient":false, "expertise":false, "baseStat":"dexterity"},
|
|
{"skillName":"sleight_of_hand", "proficient":false, "expertise":false, "baseStat":"dexteriy"},
|
|
{"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":"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"}
|
|
]
|
|
}
|