源战役客户端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

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