CampFirePlay/json/weaponshop.json
Degradin 6b7bd04df3 model crossing
Все модели перенесены в отдельную папку
2023-09-19 00:51:56 +03:00

52 lines
781 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": "SCAR-L",
"price": 1000,
"type": "weapon"
},
"1": {
"name": "Glock",
"price": 1000,
"type": "weapon"
},
"2": {
"name": "ТТ",
"price": 1000,
"type": "weapon"
},
"3": {
"name": "ТТ",
"price": 1000,
"type": "weapon"
},
"4": {
"name": "Glock",
"price": 1000,
"type": "weapon"
},
"5": {
"name": "Бронежилет M6",
"price": 1000,
"type": "equipment"
},
"6": {
"name": "Кольчуга",
"price": 1000,
"type": "equipment"
},
"7": {
"name": "Бронежилет M5",
"price": 1000,
"type": "equipment"
},
"8": {
"name": "Картонные накладки",
"price": 1000,
"type": "equipment"
},
"9": {
"name": "Бронежилет M2",
"price": 1000,
"type": "equipment"
}
}