From f6f52ba1b90325f6a9f78b4a64f9269d215b81ac Mon Sep 17 00:00:00 2001 From: Hoid Date: Fri, 13 Feb 2026 08:07:58 +0000 Subject: [PATCH] Add MEMORY.md with game file references, update D2R runes (Eth) --- MEMORY.md | 5 +++++ memory/d2r.json | 22 ++++++++++++++++------ memory/wind-down-log.json | 9 +++++++-- 3 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 MEMORY.md diff --git a/MEMORY.md b/MEMORY.md new file mode 100644 index 0000000..8bc93e0 --- /dev/null +++ b/MEMORY.md @@ -0,0 +1,5 @@ +# MEMORY.md - Long-Term Memory + +## Game Save Files +- `memory/d2r.json` — Diablo II: Resurrected progress (Necro "Baltasar", Summoner build) +- `memory/bg3.json` — Baldur's Gate 3 progress (Act 1, level 3) diff --git a/memory/d2r.json b/memory/d2r.json index 89da191..b56d942 100644 --- a/memory/d2r.json +++ b/memory/d2r.json @@ -2,15 +2,25 @@ "game": "Diablo II: Resurrected", "characters": [ { - "name": null, + "name": "Baltasar", "class": "Necromancer", "build": "Summoner", - "level": 0, + "level": 11, "act": "Act 1", "difficulty": "Normal", + "quest": "Forgotten Tower (farming Countess)", + "stats": { + "strength": 15, + "dexterity": 25, + "vitality": 45, + "energy": 25, + "note": "all points into vit since lvl 7" + }, "skills": { - "plan": "Raise Skeleton (max first) → Skeleton Mastery (max second) → Corpse Explosion (max third)", - "currentPriority": "Raise Skeleton" + "raiseSkeletons": 10, + "skeletonMastery": 1, + "plan": "Raise Skeleton → 20 (max first) → Skeleton Mastery → 20 → Corpse Explosion → 20", + "currentPriority": "Raise Skeleton to 20" }, "gear": [], "runewords": { @@ -18,10 +28,10 @@ "target": ["Stealth (Tal+Eth)", "Lore (Ort+Sol)", "Spirit (Tal+Thul+Ort+Amn)", "Insight (Ral+Tir+Tal+Sol)", "Rhyme (Shael+Eth)"] }, "mercenary": { - "type": "Act 2 Normal (Might Aura)", + "type": "Act 2 Normal (Might Aura) — hire in Act 2", "gear": [] }, - "runes": [], + "runes": ["Tal", "Tir", "Ral", "Eth"], "notableFinds": [], "created": "2026-02-12" } diff --git a/memory/wind-down-log.json b/memory/wind-down-log.json index 170c6e0..b675720 100644 --- a/memory/wind-down-log.json +++ b/memory/wind-down-log.json @@ -3,7 +3,12 @@ "events": [ { "time": "19:45", "activity": "Done with work. Nose shower already done ✅" }, { "time": "19:50-20:08", "activity": "Chatting about new features (portfolio game, morning briefing, weekly review). Planning D2R Necro build." }, - { "time": "20:08", "activity": "Free for the evening. D2R / audiobook / TV suggested." } + { "time": "20:08", "activity": "Free for the evening. D2R / audiobook / TV suggested." }, + { "time": "20:26", "activity": "Started playing D2R 🎮 Necromancer 'Baltasar'" }, + { "time": "21:57", "activity": "Stopped playing D2R. Lvl 11, farmed Countess for runes. Good session." }, + { "time": "22:00", "activity": "Winding down, heading to sleep soon 🌙" }, + { "time": "22:30", "activity": "Tea + audiobook (Askir - Das Auge der Wüste, 77%)" }, + { "time": "22:59", "activity": "Going to sleep 🌙" } ], - "summary": "Excellent wind-down start. Work done by 19:45, nose shower done early without prompting. Engaged in fun planning chat. Free evening ahead." + "summary": "Excellent evening. Work done by 19:45, nose shower done early. ~1.5h D2R, then tea + audiobook. Asleep before midnight ✅ (23:00). Best wind-down in a while." }