CampFirePlay/presets/cars.json
Degradin bbe91b03c3 v0.0.73-79
• После отработки пишется общее количество отработок.
• Добавлена система промокодов.
• Добавлен список правил в "Помощь".
• Добавлена система привелегий.
• Обновлен вывод пользователей в "Топ"
• Общие исправления.
Переработан магазин.
Проработка внешнего вида команд.
2023-09-27 01:24:38 +03:00

42 lines
580 B
JSON
Raw Permalink 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 E200",
"price": 2000000
}
}