- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
571 B
571 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5745e0d5-e98d-458e-bd00-a58304877f07 | solution | Fix backpack AE slot bonus not applying |
|
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.