From 755869f769ba9a916a08e7b8f495cd880ab74476 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sat, 6 Sep 2025 17:19:25 +0200 Subject: [PATCH] TODO: Added todo notes --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index e42559f..fe3a161 100644 --- a/TODO.md +++ b/TODO.md @@ -159,3 +159,9 @@ [ ] Commands: Cast, Equip, Eat/Drink, Read [ ] Some commands require an additional direction input -> when executed put player in direction select state. + +## Inventory +[ ] Stackable upgrade items +[ ] Each time has an inventory slot, an enable bit as well as a stack count +[ ] Items can be consumed to get temporary buffs (e.g. hp, ammo etc) +[ ] Each item type has a callback per stat that the stat functions call if unit is player type -- 2.30.2