claude-memory/graph/solutions/crit-threshold-active-effects-fix-8cbb72.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

621 B

id type title tags importance confidence created updated
8cbb7238-1100-438f-81bd-4c31d2fae573 solution Crit threshold Active Effects fix
vagabond-rpg
foundryvtt
active-effects
fix
0.6 0.8 2025-12-14T02:34:46.635026+00:00 2025-12-14T02:34:46.635026+00:00

Fixed double effect application in Foundry v13 - createEmbeddedDocuments auto-prepares data, manual prepareData() caused effects to apply twice. Added crit threshold clamping in prepareDerivedData since schema min/max constraints don't apply to effect-modified data. Tests verify skill and attack crit thresholds work with Active Effects.