2,352
次編輯
小無編輯摘要 |
小 (修复nil) |
||
行 101: | 行 101: | ||
end, | end, | ||
["pstChartDesigner"] = function() | ["pstChartDesigner"] = function() | ||
if info["difficulties"] then | |||
return info["difficulties"][1]['chartDesigner'] | |||
end | |||
end, | end, | ||
["pstJacketDesigner"] = function() | ["pstJacketDesigner"] = function() | ||
if info["difficulties"] then | |||
return info["difficulties"][1]['jacketDesigner'] | |||
end | |||
end, | end, | ||
["pstRating"] = function() | ["pstRating"] = function() | ||
if info["difficulties"] then | |||
return info["difficulties"][1]['rating'] | |||
end | |||
end, | end, | ||
["prsChartDesigner"] = function() | ["prsChartDesigner"] = function() | ||
if info["difficulties"] then | |||
return info["difficulties"][2]['chartDesigner'] | |||
end | |||
end, | end, | ||
["prsJacketDesigner"] = function() | ["prsJacketDesigner"] = function() | ||
if info["difficulties"] then | |||
return info["difficulties"][2]['jacketDesigner'] | |||
end | |||
end, | end, | ||
["prsRating"] = function() | ["prsRating"] = function() | ||
if info["difficulties"] then | |||
return info["difficulties"][2]['rating'] | |||
end | |||
end, | end, | ||
["ftrChartDesigner"] = function() | ["ftrChartDesigner"] = function() | ||
if info["difficulties"] then | |||
return info["difficulties"][3]['chartDesigner'] | |||
end | |||
end, | end, | ||
["ftrJacketDesigner"] = function() | ["ftrJacketDesigner"] = function() | ||
if info["difficulties"] then | |||
return info["difficulties"][3]['jacketDesigner'] | |||
end | |||
end, | end, | ||
["ftrRating"] = function() | ["ftrRating"] = function() | ||
行 265: | 行 281: | ||
end, | end, | ||
["pstChartDesigner"] = function() | ["pstChartDesigner"] = function() | ||
if info[index]["difficulties"][1] then | |||
return info[index]["difficulties"][1]['chartDesigner'] | |||
else | |||
return "PST谱师暂缺" | |||
end | |||
end, | end, | ||
["pstJacketDesigner"] = function() | ["pstJacketDesigner"] = function() |