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,