源战役客户端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

32 lignes
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},
}
},
},
}