From 6fd4ecfa219ec9340d6ad98a678e0deb59bde2a4 Mon Sep 17 00:00:00 2001 From: Hoid Date: Sun, 15 Feb 2026 09:25:32 +0000 Subject: [PATCH] BG3: update equipment, gold, all chars built --- memory/bg3.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/memory/bg3.json b/memory/bg3.json index 3c7002b..dc6097d 100644 --- a/memory/bg3.json +++ b/memory/bg3.json @@ -8,7 +8,7 @@ "stats": {}, "feats": [], "fightingStyle": "", - "equipment": "Adamantine Armour, Greatsword" + "equipment": "Adamantine Armour, Everburn Blade" }, "party": [ { @@ -22,10 +22,10 @@ { "name": "Shadowheart", "class": "Cleric", - "subclass": "", + "subclass": "Life Domain", "level": 5, - "build": "", - "notes": "Adamantine Armour" + "build": "Life Cleric", + "notes": "Adamantine Armour, Shattered Flail" }, { "name": "Gale", @@ -42,5 +42,6 @@ "completedQuests": ["Rescue Halsin"], "completedAreas": ["Owlbear Cave", "Goblin Camp", "Act 1"], "decisions": [], - "notes": "Adamantine Forge: crafted armour for Tam and Shadowheart. Plays with gamepad — no keyboard shortcuts!" + "gold": 2000, + "notes": "Adamantine Forge: crafted armour for Tam and Shadowheart. Plays with gamepad — no keyboard shortcuts! All 4 chars already built as recommended. Astarion + Gale still on default weapons." }