33 lines
713 B
JSON
33 lines
713 B
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,
|
|
"target_required": true
|
|
},
|
|
"4": {
|
|
"name": "Gun Brush",
|
|
"price": 20,
|
|
"description": "Clean your gun - decreases jam chance by 10%",
|
|
"type": "clean_gun",
|
|
"amount": -10
|
|
}
|
|
}
|
|
} |