- 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
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"players": {
|
|
"computertech": {
|
|
"nick": "ComputerTech",
|
|
"xp": 45,
|
|
"ducks_shot": 4,
|
|
"ammo": 2,
|
|
"max_ammo": 6,
|
|
"chargers": 1,
|
|
"max_chargers": 2,
|
|
"accuracy": 65,
|
|
"gun_confiscated": false,
|
|
"ducks_befriended": 1
|
|
}
|
|
},
|
|
"last_save": "1758646365.5768785"
|
|
} |