CampFirePlay/presets/cars.json
Degradin f83f8ca0ab starting v0.1
Добавлены пресеты имущества
Стоимость материалов отображается в Мире
Прочие исправления и проверки
2023-09-21 14:28:55 +03:00

42 lines
581 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.

{
"1": {
"name": "Электросамокат",
"price": 16000
},
"2": {
"name": "ВАЗ 2115",
"price": 90000
},
"3": {
"name": "Lada Priora",
"price": 300000
},
"4": {
"name": "Renault Logan",
"price": 650000
},
"5": {
"name": "Hyundai Solaris",
"price": 800000
},
"6": {
"name": "Kia Rio",
"price": 900000
},
"7": {
"name": "Ford Focus",
"price": 1100000
},
"8": {
"name": "Volkswagen Polo",
"price": 1300000
},
"9": {
"name": "Mazda 3",
"price": 1450000
},
"10": {
"name": "Mercedes Benz E-200",
"price": 2000000
}
}