- Added datetime import to fix NameError - Simplified database handling to create new file if missing or corrupted - Removed backup functionality per user request - Fixed duplicate method definitions - Enhanced error handling throughout database operations - Auto-creates duckhunt.json with proper structure on startup
1229 lines
28 KiB
JSON
1229 lines
28 KiB
JSON
{
|
|
"players": {
|
|
"computertech": {
|
|
"nick": "ComputerTech",
|
|
"xp": 30,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 6,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"mysteria": {
|
|
"nick": "Mysteria",
|
|
"xp": 49,
|
|
"ducks_shot": 16,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 23,
|
|
"shots_missed": 4,
|
|
"accuracy": 94,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 5,
|
|
"confiscated_ammo": 5,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {
|
|
"1": 1
|
|
},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"wobotkoala": {
|
|
"nick": "WobotKoala",
|
|
"xp": 43,
|
|
"ducks_shot": 5,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 11,
|
|
"shots_missed": 4,
|
|
"accuracy": 82,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 4,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 5,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {
|
|
"7": 1
|
|
},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"boliver": {
|
|
"nick": "Boliver",
|
|
"xp": 32,
|
|
"ducks_shot": 7,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 10,
|
|
"shots_missed": 2,
|
|
"accuracy": 83,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 5,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {
|
|
"7": 1
|
|
},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"papafrog": {
|
|
"nick": "PapaFrog",
|
|
"xp": 15,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 3,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"leetcode": {
|
|
"nick": "leetcode",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 1,
|
|
"shots_missed": 1,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 5,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"overfl0w": {
|
|
"nick": "overfl0w",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"magicalpig": {
|
|
"nick": "MagicalPig",
|
|
"xp": 181,
|
|
"ducks_shot": 6,
|
|
"ducks_befriended": 24,
|
|
"shots_fired": 8,
|
|
"shots_missed": 1,
|
|
"accuracy": 82,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 3,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 3,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"milambar": {
|
|
"nick": "Milambar",
|
|
"xp": 65,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 13,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"loulan": {
|
|
"nick": "loulan",
|
|
"xp": 243,
|
|
"ducks_shot": 15,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 27,
|
|
"shots_missed": 4,
|
|
"accuracy": 98,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 3,
|
|
"confiscated_magazines": 2,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"h4": {
|
|
"nick": "h4",
|
|
"xp": 399,
|
|
"ducks_shot": 17,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 32,
|
|
"shots_missed": 3,
|
|
"accuracy": 100,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 5,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"basti": {
|
|
"nick": "Basti",
|
|
"xp": 45,
|
|
"ducks_shot": 3,
|
|
"ducks_befriended": 3,
|
|
"shots_fired": 3,
|
|
"shots_missed": 0,
|
|
"accuracy": 78,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 3,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"number1stunna": {
|
|
"nick": "Number1Stunna",
|
|
"xp": 5,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 1,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"wez": {
|
|
"nick": "wez",
|
|
"xp": 5,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 1,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"sander": {
|
|
"nick": "Sander",
|
|
"xp": 10,
|
|
"ducks_shot": 1,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 1,
|
|
"shots_missed": 0,
|
|
"accuracy": 76,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 5,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"xternal": {
|
|
"nick": "xternal",
|
|
"xp": 51,
|
|
"ducks_shot": 5,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 7,
|
|
"shots_missed": 1,
|
|
"accuracy": 81,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 4,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"wh": {
|
|
"nick": "wh",
|
|
"xp": 15,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 3,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"updog": {
|
|
"nick": "updog",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"hks": {
|
|
"nick": "Hks",
|
|
"xp": 10,
|
|
"ducks_shot": 1,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 3,
|
|
"shots_missed": 2,
|
|
"accuracy": 76,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 5,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"wildting2": {
|
|
"nick": "wildting2",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"girafe2": {
|
|
"nick": "girafe2",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"kaitphone": {
|
|
"nick": "kaitphone",
|
|
"xp": 16,
|
|
"ducks_shot": 1,
|
|
"ducks_befriended": 1,
|
|
"shots_fired": 2,
|
|
"shots_missed": 1,
|
|
"accuracy": 76,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 4,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"parabirb": {
|
|
"nick": "parabirb",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 1,
|
|
"shots_missed": 1,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 5,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"deimos": {
|
|
"nick": "DEIMOS",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"twentytwo": {
|
|
"nick": "twentytwo",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 1,
|
|
"shots_missed": 1,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 5,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"dg": {
|
|
"nick": "DG",
|
|
"xp": 12,
|
|
"ducks_shot": 1,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 1,
|
|
"shots_missed": 0,
|
|
"accuracy": 76,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 5,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"helderheid": {
|
|
"nick": "HelderHeid",
|
|
"xp": 20,
|
|
"ducks_shot": 2,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 2,
|
|
"shots_missed": 0,
|
|
"accuracy": 77,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 5,
|
|
"magazines": 2,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"neo_nemesis": {
|
|
"nick": "Neo_Nemesis",
|
|
"xp": 12,
|
|
"ducks_shot": 1,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 1,
|
|
"shots_missed": 0,
|
|
"accuracy": 76,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 5,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"jeff_stacey": {
|
|
"nick": "jeff_stacey",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"p1x4l": {
|
|
"nick": "p1x4l",
|
|
"xp": 19,
|
|
"ducks_shot": 2,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 3,
|
|
"shots_missed": 1,
|
|
"accuracy": 77,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 3,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"deadly": {
|
|
"nick": "deadly",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"alterego_": {
|
|
"nick": "AlterEgo_",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"peorth": {
|
|
"nick": "Peorth",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"magic": {
|
|
"nick": "MAGIC",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"koaladinosaur": {
|
|
"nick": "KoalaDinosaur",
|
|
"xp": 10,
|
|
"ducks_shot": 1,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 1,
|
|
"shots_missed": 0,
|
|
"accuracy": 76,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 5,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"knownsyntax": {
|
|
"nick": "KnownSyntax",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"fifel": {
|
|
"nick": "fifel",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"madafaka": {
|
|
"nick": "Madafaka",
|
|
"xp": 69,
|
|
"ducks_shot": 2,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 5,
|
|
"shots_missed": 1,
|
|
"accuracy": 79,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 3,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"antitheus": {
|
|
"nick": "antitheus",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 1,
|
|
"shots_missed": 1,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 5,
|
|
"confiscated_magazines": 3,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"l0op": {
|
|
"nick": "L0op",
|
|
"xp": 5,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 1,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"norex": {
|
|
"nick": "norex",
|
|
"xp": 5,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 1,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
},
|
|
"brandon": {
|
|
"nick": "brandon",
|
|
"xp": 0,
|
|
"ducks_shot": 0,
|
|
"ducks_befriended": 0,
|
|
"shots_fired": 0,
|
|
"shots_missed": 0,
|
|
"accuracy": 75,
|
|
"gun_confiscated": false,
|
|
"current_ammo": 6,
|
|
"magazines": 3,
|
|
"bullets_per_magazine": 6,
|
|
"jam_chance": 15,
|
|
"confiscated_ammo": 0,
|
|
"confiscated_magazines": 0,
|
|
"inventory": {},
|
|
"temporary_effects": [],
|
|
"best_time": 0.0,
|
|
"worst_time": 0.0,
|
|
"total_time_hunting": 0.0,
|
|
"level": 1,
|
|
"xp_gained": 0,
|
|
"hp_remaining": 0,
|
|
"victim": "",
|
|
"xp_lost": 0,
|
|
"ammo": 0,
|
|
"max_ammo": 0,
|
|
"chargers": 0
|
|
}
|
|
},
|
|
"last_save": "1759518733.8347418"
|
|
} |