diff --git a/memory/bg3.json b/memory/bg3.json index 522b85d..3c7002b 100644 --- a/memory/bg3.json +++ b/memory/bg3.json @@ -1,21 +1,46 @@ { "mainCharacter": { - "name": "", - "race": "", + "name": "Tam", + "race": "Half-Orc", "class": "Fighter", - "subclass": "", - "level": 4, + "subclass": "Battle Master (respec planned)", + "level": 5, "stats": {}, "feats": [], "fightingStyle": "", - "equipment": "" + "equipment": "Adamantine Armour, Greatsword" }, - "party": [], - "act": 1, - "level": 4, - "currentQuest": "Rescue Halsin (goblin camp)", - "completedQuests": [], - "completedAreas": ["Owlbear Cave"], + "party": [ + { + "name": "Astarion", + "class": "Rogue", + "subclass": "Thief", + "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": [], - "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!" }