CampFirePlay/json/weaponshop.json
Degradin baa0b5f3a9 global refactoring
Все переведено в модули
2023-10-08 23:43:12 +03:00

57 lines
881 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"0": {
"name": "HK UMP",
"price": 33999,
"damage": 0.028,
"type": "weapon"
},
"1": {
"name": "Glock 17",
"price": 7999,
"damage": 0.013,
"type": "weapon"
},
"2": {
"name": "HK UMP",
"price": 33999,
"damage": 0.028,
"type": "weapon"
},
"3": {
"name": "АКС74У",
"price": 34999,
"damage": 0.031,
"type": "weapon"
},
"4": {
"name": "M1911",
"price": 13000,
"damage": 0.018,
"type": "weapon"
},
"5": {
"name": "Шлем танкиста",
"price": 1000,
"type": "equipment"
},
"6": {
"name": "Бронежилет M5",
"price": 1000,
"type": "equipment"
},
"7": {
"name": "Бронежилет M4",
"price": 1000,
"type": "equipment"
},
"8": {
"name": "Бронежилет M5",
"price": 1000,
"type": "equipment"
},
"9": {
"name": "Кольчуга",
"price": 1000,
"type": "equipment"
}
}