feat: Update starting message for attunement system
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Has been cancelled

- Change log message to reflect the Enchanter attunement
- Hint at the six other attunements hidden in the spire
This commit is contained in:
2026-03-27 16:04:00 +00:00
parent 75026fcb0b
commit 7bf9fa3ff2

View File

@@ -326,7 +326,7 @@ function makeInitial(overrides: Partial<GameState> = {}): GameState {
totalSpellsCast: 0,
totalCraftsCompleted: 0,
log: ['✨ The loop begins. You start with a Basic Staff (Mana Bolt) and civilian clothes. Gather your strength, mage.'],
log: ['✨ The loop begins. Your right hand glows with the Enchanter attunement. Channel transference mana to enchant equipment. Seek the other six attunements hidden within the spire.'],
loopInsight: 0,
};
}