From a577c84781bf597e0ec5831c6b1b7e8c331d8584 Mon Sep 17 00:00:00 2001 From: vvo <> Date: Fri, 1 Mar 2024 11:12:10 +0800 Subject: [PATCH] 240220 --- sdvx@asphyxia/README.md | 30 ++++++++--------- sdvx@asphyxia/data/exg.ts | 33 +++++++++++++------ sdvx@asphyxia/webui/asset/js/generator.js | 6 +--- sdvx@asphyxia/webui/asset/json/events.json | 4 ++- .../webui/asset/json/valgene_data.json | 12 ++++++- 5 files changed, 53 insertions(+), 32 deletions(-) diff --git a/sdvx@asphyxia/README.md b/sdvx@asphyxia/README.md index 9322328..ced01d2 100644 --- a/sdvx@asphyxia/README.md +++ b/sdvx@asphyxia/README.md @@ -1,8 +1,8 @@ # SOUND VOLTEX -**Plugin Version:** fork-6.0.2.8d +**Plugin Version:** fork-6.0.2.9 -**Supported game versions:** EXCEED GEAR (2024020600) +**Supported game versions:** EXCEED GEAR (2024022000) **Unsupported game versions:** Every other game, as they're untested. @@ -16,6 +16,19 @@ Changelog =========== +## fork-6.0.2.9 + +### New: + +1. Main: + - Updated events.json to add weeks 4 & 5 of BPL event songs. + - Added Premium Generator (Nekomata Okayu) set. + - Updated licensed songs list (Okayu songs) +2. Misc: + - Added crew id 149 to CHARACTER_IGNORE_DISABLE + - Tweaked Premium Generator odds (1% chance for a crew is a bit unfair lol, changed to 5%) + + ## fork-6.0.2.8d ### New: @@ -32,19 +45,6 @@ Changelog - Updated events.json to enable this week's BPL S3 SDVX songs unlock event, and the Triple Tribe songs. -## fork-6.0.2.8b - -### New: - -1. Main: - - 2024020600 support - - Updated events.json to include and enable BPL S3 SDVX Week 2 songs unlock event. - - Added info on future song unlock events but they are disabled for now (shhhh) - -2. Fixes: - - Fixed songs not appearing when songs' distribution date === current date. This is for when "unlock all songs" is disabled; unaffected otherwise. - - ### Todo: 1. Figure out how to use image (png) files to appear in information/news popup. diff --git a/sdvx@asphyxia/data/exg.ts b/sdvx@asphyxia/data/exg.ts index ffc1c86..22f4003 100644 --- a/sdvx@asphyxia/data/exg.ts +++ b/sdvx@asphyxia/data/exg.ts @@ -24,7 +24,7 @@ export const EVENT6 = [ 'PLAYERJUDGEADJ_ENABLE', 'MIXID_INPUT_ENABLE', 'DISP_PASELI_BANNER', - 'CHARACTER_IGNORE_DISABLE\t122,123,131,139,140,143', + 'CHARACTER_IGNORE_DISABLE\t122,123,131,139,140,143,149', 'OMEGA_ENABLE\t1,2,3,4,5,6,7,8,9', 'OMEGA_ARS_ENABLE', 'HEXA_ENABLE\t1,2,3,4,5,6,7,8,9,10', @@ -73,7 +73,9 @@ export const LICENSED_SONGS6 = [ // 231219 '2076', // 240116 - '2066', '2067', '2068' + '2066', '2067', '2068', + // 240220 + '2165', '2166', '2167' ] export const STAMP_EVENTS6 = { @@ -587,6 +589,8 @@ export const EVENT_SONGS6 = { "bpls3sdvx_1": ['2129', '2130'], "bpls3sdvx_2": ['2132', '2133', '2134'], "bpls3sdvx_3": ['2135', '2136', '2137'], + "bpls3sdvx_4": ['2138', '2139', '2140'], + "bpls3sdvx_5": ['2141', '2142', '2143'], // BPL S3 Triple Tribe 2 "bpls3tripletribe2_1": ['2162'], "bpls3tripletribe2_2": ['2163'], @@ -2243,7 +2247,7 @@ export const PREGENE = [ 'stamp': [69, 70, 71, 72, 73, 74, 75, 76, 77, 78], 'subbg': [166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185] }, - probability: [0.01, 0.39, 0.6] + probability: [0.05, 0.39, 0.6] }, { id: 2, @@ -2252,7 +2256,7 @@ export const PREGENE = [ 'stamp': [110, 111, 112, 113, 114, 115, 116, 117, 118, 119], 'subbg': [200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223] }, - probability: [0.01, 0.39, 0.6] + probability: [0.05, 0.39, 0.6] }, { id: 3, @@ -2261,7 +2265,7 @@ export const PREGENE = [ 'stamp': [151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162], 'subbg': [238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272] }, - probability: [0.01, 0.39, 0.6] + probability: [0.05, 0.39, 0.6] }, { id: 4, @@ -2270,7 +2274,7 @@ export const PREGENE = [ 'stamp': [194, 195, 196, 197, 198, 199], 'subbg': [281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313] }, - probability: [0.01, 0.39, 0.6] + probability: [0.05, 0.39, 0.6] }, { id: 5, @@ -2279,7 +2283,7 @@ export const PREGENE = [ 'stamp': [200, 201, 202, 203, 204, 205], 'subbg': [314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346] }, - probability: [0.01, 0.39, 0.6] + probability: [0.05, 0.39, 0.6] }, { id: 6, @@ -2289,7 +2293,7 @@ export const PREGENE = [ 'subbg': [359, 360, 361, 362, 363, 364, 365, 366, 367, 368], 'sysbg': [1, 2, 3] }, - probability: [0.01, 0.42, 0.84, 0.9] + probability: [0.05, 0.42, 0.84, 0.9] }, { id: 7, @@ -2298,7 +2302,7 @@ export const PREGENE = [ 'stamp': [249, 250, 251, 252, 253, 254, 255, 256, 257, 258], 'subbg': [369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381] }, - probability: [0.01, 0.39, 0.6] + probability: [0.05, 0.39, 0.6] }, { id: 8, @@ -2308,7 +2312,16 @@ export const PREGENE = [ 'subbg': [382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396], 'sysbg': [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16] }, - probability: [0.01, 0.42, 0.84, 0.9] + probability: [0.05, 0.42, 0.84, 0.9] + }, + { + id: 9, + items: { + "crew": [149], + "stamp": [312, 313, 314, 315, 316, 317, 318, 319, 320, 321], + "subbg": [419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438] + }, + probability: [0.05, 0.39, 0.6] } ] diff --git a/sdvx@asphyxia/webui/asset/js/generator.js b/sdvx@asphyxia/webui/asset/js/generator.js index 98002d2..07fb5a6 100644 --- a/sdvx@asphyxia/webui/asset/js/generator.js +++ b/sdvx@asphyxia/webui/asset/js/generator.js @@ -58,10 +58,7 @@ async function loadItems(itemSet, gene_edition, items_crew, items_stamp, items_s if(itemCounts[0] >= itemCounts[1]) $('#pregene-roll').attr('disabled', 'disabled') else $('#pregene-roll').removeAttr('disabled') } else if(gene_edition === 'valkyrie') { - if([1,2,3,4,5,6,8,9,10].includes(itemSet)) { // available valgene sets in webui - if(itemCounts[0] >= itemCounts[1]) $('#valgene-roll').attr('disabled', 'disabled') - else $('#valgene-roll').removeAttr('disabled') - } else $('#valgene-roll').attr('disabled', 'disabled') + $('#valgene-roll').attr('disabled', 'disabled') } @@ -163,7 +160,6 @@ $(document).ready(async function() { }) $('#pregene-roll, #valgene-roll').on('click', async function() { - console.log('cliucked') $('#pregene-roll, #valgene-roll').attr('disabled', 'disabled') if(gene_edition === 'premium' && window.location.search.match(/(premium)/g) != undefined) { let geneItems = await getGeneratorEditionItems(gene_edition, parseInt($('#set_select').val())) diff --git a/sdvx@asphyxia/webui/asset/json/events.json b/sdvx@asphyxia/webui/asset/json/events.json index b663474..940166e 100644 --- a/sdvx@asphyxia/webui/asset/json/events.json +++ b/sdvx@asphyxia/webui/asset/json/events.json @@ -244,7 +244,9 @@ "info": [ "Week 1 songs: 'We Are All The Dreamer' and 'Double or Nothing'", "Week 2 songs: 'トリコエリヌム▽コンチェルト,' '群青纏う朱の槍,' and 'CHOVERY GOOSE!!!'", - "Week 3 songs: 'V!LLA!N,' 'TOYBOX CANNØN=墸Σ≡=。゚:*.:+。.☆,' and 'ON THE WORLD'" + "Week 3 songs: 'V!LLA!N,' 'TOYBOX CANNØN=墸Σ≡=。゚:*.:+。.☆,' and 'ON THE WORLD'", + "Week 4 songs: '花火のおもちゃ箱,' 'イグジスター,' and 'La Nostra Storia!'", + "Week 5 songs: 'グリーディ・スターズ!,' 'Di-Da-De-Doo,' and 'Break Through Δpex'" ] }, { diff --git a/sdvx@asphyxia/webui/asset/json/valgene_data.json b/sdvx@asphyxia/webui/asset/json/valgene_data.json index 57404ce..d95b609 100644 --- a/sdvx@asphyxia/webui/asset/json/valgene_data.json +++ b/sdvx@asphyxia/webui/asset/json/valgene_data.json @@ -81,7 +81,17 @@ "subbg": [382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396], "sysbg": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16] } - } + }, + { + "id": 9, + "name": "Premium Generator(猫又おかゆ)", + "jpn_exc": false, + "items": { + "crew": [149], + "stamp": [312, 313, 314, 315, 316, 317, 318, 319, 320, 321], + "subbg": [419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438] + } + } ], "valgene":[ {