onepiece_demo_arena
xiejun 2024-02-02 18:37:33 +08:00
parent 698dad8d89
commit f28e20ade1
1 changed files with 4 additions and 4 deletions

View File

@ -12,25 +12,25 @@ local mirrors = {
[1] = { [1] = {
id = Language[10331], --人杰 id = Language[10331], --人杰
bg = "UI_hz_xy_01", bg = "UI_hz_xy_01",
tip = string.format("<color=#E5DDBF>%s</color>", GetLanguageStrById(specialConfig[72].Value)), tip = string.format("<color=#E5DDBF>%s</color>", GetLanguageStrById(specialConfig[71].Value)),
name="海军宝藏" name="海军宝藏"
}, },
[2] = { [2] = {
id = Language[10332], --佛禅 id = Language[10332], --佛禅
bg = "UI_hz_xy_02", bg = "UI_hz_xy_02",
tip = string.format("<color=#FFE3C2>%s</color>", GetLanguageStrById(specialConfig[71].Value)), tip = string.format("<color=#FFE3C2>%s</color>", GetLanguageStrById(specialConfig[74].Value)),
name="海贼宝藏" name="海贼宝藏"
}, },
[3] = { [3] = {
id = Language[10333], --妖灵 id = Language[10333], --妖灵
bg = "UI_hz_xy_03", bg = "UI_hz_xy_03",
tip = string.format("<color=#F3DBD5>%s</color>", GetLanguageStrById(specialConfig[74].Value)), tip = string.format("<color=#F3DBD5>%s</color>", GetLanguageStrById(specialConfig[73].Value)),
name="四皇宝藏" name="四皇宝藏"
}, },
[4] = { [4] = {
id = Language[10334], --道玄 id = Language[10334], --道玄
bg = "UI_hz_xy_04", bg = "UI_hz_xy_04",
tip = string.format("<color=#FFD09D>%s</color>", GetLanguageStrById(specialConfig[73].Value)), tip = string.format("<color=#FFD09D>%s</color>", GetLanguageStrById(specialConfig[72].Value)),
name="强者宝藏" name="强者宝藏"
} }
} }