Security fixes, UI improvements, and game balance updates
- Fixed critical security vulnerabilities in shop targeting system - Fixed admin authentication bypass issues - Fixed auto-rearm feature config path (duck_spawning.rearm_on_duck_shot) - Updated duck spawn timing to 20-60 minutes for better game balance - Enhanced inventory display formatting with proper spacing - Added comprehensive admin security documentation
This commit is contained in:
@@ -1,19 +1,23 @@
|
||||
{
|
||||
"players": {
|
||||
"computertech": {
|
||||
"nick": "ComputerTech",
|
||||
"xp": 60,
|
||||
"ducks_shot": 5,
|
||||
"nick": "computertech",
|
||||
"xp": 67,
|
||||
"ducks_shot": 6,
|
||||
"ducks_befriended": 2,
|
||||
"accuracy": 62,
|
||||
"shots_fired": 2,
|
||||
"shots_missed": 1,
|
||||
"accuracy": 63,
|
||||
"gun_confiscated": false,
|
||||
"current_ammo": 5,
|
||||
"current_ammo": 6,
|
||||
"magazines": 3,
|
||||
"bullets_per_magazine": 6,
|
||||
"jam_chance": 5,
|
||||
"inventory": {},
|
||||
"inventory": {
|
||||
"1": 1
|
||||
},
|
||||
"temporary_effects": []
|
||||
}
|
||||
},
|
||||
"last_save": "1758825127.4272072"
|
||||
"last_save": "1758909688.9995604"
|
||||
}
|
||||
Reference in New Issue
Block a user