Add MEMORY.md with game file references, update D2R runes (Eth)

This commit is contained in:
Hoid 2026-02-13 08:07:58 +00:00
parent b951c84ec8
commit f6f52ba1b9
3 changed files with 28 additions and 8 deletions

5
MEMORY.md Normal file
View file

@ -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)

View file

@ -2,15 +2,25 @@
"game": "Diablo II: Resurrected", "game": "Diablo II: Resurrected",
"characters": [ "characters": [
{ {
"name": null, "name": "Baltasar",
"class": "Necromancer", "class": "Necromancer",
"build": "Summoner", "build": "Summoner",
"level": 0, "level": 11,
"act": "Act 1", "act": "Act 1",
"difficulty": "Normal", "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": { "skills": {
"plan": "Raise Skeleton (max first) → Skeleton Mastery (max second) → Corpse Explosion (max third)", "raiseSkeletons": 10,
"currentPriority": "Raise Skeleton" "skeletonMastery": 1,
"plan": "Raise Skeleton → 20 (max first) → Skeleton Mastery → 20 → Corpse Explosion → 20",
"currentPriority": "Raise Skeleton to 20"
}, },
"gear": [], "gear": [],
"runewords": { "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)"] "target": ["Stealth (Tal+Eth)", "Lore (Ort+Sol)", "Spirit (Tal+Thul+Ort+Amn)", "Insight (Ral+Tir+Tal+Sol)", "Rhyme (Shael+Eth)"]
}, },
"mercenary": { "mercenary": {
"type": "Act 2 Normal (Might Aura)", "type": "Act 2 Normal (Might Aura) — hire in Act 2",
"gear": [] "gear": []
}, },
"runes": [], "runes": ["Tal", "Tir", "Ral", "Eth"],
"notableFinds": [], "notableFinds": [],
"created": "2026-02-12" "created": "2026-02-12"
} }

View file

@ -3,7 +3,12 @@
"events": [ "events": [
{ "time": "19:45", "activity": "Done with work. Nose shower already done ✅" }, { "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": "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."
} }