Add BG3 companion skill + update save file schema
This commit is contained in:
parent
f5d11bedc1
commit
a60578a946
3 changed files with 172 additions and 2 deletions
|
|
@ -1,8 +1,20 @@
|
|||
{
|
||||
"mainCharacter": {
|
||||
"name": "",
|
||||
"race": "",
|
||||
"class": "Fighter",
|
||||
"subclass": "",
|
||||
"level": 4,
|
||||
"stats": {},
|
||||
"feats": [],
|
||||
"fightingStyle": "",
|
||||
"equipment": ""
|
||||
},
|
||||
"party": [],
|
||||
"level": 4,
|
||||
"act": 1,
|
||||
"currentQuest": "Rescue Halsin (goblin camp — too low level currently)",
|
||||
"level": 4,
|
||||
"currentQuest": "Rescue Halsin (goblin camp)",
|
||||
"completedQuests": [],
|
||||
"completedAreas": ["Owlbear Cave"],
|
||||
"decisions": [],
|
||||
"notes": "Suggested leveling in Emerald Grove, Blighted Village, Owlbear Cave, Risen Road before tackling goblin camp."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue