claude-memory/graph/solutions/fix-backpack-ae-slot-bonus-not-applying-5745e0.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

571 B

id type title tags importance confidence created updated
5745e0d5-e98d-458e-bd00-a58304877f07 solution Fix backpack AE slot bonus not applying
vagabond-rpg
foundry-vtt
active-effects
fix
0.6 0.8 2025-12-22T20:42:05.466526+00:00 2025-12-22T20:42:05.466526+00:00

Active Effects modifying itemSlots.bonus were being overwritten by prepareDerivedData(). Fixed by changing 'this.itemSlots.bonus = totalBonus' to 'this.itemSlots.bonus += totalBonus' so AE contributions are preserved. Also fixed backpack.json effect _key referencing wrong item ID.