BG3: update equipment, gold, all chars built

This commit is contained in:
Hoid 2026-02-15 09:25:32 +00:00
parent e3ba6d73d6
commit 6fd4ecfa21

View file

@ -8,7 +8,7 @@
"stats": {}, "stats": {},
"feats": [], "feats": [],
"fightingStyle": "", "fightingStyle": "",
"equipment": "Adamantine Armour, Greatsword" "equipment": "Adamantine Armour, Everburn Blade"
}, },
"party": [ "party": [
{ {
@ -22,10 +22,10 @@
{ {
"name": "Shadowheart", "name": "Shadowheart",
"class": "Cleric", "class": "Cleric",
"subclass": "", "subclass": "Life Domain",
"level": 5, "level": 5,
"build": "", "build": "Life Cleric",
"notes": "Adamantine Armour" "notes": "Adamantine Armour, Shattered Flail"
}, },
{ {
"name": "Gale", "name": "Gale",
@ -42,5 +42,6 @@
"completedQuests": ["Rescue Halsin"], "completedQuests": ["Rescue Halsin"],
"completedAreas": ["Owlbear Cave", "Goblin Camp", "Act 1"], "completedAreas": ["Owlbear Cave", "Goblin Camp", "Act 1"],
"decisions": [], "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."
} }