vorbereitung Tuningpreise
This commit is contained in:
@@ -24,37 +24,37 @@ export default function tuning(globalData: IGlobalData) {
|
|||||||
const carModTypes = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 18, 22, -1, 25, 27, 28, 33, 34, 35, 38, 39, 40, 41, 42, 43, 44, 46, 48, 69];
|
const carModTypes = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 18, 22, -1, 25, 27, 28, 33, 34, 35, 38, 39, 40, 41, 42, 43, 44, 46, 48, 69];
|
||||||
|
|
||||||
const carModSlotName = [
|
const carModSlotName = [
|
||||||
{ Slot: 0, Name: "Spoiler" },
|
{ Slot: 0, Name: "Spoiler", Price: 2000 },
|
||||||
{ Slot: 1, Name: "Frontstoßstange" },
|
{ Slot: 1, Name: "Frontstoßstange", Price: 2000},
|
||||||
{ Slot: 2, Name: "Heckstoßstange" },
|
{ Slot: 2, Name: "Heckstoßstange", Price: 2000 },
|
||||||
{ Slot: 3, Name: "Seitenschweller" },
|
{ Slot: 3, Name: "Seitenschweller", Price: 2000 },
|
||||||
{ Slot: 4, Name: "Auspuff" },
|
{ Slot: 4, Name: "Auspuff", Price: 2000 },
|
||||||
{ Slot: 5, Name: "Rahmen" },
|
{ Slot: 5, Name: "Rahmen", Price: 2000 },
|
||||||
{ Slot: 6, Name: "Kühlergrill" },
|
{ Slot: 6, Name: "Kühlergrill", Price: 2000 },
|
||||||
{ Slot: 7, Name: "Motorhaube" },
|
{ Slot: 7, Name: "Motorhaube", Price: 2000 },
|
||||||
{ Slot: 8, Name: "Extra 1" },
|
{ Slot: 8, Name: "Extra 1", Price: 2000 },
|
||||||
{ Slot: 9, Name: "Extra 2" },
|
{ Slot: 9, Name: "Extra 2", Price: 2000 },
|
||||||
{ Slot: 10, Name: "Dach" },
|
{ Slot: 10, Name: "Dach", Price: 2000 },
|
||||||
{ Slot: 11, Name: "Motor" },
|
{ Slot: 11, Name: "Motor", Price: 2000 },
|
||||||
{ Slot: 12, Name: "Bremsen" },
|
{ Slot: 12, Name: "Bremsen", Price: 2000 },
|
||||||
{ Slot: 13, Name: "Getriebe" },
|
{ Slot: 13, Name: "Getriebe", Price: 2000 },
|
||||||
{ Slot: 14, Name: "Hupe" },
|
{ Slot: 14, Name: "Hupe", Price: 2000 },
|
||||||
{ Slot: 15, Name: "Federung" },
|
{ Slot: 15, Name: "Federung", Price: 2000 },
|
||||||
{ Slot: 18, Name: "Turbo" },
|
{ Slot: 18, Name: "Turbo", Price: 2000 },
|
||||||
{ Slot: 22, Name: "Licht" },
|
{ Slot: 22, Name: "Licht", Price: 2000 },
|
||||||
{ Slot: 23, Name: "Reifen" },
|
{ Slot: 23, Name: "Reifen", Price: 2000 },
|
||||||
{ Slot: -1, Name: "Lackierung" },
|
{ Slot: -1, Name: "Lackierung", Price: 2000 },
|
||||||
{ Slot: 25, Name: "Nummernschildhalter" },
|
{ Slot: 25, Name: "Nummernschildhalter", Price: 2000 },
|
||||||
{ Slot: 27, Name: "Innenausstatung" },
|
{ Slot: 27, Name: "Innenausstatung", Price: 2000 },
|
||||||
{ Slot: 28, Name: "Wackelkopf" },
|
{ Slot: 28, Name: "Wackelkopf", Price: 2000 },
|
||||||
{ Slot: 33, Name: "Lenkrad" },
|
{ Slot: 33, Name: "Lenkrad", Price: 2000 },
|
||||||
{ Slot: 34, Name: "Schalthebel" },
|
{ Slot: 34, Name: "Schalthebel", Price: 2000 },
|
||||||
{ Slot: 35, Name: "Schild" },
|
{ Slot: 35, Name: "Schild", Price: 2000 },
|
||||||
{ Slot: 38, Name: "Hydraulik" },
|
{ Slot: 38, Name: "Hydraulik", Price: 2000 },
|
||||||
{ Slot: 39, Name: "Motorabdeckung" },
|
{ Slot: 39, Name: "Motorabdeckung", Price: 2000 },
|
||||||
{ Slot: 40, Name: "Luftfilter" },
|
{ Slot: 40, Name: "Luftfilter", Price: 2000 },
|
||||||
{ Slot: 46, Name: "Fenster" },
|
{ Slot: 46, Name: "Fenster", Price: 2000 },
|
||||||
{ Slot: 48, Name: "Design" }
|
{ Slot: 48, Name: "Design", Price: 2000 }
|
||||||
];
|
];
|
||||||
|
|
||||||
const customPartNames = [
|
const customPartNames = [
|
||||||
|
|||||||
Reference in New Issue
Block a user