TODO: Added todo notes
authorLukas Krickl <lukas@krickl.dev>
Sat, 6 Sep 2025 15:19:25 +0000 (17:19 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sat, 6 Sep 2025 15:19:25 +0000 (17:19 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index e42559f9cc817ba966cee34d1a8a2b8fa972feb0..fe3a1617852c6943beabd546ac9200dd9a66c18a 100644 (file)
--- a/TODO.md
+++ b/TODO.md
 [ ] 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