源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
647 B

  1. --任务对话对象特效挂接配置 一个挂点只能挂一个特效
  2. Config.DialogObjectParticle = Config.DialogObjectParticle or {
  3. --身体模型特效挂接
  4. Body = {
  5. --npc
  6. [201012] = {always ={
  7. ["root"]={name ="char_201012act_root", max_depth = nil},
  8. }
  9. },
  10. [201030] = {always ={
  11. ["Bip001 Head"]={name ="char_201030act_headnub", max_depth = nil},
  12. ["Bone001"]={name ="char_201030act_bone001", max_depth = nil},
  13. }
  14. },
  15. [201035] = {always ={
  16. ["root"]={name ="char_201035act_root", max_depth = nil},
  17. }
  18. },
  19. [201051] = {always ={
  20. ["root"]={name ="char_201051act_root", max_depth = nil},
  21. }
  22. },
  23. },
  24. }