2e96ec821d
Add cooldown handling for spells and display in UI
...
- Implement cooldown tracking in SpellcasterBehavior
- Decrease cooldowns at end of each round in turn order
- Prevent casting spells on cooldown in spell.cast
- Show cooldown overlay and block click on skill buttons
- Adjust font sizes for better UI consistency
2026-03-18 05:09:35 +03:00
cd8d2768e0
fix drawing spell preview after the end of a turn
2025-11-12 02:55:49 +03:00
6b2fb08a5b
Reimplement turn order management and update character initiative logic
2025-11-09 06:35:51 +03:00
78f9347b86
try to attack & behavior annotation refactor
...
Co-authored-by: Ivan Yuriev <ivanyr44@gmail.com>
2025-10-16 00:28:26 +03:00
d2caa40a0a
feat: manapool (kind of bad manapool)
...
Co-authored-by: Ivan Yuriev <peaashmeter@users.noreply.github.com>
2025-10-12 23:41:16 +03:00
8bcae25a2e
- implement selector locking when processing a spell (players gonna hate
...
that)
- implement spellcaster state handling
2025-10-12 03:03:02 +03:00
c4dfb5956d
add spellcaster behavior
2025-09-28 23:34:17 +03:00