12 Commits

Author SHA1 Message Date
f553196ca0 Refactor inventory unequip logic to use item ID instead of equip target; update README for inventory and skill tree progress 2025-02-05 20:37:12 -03:00
5289910270 inventory working :D 2025-02-05 19:38:25 -03:00
7a2c3d2f67 not working inventory :c 2025-02-04 17:47:18 -03:00
f234b5d84d Add skill management system: implement Skill and PetSkill models, create SkillController, and update ApplicationDbContext for skills 2025-02-02 15:30:48 -03:00
06455db598 Refactor namespaces to remove "Companion" and standardize to "PetCompanion" 2025-02-02 12:45:00 -03:00
c433095eb8 Add item rarity management and random item generation logic 2025-02-02 12:42:52 -03:00
0a257199f7 Refactor namespaces to follow new naming convention and add item model classes 2025-02-02 12:39:59 -03:00
4e5addd1d5 Update .gitignore to include *.db-wal files 2025-02-01 23:25:00 -03:00
df62710b9a Refactor pet action management: rename PetAction to PetBasicAction, update related properties and methods, and enhance pet stats with maximum values. 2025-02-01 23:08:25 -03:00
d6d3dc9f44 Refactor pet action management: rename PetAction to PetActionGather, update related models and services, and enhance resource gathering logic. 2025-02-01 13:50:39 -03:00
e1c5eed02d Add pet action management and update requests 2025-02-01 00:29:33 -03:00
4c4036a266 initial commit 2025-01-31 23:41:30 -03:00