// 三菱のデータを箱(carData)に追加する命令 carData.push( // ========================================== // MITSUBISHI - デリカD:5 // ========================================== { id: "delica_d5_r6_d", brand: "mitsubishi", name: "令和6年 デリカD:5 P (ディーゼル) CV1W", p: [107, 3500], t: [380, 2000], g: [4.845, 0.673], f: 3.533, tire: "225/55R18", w: 1960 }, { id: "delica_d5_r1_d", brand: "mitsubishi", name: "令和1年 デリカD:5 G パワーパッケージ CV1W", p: [107, 3500], t: [380, 2000], g: [4.845, 0.673], f: 3.533, tire: "225/55R18", w: 1930 }, // ========================================== // MITSUBISHI - デリカミニ (ターボ vs NA) // ========================================== { id: "delica_mini_r6_t", brand: "mitsubishi", name: "令和6年 デリカミニ Tプレミアム B38A", p: [47, 6000], t: [100, 2400], g: [2.411, 0.404], f: 6.540, tire: "165/55R15", w: 1060 }, { id: "delica_mini_r6_na", brand: "mitsubishi", name: "令和6年 デリカミニ Gプレミアム B35A", p: [38, 6400], t: [60, 3600], g: [2.411, 0.404], f: 6.540, tire: "155/65R14", w: 970 }, // ========================================== // MITSUBISHI - アウトランダー (PHEV) // ========================================== { id: "outlander_r6_phev", brand: "mitsubishi", name: "令和6年 アウトランダー P (PHEV) GN0W", p: [98, 5000], t: [195, 2800], g: [1.000, 1.000], f: 9.663, tire: "255/45R20", w: 2110 }, { id: "outlander_r1_phev", brand: "mitsubishi", name: "令和1年 アウトランダーPHEV Gリミテッドエディション GG3W", p: [94, 4500], t: [199, 4500], g: [1.000, 1.000], f: 9.663, tire: "225/55R18", w: 1900 }, // ========================================== // MITSUBISHI - eKワゴン // ========================================== { id: "ek_wagon_r6_g", brand: "mitsubishi", name: "令和6年 eKワゴン G B33W", p: [38, 6400], t: [60, 3600], g: [2.411, 0.404], f: 6.540, tire: "155/65R14", w: 840 }, // ========================================== // MITSUBISHI - ミニキャブトラック / バン // ========================================== { id: "minicab_t_r6_g", brand: "mitsubishi", name: "令和6年 ミニキャブトラック G (4AT) DS16T", p: [37, 5700], t: [60, 3500], g: [2.727, 0.697], f: 5.375, tire: "145/80R12", w: 740 }, { id: "minicab_v_r6_g", brand: "mitsubishi", name: "令和6年 ミニキャブバン ブラボー (CVT) DS17V", p: [47, 6000], t: [95, 3000], g: [2.350, 0.390], f: 4.885, tire: "145/80R12", w: 930 }, // ========================================== // MITSUBISHI - デリカD:2 // ========================================== { id: "delica_d2_r6_hv", brand: "mitsubishi", name: "令和6年 デリカD:2 ハイブリッドMZ MB37S", p: [67, 6000], t: [118, 4400], g: [2.503, 0.354], f: 3.615, tire: "165/65R15", w: 1000 }, // ========================================== // MITSUBISHI - トライトン (新型直4ディーゼル) // ========================================== { id: "triton_r6_gSR", brand: "mitsubishi", name: "令和6年 トライトン GSR LC2T", p: [150, 3500], t: [470, 1500], g: [4.845, 0.673], f: 3.917, tire: "265/60R18", w: 2140 }, // ========================================== // MITSUBISHI - エクリプスクロス // ========================================== { id: "eclipse_r6_phev", brand: "mitsubishi", name: "令和6年 エクリプスクロス P (PHEV) GL3W", p: [94, 4500], t: [199, 4500], g: [1.000, 1.000], f: 9.663, tire: "225/55R18", w: 1920 }, { id: "eclipse_r1_t", brand: "mitsubishi", name: "令和1年 エクリプスクロス G (1.5Lターボ) GK1W", p: [110, 5500], t: [240, 2000], g: [2.411, 0.398], f: 6.386, tire: "225/55R18", w: 1530 }, // ========================================== // MITSUBISHI - eKスペース // ========================================== { id: "ek_space_r6_t", brand: "mitsubishi", name: "令和6年 eKスペース T (ターボ) B37A", p: [47, 6000], t: [100, 2400], g: [2.411, 0.404], f: 6.540, tire: "165/55R15", w: 1000 } );