源战役客户端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

32 righe
647 B

--任务对话对象特效挂接配置 一个挂点只能挂一个特效
Config.DialogObjectParticle = Config.DialogObjectParticle or {
--身体模型特效挂接
Body = {
--npc
[201012] = {always ={
["root"]={name ="char_201012act_root", max_depth = nil},
}
},
[201030] = {always ={
["Bip001 Head"]={name ="char_201030act_headnub", max_depth = nil},
["Bone001"]={name ="char_201030act_bone001", max_depth = nil},
}
},
[201035] = {always ={
["root"]={name ="char_201035act_root", max_depth = nil},
}
},
[201051] = {always ={
["root"]={name ="char_201051act_root", max_depth = nil},
}
},
},
}