From 5c44d25e23639490c6e2cf562012d824a955f18c Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Fri, 7 Mar 2025 15:16:38 +0100 Subject: [PATCH] TODO: reworded todo item for stats --- TODO.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/TODO.md b/TODO.md index fb582e0..83dedea 100644 --- 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. -- 2.30.2