Files
duckhunt/shop.json
2025-12-28 13:36:41 -06:00

116 lines
3.0 KiB
JSON

{
"items": {
"1": {
"name": "Single Bullet",
"price": 5,
"description": "1 extra bullet",
"type": "ammo",
"amount": 1
},
"2": {
"name": "Magazine",
"price": 15,
"description": "1 extra magazine",
"type": "magazine",
"amount": 1
},
"3": {
"name": "Sand",
"price": 10,
"description": "Throw sand in target's gun - increases jam chance by 15%",
"type": "sabotage_jam",
"amount": 15
},
"4": {
"name": "Gun Brush",
"price": 20,
"description": "Clean your gun - decreases jam chance by 10%",
"type": "clean_gun",
"amount": -10
},
"5": {
"name": "Bread",
"price": 50,
"description": "Attract ducks - increases duck spawn rate for 20 minutes",
"type": "attract_ducks",
"duration": 1200,
"spawn_multiplier": 2.0
},
"6": {
"name": "Hunter's Insurance",
"price": 75,
"description": "Protects against friendly fire penalties for 24 hours - no XP loss or gun confiscation",
"type": "insurance",
"duration": 86400,
"protection": "friendly_fire"
},
"7": {
"name": "Buy Gun Back",
"price": 40,
"description": "Get your confiscated gun back with the same ammo it had when taken",
"type": "buy_gun_back"
},
"8": {
"name": "Bucket of Water",
"price": 25,
"description": "Splash another hunter with water - soaks their clothes and prevents shooting until they dry or buy new clothes",
"type": "splash_water"
},
"9": {
"name": "Dry Clothes",
"price": 30,
"description": "Change into dry clothes - allows shooting again after being soaked",
"type": "dry_clothes"
},
"10": {
"name": "Sniper Rifle",
"price": 200,
"description": "Perfect aim - your shots won't miss for 30 minutes",
"type": "perfect_aim",
"duration": 1800
},
"11": {
"name": "Sniper Scope",
"price": 350,
"description": "Perfect aim - your shots won't miss for 60 minutes",
"type": "perfect_aim",
"duration": 3600
},
"12": {
"name": "Duck Whistle",
"price": 120,
"description": "Instantly summons a duck (if none are present)",
"type": "summon_duck",
"delay": 0
},
"13": {
"name": "Duck Caller",
"price": 200,
"description": "Instantly summons a duck (if none are present)",
"type": "summon_duck",
"delay": 0
},
"14": {
"name": "Duck Horn",
"price": 300,
"description": "Instantly summons a duck (if none are present)",
"type": "summon_duck",
"delay": 0
},
"15": {
"name": "Duck Decoy",
"price": 80,
"description": "Summons a duck in 1 hour (if none are present)",
"type": "summon_duck",
"delay": 3600
},
"16": {
"name": "Duck Radar",
"price": 150,
"description": "DM alert when a duck spawns in this channel (lasts 6 hours)",
"type": "duck_radar",
"duration": 21600
}
}
}