Update BG3 save: Act 2, party details, respec plans
This commit is contained in:
parent
a60578a946
commit
e3ba6d73d6
1 changed files with 37 additions and 12 deletions
|
|
@ -1,21 +1,46 @@
|
||||||
{
|
{
|
||||||
"mainCharacter": {
|
"mainCharacter": {
|
||||||
"name": "",
|
"name": "Tam",
|
||||||
"race": "",
|
"race": "Half-Orc",
|
||||||
"class": "Fighter",
|
"class": "Fighter",
|
||||||
"subclass": "",
|
"subclass": "Battle Master (respec planned)",
|
||||||
"level": 4,
|
"level": 5,
|
||||||
"stats": {},
|
"stats": {},
|
||||||
"feats": [],
|
"feats": [],
|
||||||
"fightingStyle": "",
|
"fightingStyle": "",
|
||||||
"equipment": ""
|
"equipment": "Adamantine Armour, Greatsword"
|
||||||
},
|
},
|
||||||
"party": [],
|
"party": [
|
||||||
"act": 1,
|
{
|
||||||
"level": 4,
|
"name": "Astarion",
|
||||||
"currentQuest": "Rescue Halsin (goblin camp)",
|
"class": "Rogue",
|
||||||
"completedQuests": [],
|
"subclass": "Thief",
|
||||||
"completedAreas": ["Owlbear Cave"],
|
"level": 5,
|
||||||
|
"build": "Melee Thief",
|
||||||
|
"notes": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Shadowheart",
|
||||||
|
"class": "Cleric",
|
||||||
|
"subclass": "",
|
||||||
|
"level": 5,
|
||||||
|
"build": "",
|
||||||
|
"notes": "Adamantine Armour"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Gale",
|
||||||
|
"class": "Wizard",
|
||||||
|
"subclass": "Evocation",
|
||||||
|
"level": 5,
|
||||||
|
"build": "",
|
||||||
|
"notes": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"act": 2,
|
||||||
|
"level": 5,
|
||||||
|
"currentQuest": "",
|
||||||
|
"completedQuests": ["Rescue Halsin"],
|
||||||
|
"completedAreas": ["Owlbear Cave", "Goblin Camp", "Act 1"],
|
||||||
"decisions": [],
|
"decisions": [],
|
||||||
"notes": "Suggested leveling in Emerald Grove, Blighted Village, Owlbear Cave, Risen Road before tackling goblin camp."
|
"notes": "Adamantine Forge: crafted armour for Tam and Shadowheart. Plays with gamepad — no keyboard shortcuts!"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue