feat: Add shop system, befriend command, and level system
- Added configurable shop system with shop.json - Created ShopManager class for modular shop handling - Implemented level system with levels.json for difficulty scaling - Added multiple duck spawn messages with random selection - Enhanced message system with color placeholders - Added ducks_befriended tracking separate from ducks_shot - Updated help system and admin commands - All systems tested and working correctly
This commit is contained in:
@@ -14,5 +14,6 @@
|
||||
|
||||
"duck_spawn_min": 10,
|
||||
"duck_spawn_max": 30,
|
||||
"duck_timeout": 60
|
||||
"duck_timeout": 60,
|
||||
"befriend_success_rate": 75
|
||||
}
|
||||
Reference in New Issue
Block a user