claude-memory/graph/solutions/npc-morale-check-system-for-vagabond-rpg-2ce027.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

584 B

id type title tags importance confidence created updated
2ce0272c-c753-4887-87a0-b5f901312d12 solution NPC morale check system for Vagabond RPG
vagabond-rpg
foundryvtt
javascript
morale
npc
0.6 0.8 2025-12-14T06:03:18.330133+00:00 2025-12-14T06:03:18.330133+00:00

Implemented NPC morale system: rollMorale() for individual checks (2d6 vs morale score), rollGroupMorale() uses lowest morale in selected tokens, auto-prompt when NPC HP reaches half, chat button click handler, Morale Check macro. Failed checks set moraleStatus.broken=true. Commit f6948dc.