This commit is contained in:
vvo
2024-09-05 16:56:57 +08:00
parent 825e2621b0
commit 20ba236f5b
9 changed files with 438 additions and 46 deletions
+130 -9
View File
@@ -62,15 +62,16 @@ export const INFORMATION6 = {
}
export const LICENSED_SONGS6 = [
'1471', '1477', '1634', '1635', '1636', '1637', '1649', '1650', '1653', '1654',
'1655', '1657', '1658', '1739', '1740', '1741', '1744', '1753', '1754', '1755',
'1756', '1757', '1758', '1759', '1760', '1761', '1810', '1813', '1814', '1821',
'1866', '1867', '1871', '1872', '1873', '1874', '1857', '1858', '1860', '1861',
'1862', '1856', '1859', '1863', '1864', '1865', '1903', '1904', '1911', '1916',
'1917', '1960', '1961', '1962', '2028', '2029', '1912', '1913', '2030', '2031',
'2032', '2033', '2034', '2035', '2036', '1905', '1882', '2058', '2069', '2070',
'2071', '2072', '2073', '2074', '2075', '2076', '2066', '2067', '2068', '2165',
'2166', '2167', '2172', '2173', '2174', '2175', '2184'
'158', '940', '1056', '1057', '1337', '1338', '1339', '1340', '1341', '1342',
'1343', '1344', '1471', '1477', '1634', '1635', '1636', '1637', '1649', '1650',
'1653', '1654', '1655', '1657', '1658', '1739', '1740', '1741', '1744', '1753',
'1754', '1755', '1756', '1757', '1758', '1759', '1760', '1761', '1810', '1813',
'1814', '1821', '1866', '1867', '1871', '1872', '1873', '1874', '1857', '1858',
'1860', '1861', '1862', '1856', '1859', '1863', '1864', '1865', '1903', '1904',
'1911', '1916', '1917', '1960', '1961', '1962', '2028', '2029', '1912', '1913',
'2030', '2031', '2032', '2033', '2034', '2035', '2036', '1905', '1882', '2058',
'2069', '2070', '2071', '2072', '2073', '2074', '2075', '2076', '2066', '2067',
'2068', '2165', '2166', '2167', '2172', '2173', '2174', '2175', '2184'
]
export const STAMP_EVENTS6 = {
@@ -2114,6 +2115,117 @@ export const ARENA = {
param: 8,
}
]
},
'Season 15 (ARENA BATTLE 2024/09/05~2024/09/30)': {
details: {
season: 15,
rule: 1,
rank_match_target: 0,
time_start: BigInt(Date.parse('05 Sep 2024 00:00:00 GMT')),
time_end: BigInt(Date.parse('30 Sep 2024 23:59:59 GMT')),
shop_start: BigInt(Date.parse('05 Sep 2024 00:00:00 GMT')),
shop_end: BigInt(Date.parse('30 Sep 2024 23:59:59 GMT')),
is_open: 1,
is_shop: 1
},
arena_items: [
{
catalog_id: 1,
catalog_type: 1,
price: 5000,
item_type: 0,
item_id: 2077,
param: 23,
},
{
catalog_id: 1,
catalog_type: 1,
price: 5000,
item_type: 0,
item_id: 2078,
param: 23,
},
{
catalog_id: 1,
catalog_type: 1,
price: 8000,
item_type: 0,
item_id: 634,
param: 8,
},
{
catalog_id: 1,
catalog_type: 1,
price: 8000,
item_type: 0,
item_id: 348,
param: 8,
},
{
catalog_id: 1,
catalog_type: 1,
price: 8000,
item_type: 0,
item_id: 165,
param: 8,
},
{
catalog_id: 1,
catalog_type: 1,
price: 4000,
item_type: 0,
item_id: 1743,
param: 23,
},
{
catalog_id: 1,
catalog_type: 1,
price: 4000,
item_type: 0,
item_id: 1846,
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,
}
]
}
}
@@ -2655,6 +2767,15 @@ export const PREGENE = [
"subbg": [464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482]
},
probability: [0.05, 0.39, 0.6]
},
{
id: 12,
items: {
"crew": [161],
"stamp": [384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396],
"subbg": [498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514]
},
probability: [0.05, 0.39, 0.6]
}
]