Commit Graph

14 Commits

Author SHA1 Message Date
a0da2ffa98 feat(economy): add commands for opening chests, consuming items, purchasing from shops, crafting, enchanting, equipping items, smelting, and claiming smelting jobs 2025-10-05 02:08:59 -05:00
d04f54eb3d feat(economy): add interactive editors for creating and editing EconomyItems and Mobs 2025-10-05 01:20:52 -05:00
97cc384a1c feat(economy): add types for minigame engine requirements and rewards 2025-10-05 00:51:27 -05:00
eff35e906c feat(economy): add ToolProps and FoodProps types for item metadata 2025-10-05 00:51:24 -05:00
df07f56e8d feat(economy): implement smelting job creation and claiming logic 2025-10-05 00:51:20 -05:00
948941bb40 feat(minigames): implement runMinigame function with cooldown, rewards, and tool durability management 2025-10-05 00:51:16 -05:00
fcc400f671 feat(cooldown): implement cooldown management functions for user actions 2025-10-05 00:51:13 -05:00
767b1ee63a feat(economy): implement consumable item usage and healing logic 2025-10-05 00:51:10 -05:00
3fd6ca661d feat(economy): add seed script for economy items, game areas, and mobs initialization 2025-10-05 00:51:07 -05:00
e95876851f feat(equipment): implement equipment management and effective stats calculation; add functions for player state, equipment retrieval, and HP adjustment 2025-10-05 00:50:55 -05:00
0f1366de65 feat(demo): add demo run script for testing user and guild setup; implement basic mining minigame 2025-10-05 00:50:51 -05:00
0fea8b0e77 feat(attacks): implement scheduled mob attack processing; handle damage application and equipment durability 2025-10-05 00:50:47 -05:00
413868f4be feat(types): add flexible JSON types for economy layer; define item pricing, rewards, and inventory state 2025-10-05 00:04:02 -05:00
a5d4e87444 feat(economy): implement inventory management and economy features; add item handling, wallet management, and shop interactions 2025-10-05 00:03:57 -05:00