Add minimap hover details

This commit is contained in:
2026-06-20 01:14:32 +09:00
parent 53dd9aa9b0
commit dee3d9813b
3 changed files with 141 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ Godot 4 tactical RPG prototype inspired by classic turn-based Romance of the Thr
- Hover tile and unit info with class, movement type, AGI, movement, range, and equipped gear.
- Active battle unit list opens from the top toolbar with ally/enemy tabs, portrait or sprite rows, compact HP/status/position badges, and hover combat details.
- Enemy threat range overlay with tile-level threat source, physical damage hints, and hostile tactic hints.
- Scrollable battle maps show a clickable minimap with terrain, unit, objective, and event hover badges.
- Damage forecast for selected-unit attacks.
- Terrain defense and avoid affect physical attack damage and hit chance.
- Min/max attack ranges and counterattack forecasts.