From: Lukas Krickl Date: Sat, 6 Sep 2025 15:19:25 +0000 (+0200) Subject: TODO: Added todo notes X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=755869f769ba9a916a08e7b8f495cd880ab74476;p=gbrg%2F.git TODO: Added todo notes --- 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