打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

用户:RedDragon/Test2:修订间差异

来自Rizline中文维基
 
(未显示同一用户的2个中间版本)
第266行: 第266行:
         // MOD权重配置
         // MOD权重配置
         var modOptions = [
         var modOptions = [
             { name: "无MOD", weight: 4 },
             { name: "无MOD", weight: 9 },
             { name: "无限制", weight: 4 },
             { name: "无限制", weight: 9 },
             { name: "观赏模式", weight: 1 },
             { name: "观赏模式", weight: 1 },
             { name: "镜像模式", weight: 2 },
 
             { name: "保护模式", weight: 2 },
             { name: "镜像模式", weight: 4 },
             { name: "Bad保护模式", weight: 2 },
             { name: "保护模式", weight: 4 },
             { name: "特殊计量条", weight: 2, exclude: ["特殊计量条100%", "特殊计量条110%", "特殊计量条120%"] },
             { name: "Bad保护模式", weight: 4 },
             { name: "特殊计量条100%", weight: 2, exclude: ["特殊计量条", "特殊计量条110%", "特殊计量条120%"] },
             { name: "特殊计量条", weight: 1, exclude: ["特殊计量条100%", "特殊计量条110%", "特殊计量条120%"] },
             { name: "特殊计量条110%", weight: 2, exclude: ["特殊计量条", "特殊计量条100%", "特殊计量条120%"] },
             { name: "特殊计量条100%", weight: 1, exclude: ["特殊计量条", "特殊计量条110%", "特殊计量条120%"] },
             { name: "特殊计量条120%", weight: 2, exclude: ["特殊计量条", "特殊计量条100%", "特殊计量条110%"] },
             { name: "特殊计量条110%", weight: 1, exclude: ["特殊计量条", "特殊计量条100%", "特殊计量条120%"] },
             { name: "隐藏计量条", weight: 2 }
             { name: "特殊计量条120%", weight: 1, exclude: ["特殊计量条", "特殊计量条100%", "特殊计量条110%"] },
             { name: "隐藏计量条", weight: 4 }
         ]
         ]


第283行: 第284行:
             { name: "无限制", weight: 12 },
             { name: "无限制", weight: 12 },
             { name: "静音", weight: 2 },
             { name: "静音", weight: 2 },
             { name: "单手", weight: 2, exclude: ["全拆打法", "全换打法"] },
             { name: "单手", weight: 2, exclude: ["全拆打法", "全换打法", "禁止出张"] },
             { name: "手持", weight: 2 },
             { name: "手持", weight: 2 },
             { name: "Bad数比Hit数多", weight: 1 },
             { name: "Bad数比Hit数多", weight: 1 },
             { name: "Combo低于50", weight: 1 },
             { name: "Combo低于50", weight: 1 },
             { name: "全拆打法", weight: 2, exclude: ["单手"] },
             { name: "全拆打法", weight: 2, exclude: ["单手", "全换打法"] },
             { name: "全换打法", weight: 2, exclude: ["单手"] },
             { name: "全换打法", weight: 2, exclude: ["单手", "全拆打法"] },
             { name: "禁止出张", weight: 2 },
             { name: "禁止出张", weight: 2, exclude: ["单手"] },
             { name: "反色", weight: 1 }
             { name: "反色", weight: 1 }
         ]
         ]
第399行: 第400行:
         var belowElement = document.querySelector('.infobox-below')
         var belowElement = document.querySelector('.infobox-below')
         var belowText = ""
         var belowText = ""
        var difficultyStr = typeof difficulty === 'string' ? difficulty : difficulty.outerHTML || ''


         if (mods.length == 1) {
         if (mods[0] == "观赏模式") {
            if (mods[0] == "观赏模式") {
            belowText = "WOW奖励关!"
                belowText = "WOW奖励关!"
        } else if (difficulty.includes('EZ')) {
            if (speed == "无限制") {
                if (mods[0] == "无限制") {
                    if (others[0] == "无限制") {
                        belowText = "最简单的一集"
                    }
                }
             }
             }
         } else if (difficulty.includes('EZ')) {
         } else if (difficulty.includes('无限制')) {
             if (speed == "无限制") {
             if (speed == "无限制") {
                 if (mods.length == 1) {
                 if (mods[0] == "无限制") {
                    if (mods[0] == "无限制") {
                    if (others[0] == "无限制") {
                        if (others.length == 1) {
                        belowText = "无限制!"
                            if (others[0] == "无限制") {
                                belowText = "最简单的一集"
                            }
                        }
                     }
                     }
                 }
                 }
             }
             }
         } else if (difficultyStr.includes('AT')
         } else if (difficulty.includes('AT')) {
) {
             belowText = "这么强?!"
             belowText = "这么强?!"
         }
         }

2025年10月23日 (四) 01:34的最新版本

曲目
限制
难度 a
流速 b
MOD c
其他 d

神秘的随机挑战!

Ver.1.6

{{Infobox
|name = 随机挑战
|title = 曲目
|titlestyle = background:#ccc
|image = [[File:插画图标.png|100px]]
|headerstyle = background:#ccf
|labelstyle = background:#ddf

|header1 = 限制
|label2 = 难度
|data2 = a
|label3 = 流速
|data3 = b
|label4 = MOD
|data4 = c
|label5 = 其他
|data5 = d

|belowstyle = background:#ddf;
|below = e

}}

User:RedDragon/Test User:RedDragon/Test1 User:RedDragon/Test2