From ab892e669e97956a7379fe371ac1b1db696c5dd3 Mon Sep 17 00:00:00 2001 From: vvo <> Date: Tue, 11 Oct 2022 18:24:44 +0800 Subject: [PATCH 1/2] arena station set 3 --- sdvx@asphyxia/data/exg.ts | 77 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 4 deletions(-) diff --git a/sdvx@asphyxia/data/exg.ts b/sdvx@asphyxia/data/exg.ts index e46c27a..5f2bee7 100644 --- a/sdvx@asphyxia/data/exg.ts +++ b/sdvx@asphyxia/data/exg.ts @@ -109,9 +109,9 @@ export const ARENA = { details: { // season: 1, time_start: BigInt(Date.parse('25 Apr 2022 00:00:00 GMT')), - time_end: BigInt(Date.parse('31 Dec 2022 23:59:59 GMT')), + time_end: BigInt(Date.parse('31 Dec 2099 23:59:59 GMT')), shop_start: BigInt(Date.parse('25 Apr 2022 00:00:00 GMT')), - shop_end: BigInt(Date.parse('31 Dec 2022 23:59:59 GMT')), + shop_end: BigInt(Date.parse('31 Dec 2099 23:59:59 GMT')), is_open: 1, is_shop: 1 }, @@ -210,9 +210,9 @@ export const ARENA = { details: { // season: 2, time_start: BigInt(Date.parse('30 Jun 2022 00:00:00 GMT')), - time_end: BigInt(Date.parse('31 Dec 2022 23:59:59 GMT')), + time_end: BigInt(Date.parse('31 Dec 2099 23:59:59 GMT')), shop_start: BigInt(Date.parse('30 Jun 2022 00:00:00 GMT')), - shop_end: BigInt(Date.parse('31 Dec 2022 23:59:59 GMT')), + shop_end: BigInt(Date.parse('31 Dec 2099 23:59:59 GMT')), is_open: 1, is_shop: 1 }, @@ -275,6 +275,75 @@ export const ARENA = { } ], }, + 'Set 3 (09/01/22)': { + details: { + // season: 3, + time_start: BigInt(Date.parse('01 Sep 2022 00:00:00 GMT')), + time_end: BigInt(Date.parse('31 Dec 2099 23:59:59 GMT')), + shop_start: BigInt(Date.parse('01 Sep 2022 00:00:00 GMT')), + shop_end: BigInt(Date.parse('31 Dec 2099 23:59:59 GMT')), + is_open: 1, + is_shop: 1 + }, + arena_items: [ + { + catalog_id: 1, + catalog_type: 1, + price: 15000, + item_type: 11, + item_id: 104, // nana v + param: 1, + }, + // { + // catalog_id: 1, + // catalog_type: 1, + // price: 8000, + // item_type: 0, + // item_id: 1742, (REPLACE TO REVVENG ID) + // param: 23, + // }, + { + catalog_id: 1, + catalog_type: 1, + price: 8000, + item_type: 0, + item_id: 342, + param: 8, + }, + { + catalog_id: 1, + catalog_type: 1, + price: 4000, + item_type: 0, + item_id: 131, + param: 8, + }, + { + catalog_id: 1, + catalog_type: 1, + price: 4000, + item_type: 0, + item_id: 612, + param: 8, + }, + { + catalog_id: 1, + catalog_type: 1, + price: 2000, + item_type: 0, + item_id: 8, + param: 8, + }, + { + catalog_id: 1, + catalog_type: 1, + price: 2000, + item_type: 0, + item_id: 323, + param: 8, + } + ], + }, // 'debug': { // details: { // season: 0, From f560c4c182e56295593d1bec25ff6894010c8ed2 Mon Sep 17 00:00:00 2001 From: vvo <> Date: Thu, 20 Oct 2022 23:15:57 +0800 Subject: [PATCH 2/2] updated arena station set 3 --- sdvx@asphyxia/data/exg.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sdvx@asphyxia/data/exg.ts b/sdvx@asphyxia/data/exg.ts index 5f2bee7..d29ca8d 100644 --- a/sdvx@asphyxia/data/exg.ts +++ b/sdvx@asphyxia/data/exg.ts @@ -89,7 +89,7 @@ export const APRILFOOLSSONGS = [ ] export const VALKYRIEEXCLUSIVESONGS = [ - '1672', '1744', '1855', '1742', + '1672', '1744', '1855', '1742', '1743', '1736', '1737', '1738', '1848', '1847', '1849' // X-record ] @@ -294,14 +294,14 @@ export const ARENA = { item_id: 104, // nana v param: 1, }, - // { - // catalog_id: 1, - // catalog_type: 1, - // price: 8000, - // item_type: 0, - // item_id: 1742, (REPLACE TO REVVENG ID) - // param: 23, - // }, + { + catalog_id: 1, + catalog_type: 1, + price: 8000, + item_type: 0, + item_id: 1743, // revvable engine + param: 23, + }, { catalog_id: 1, catalog_type: 1,