TODO: reworded todo item for stats
authorLukas Krickl <lukas@krickl.dev>
Fri, 7 Mar 2025 14:16:38 +0000 (15:16 +0100)
committerLukas Krickl <lukas@krickl.dev>
Fri, 7 Mar 2025 14:16:38 +0000 (15:16 +0100)
TODO.md

diff --git a/TODO.md b/TODO.md
index fb582e0eedb97f5b4fcf880eb009e95f94be99e6..83dedea754baf4789c7555e07475775d2bfd7e71 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -54,17 +54,15 @@ Combat happens on the map. The player opens an action menu, selects an action an
 Add stats menu that shows all the player's stat numbers.
 The player can level up.
 
-[ ] Change player stats to one of STR INT DEX.
+[ ] Player stats should be simple to understand
 
-Meta-stats should be current hp and current mp.
-They are required for gameplay reasons.
-All other values should be calculated based on those.
-ATK = STR / 4 + DEX / 8
-MP_MAX = INT / 4
-HP_MAX = STR / 4
-DEF = STR / 4 + DEX / 4
+- HP
+- MP
+- ATK
+- DEF
+- EXP
 
-Stats should be 16 bit numbers.
+Stats should be 8 bit numbers.
 Only the player has stats saved, actors are simply looked up based on type + floor.