74 lines
1.7 KiB
Plaintext
74 lines
1.7 KiB
Plaintext
--[[
|
|
音效匹配相關配置檔案
|
|
]]
|
|
|
|
AudioMap = {}
|
|
|
|
--揹包標籤頁道具型別配置
|
|
AudioMap.Maps = {
|
|
RoleLevelUp = "Common/LevelUp",
|
|
CriticalHit = "Common/Critical_hit",
|
|
KillMvp = "Common/Mvp",
|
|
Refinesuccess = "Common/Refinesuccess",
|
|
Refinefail = "Common/Refinefailed",
|
|
Refinesuccess_Npc="Npc/Equipmaster_4-Npc/Equipmaster_6",
|
|
Refinefail_Npc = "Npc/Equipmaster_7-Npc/Equipmaster_8",
|
|
-- CriticalHit = "Critical_hit",
|
|
JobChange="Common/JobChange",
|
|
JobChangeHorn="Common/JobChange_Horn",
|
|
FunctionOpen = "FunctionOpen",
|
|
FunctionUnlock = "FunctionOpen",
|
|
PlayMusic = "Npc/MusicBox_3-Npc/MusicBox_4",
|
|
|
|
WheatBeShoved = 'Grass',
|
|
AnnounceQuestPanel_Normal="Npc/kanbanmusume_01-Npc/kanbanmusume_02",
|
|
AnnounceQuestPanel_Accept="Npc/kanbanmusume_03",
|
|
AnnounceQuestPanel_Commit="Npc/kanbanmusume_04",
|
|
AnnounceQuestPanel_AllCommit="Npc/kanbanmusume_05",
|
|
|
|
Randomcard = "Common/randomcard",
|
|
Compoundcard = "Common/compoundcard",
|
|
|
|
LotteryMech = "Common/LotteryMech",
|
|
}
|
|
|
|
AudioMap.UI = {
|
|
-- 點選
|
|
Click = "putonganniu",
|
|
-- 普通按鈕
|
|
NormalButton = "putonganniu",
|
|
-- 錯誤提示
|
|
WrongMsg = "cuowutishi",
|
|
-- 打開界面
|
|
OpenView = "dakaijiemian",
|
|
-- 關閉界面
|
|
CloseView = "guanbijiemian",
|
|
-- 貨幣
|
|
Coin = "huobi",
|
|
-- 領取獎勵
|
|
GetReward = "lingqujiangli",
|
|
-- 拍照
|
|
Picture = "paizhao",
|
|
-- 切頁
|
|
Tab = "qieye",
|
|
-- 下拉菜單
|
|
PopList = "xialacaidan",
|
|
-- 整理揹包
|
|
ReArrage = "zhenglibeibao",
|
|
--聚焦成功
|
|
Focus = "didi",
|
|
--聚焦
|
|
Focusing = "duijiao",
|
|
stamp = "stamp",
|
|
maoxianshoucedianjijiesuo = "maoxianshoucedianjijiesuo",
|
|
|
|
-- Rune
|
|
ActivationRune = "ActivationRune",
|
|
SelectRune = "SelectRune",
|
|
LinkRune1 = "LinkRune1",
|
|
LinkRune2 = "LinkRune2",
|
|
UnlockRune = "UnlockRune",
|
|
ResetRune = "AtharReset",
|
|
}
|
|
|