--任务对话对象特效挂接配置 一个挂点只能挂一个特效
|
|
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},
|
|
|
|
}
|
|
},
|
|
|
|
},
|
|
}
|