From 6f9604a19892466e06428ec665d59f399c5c9498 Mon Sep 17 00:00:00 2001 From: dannylin0711 Date: Sun, 21 Feb 2021 01:12:23 +0800 Subject: [PATCH 1/2] Preparation for vvd final --- sdvx@asphyxia/data/vvw.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdvx@asphyxia/data/vvw.ts b/sdvx@asphyxia/data/vvw.ts index 876e280..df03b11 100644 --- a/sdvx@asphyxia/data/vvw.ts +++ b/sdvx@asphyxia/data/vvw.ts @@ -31,6 +31,7 @@ export const EVENT5 = [ 'CREW_SELECT_ABLE', 'PREMIUM_TIME_ENABLE', 'OMEGA_ENABLE\t1,2,3,4,5,6,7,8,9', + 'HEXA_ENABLE\t1,2,3', ]; export const COURSES5 = [ @@ -2461,7 +2462,7 @@ export const COURSES5 = [ // }, // { // no: 2, - // mid: 1462, // 666 + // mid: 1580, // 666 // mty: 4, // }, // ], From 1b9dcce6bfaa0cfeb2eb92131a93100809801370 Mon Sep 17 00:00:00 2001 From: dannylin0711 Date: Mon, 1 Mar 2021 17:10:47 +0800 Subject: [PATCH 2/2] Update for hexa diver,and skill analyzer to 666 course --- sdvx@asphyxia/data/vvw.ts | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/sdvx@asphyxia/data/vvw.ts b/sdvx@asphyxia/data/vvw.ts index df03b11..e8c9468 100644 --- a/sdvx@asphyxia/data/vvw.ts +++ b/sdvx@asphyxia/data/vvw.ts @@ -2442,31 +2442,31 @@ export const COURSES5 = [ }, ], }, - // { - // id: 12, - // type: 0, - // name: 'SKILL ANALYZER Level.∞', - // level: 12, - // nameID: 12, - // assist: 0, - // tracks: [ - // { - // no: 0, - // mid: 1542, - // mty: 4, - // }, - // { - // no: 1, - // mid: 1498, - // mty: 4, - // }, - // { - // no: 2, - // mid: 1580, // 666 - // mty: 4, - // }, - // ], - // }, + { + id: 12, + type: 0, + name: 'SKILL ANALYZER Level.∞', + level: 12, + nameID: 12, + assist: 0, + tracks: [ + { + no: 0, + mid: 1542, + mty: 4, + }, + { + no: 1, + mid: 1498, + mty: 4, + }, + { + no: 2, + mid: 1580, // 666 + mty: 4, + }, + ], + }, ], }, ];