2022-08-19 18:09:05 +02:00
|
|
|
{
|
|
|
|
"misc":{
|
2022-08-20 18:56:23 +02:00
|
|
|
"level": 1,
|
2022-08-22 15:17:58 +02:00
|
|
|
"name": "Bob",
|
|
|
|
"race": "Human",
|
2022-08-22 15:53:04 +02:00
|
|
|
"class": "Fighter",
|
2022-08-28 16:03:07 +02:00
|
|
|
"background": "Generic",
|
|
|
|
"reliableTalent": false,
|
2022-12-19 19:34:35 +01:00
|
|
|
"jackOfAllTrades": false,
|
|
|
|
"isKurthog": false
|
2022-08-19 18:09:05 +02:00
|
|
|
},
|
2022-08-20 16:32:50 +02:00
|
|
|
"stats":[
|
2022-08-20 16:44:47 +02:00
|
|
|
{"statName":"strength", "score":20, "proficient":false },
|
2022-08-20 18:56:23 +02:00
|
|
|
{"statName":"dexterity", "score":1, "proficient":false },
|
2022-08-20 16:44:47 +02:00
|
|
|
{"statName":"constitution", "score":15, "proficient":false },
|
|
|
|
{"statName":"intelligence", "score":10, "proficient":false },
|
|
|
|
{"statName":"wisdom", "score":10, "proficient":false },
|
|
|
|
{"statName":"charisma", "score":10, "proficient":false }
|
2022-08-20 16:32:50 +02:00
|
|
|
],
|
|
|
|
"skills":[
|
2022-08-20 18:56:23 +02:00
|
|
|
{"skillName":"athletics", "proficient":true, "expertise":false, "baseStat":"strength"},
|
2022-08-20 16:32:50 +02:00
|
|
|
{"skillName":"acrobatics", "proficient":false, "expertise":false, "baseStat":"dexterity"},
|
2022-08-20 17:08:05 +02:00
|
|
|
{"skillName":"sleight_of_hand", "proficient":false, "expertise":false, "baseStat":"dexterity"},
|
2022-08-20 16:32:50 +02:00
|
|
|
{"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"},
|
2022-08-20 18:56:23 +02:00
|
|
|
{"skillName":"perception", "proficient":false, "expertise":false, "baseStat":"wisdom"},
|
2022-08-20 16:32:50 +02:00
|
|
|
{"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"}
|
|
|
|
]
|
2022-08-19 18:09:05 +02:00
|
|
|
}
|