Files
duckhunt/duckhunt.json
ComputerTech312 f3a9c5b611 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
2025-09-26 19:06:26 +01:00

23 lines
466 B
JSON

{
"players": {
"computertech": {
"nick": "computertech",
"xp": 67,
"ducks_shot": 6,
"ducks_befriended": 2,
"shots_fired": 2,
"shots_missed": 1,
"accuracy": 63,
"gun_confiscated": false,
"current_ammo": 6,
"magazines": 3,
"bullets_per_magazine": 6,
"jam_chance": 5,
"inventory": {
"1": 1
},
"temporary_effects": []
}
},
"last_save": "1758909688.9995604"
}