Module:Arcaea Data:修订间差异

添加221字节 、​ 2024年7月6日 (星期六)
bydSongName
(packName支持NS版独有曲包)
(bydSongName)
第202行: 第202行:
      ["bydChange"] = function()
      ["bydChange"] = function()
        if info["difficulties"] and difficulties[3] then
        if info["difficulties"] and difficulties[3] then
          return difficulties[2]['has_controller_alt_chart']
          return difficulties[3]['has_controller_alt_chart']
        end
        end
      end,
      end,
      ["etrChange"] = function()
      ["etrChange"] = function()
        if info["difficulties"] and difficulties[4] then
        if info["difficulties"] and difficulties[4] then
          return difficulties[2]['has_controller_alt_chart']
          return difficulties[4]['has_controller_alt_chart']
        end
        end
      end,
      end,
第228行: 第228行:
        if info["difficulties"] and difficulties[3] then
        if info["difficulties"] and difficulties[3] then
          return difficulties[3]['artist']
          return difficulties[3]['artist']
       end
     end,
     ["bydSongName"] = function()
       if info["difficulties"] and difficulties[3] and difficulties[3].title_localized then
         return difficulties[3].title_localized.en
        end
        end
      end
      end
915

个编辑