Posted May 08, 2026 by Darythas
This update focuses on two major areas of the combat system:
The goal was to preserve the satisfying feel of large chain reactions and tactical setups while improving readability, fairness, and long-term combat pacing.
The previous Match-3 combat flow allowed excessive value generation through chain reactions:
Special rune explosions could recursively trigger:
Combat pacing became unstable and highly snowbally.
Any 4+ match granted an extra turn:
This created infinite turn loops very easily.
Bonus turns are now granted only for:
✅ the player’s initial 4+ match
✅ the first direct cascade caused by the original move
But NOT for:
❌ deep automatic cascades
❌ special rune explosions
❌ recursive chain reactions
❌ board-wide rune detonations
This keeps:
while removing:
The system now rewards player intention instead of chaos.
Automatic cascades remain powerful… but their rewards now decay progressively.
| Cascade Depth | Reward Value |
|---|---|
| Initial match | 100% |
| First cascade | 75% |
| Second cascade | 55% |
| Third+ cascade | 35% minimum |
This affects:
Additional balancing safeguards were introduced:
Large combos are still rewarding… but no longer game-breaking.
A hard safety layer was added.
If the game detects too many automatic cascades:
This prevents:
Status effects were displayed as plain text:
Poison 4 Burn 2 Stun 1
This quickly became unreadable during combat.
Statuses are now rendered as:
Examples:
The displayed number automatically decrements as the effect duration decreases.
The status system now properly displays multiple independent instances of the same effect.
Example:
Poison 2 Poison 4
Now appears as:
🟢2 🟢4
instead of collapsing into a single value.
This was especially important for:
A hidden issue was discovered during debugging:
newly applied statuses were being processed immediately at end-turn.
Result:
A new internal flag was added:
justApplied: true
New statuses:
This significantly improves combat readability and player feedback.
The status renderer was rewritten to:
The HUD layout was also updated:
Additional technical cleanup included:
After this update:
✅ Cascades still feel explosive
✅ Combo setups remain rewarding
✅ Tactical planning matters more
✅ Infinite turn loops are gone
✅ Enemies regain meaningful counterplay
✅ Cleaner combat readability
✅ Better visual feedback
✅ Multiple status stacks visible simultaneously
✅ Automatic duration countdown
✅ Improved tactical clarity during battles
Upcoming balance passes will likely focus on:
The long-term goal remains:
A combat system that feels: