sheet-parser/stats.json

46 lines
1.8 KiB
JSON
Raw Normal View History

2022-08-19 18:09:05 +02:00
{
"misc":{
"proficiency": 3,
"inspiration": 0,
"level": 0,
"name": "Bob"
},
"stats":{
"strength": { "score":10, "modifier":0, "proficient":false },
"dexterity": { "score":10, "modifier":0, "proficient":false },
"constitution": { "score":10, "modifier":0, "proficient":false },
"intelligence": { "score":10, "modifier":0, "proficient":false },
"wisdom": { "score":10, "modifier":0, "proficient":false },
"charisma": { "score":10, "modifier":0, "proficient":false }
},
"skills":{
"strength":{
"athletics": {"modifier":123, "proficient":false, "expertise":false }
},
"dexterity":{
"acrobatics": {"modifier":0, "proficient":false, "expertise":false },
"sleight-of-hand": {"modifier":0, "proficient":false, "expertise":false },
"stealth": {"modifier":0, "proficient":false, "expertise":false }
},
"intelligence":{
"arcana": {"modifier":0, "proficient":false, "expertise":false },
"history": {"modifier":0, "proficient":false, "expertise":false },
"investigation": {"modifier":0, "proficient":false, "expertise":false },
"nature": {"modifier":0, "proficient":false, "expertise":false },
"religion": {"modifier":0, "proficient":false, "expertise":false }
},
"wisdom":{
"animal-handling": {"modifier":0, "proficient":false, "expertise":false },
"insight": {"modifier":0, "proficient":false, "expertise":false },
"medicine": {"modifier":0, "proficient":false, "expertise":false },
"survival": {"modifier":0, "proficient":false, "expertise":false }
},
"charisma":{
"deception": {"modifier":0, "proficient":false, "expertise":false },
"intimidation": {"modifier":0, "proficient":false, "expertise":true },
"performance": {"modifier":0, "proficient":true, "expertise":false },
"persuasion": {"modifier":0, "proficient":false, "expertise":false }
}
}
}