mirror of
https://gitlab.com/EternalWanderer/sheet-parser.git
synced 2024-11-28 21:13:51 +01:00
46 lines
1.8 KiB
JSON
46 lines
1.8 KiB
JSON
|
{
|
||
|
"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 }
|
||
|
}
|
||
|
}
|
||
|
}
|