源战役客户端
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.

151 lines
1.5 KiB

  1. --新手引导每个场景需要预加载的资源,12级前
  2. --@id:场景id
  3. --@models:预告栏的模型id
  4. --@goods:掉落物品
  5. Config.ConfigNeedPreloadRes = {
  6. [1000] = {
  7. models = {
  8. -- 203022, --将神
  9. },
  10. goods = {
  11. 36060001,
  12. 36030001,
  13. 38130001,
  14. 36020001,
  15. },
  16. monster = {
  17. },
  18. effect = {
  19. }
  20. },
  21. [5400] = {
  22. models = {
  23. },
  24. goods = {
  25. 11020001,
  26. },
  27. monster = {
  28. },
  29. effect =
  30. {
  31. "203021_at_cast_001",
  32. "203021_at_cast_001",
  33. "function_warning01",
  34. "203021_skill03_cast_001",
  35. "203021_skill03_cast_002",
  36. "203021_skill03_shouji",
  37. }
  38. },
  39. [1002] = {
  40. models = {
  41. },
  42. goods = {
  43. 16020001,
  44. 38040010,
  45. 18020001,
  46. },
  47. monster = {
  48. }
  49. },
  50. [1003] = {
  51. models = {
  52. },
  53. goods = {
  54. 38320001,
  55. 38040102,
  56. 37020001,
  57. 36040004,
  58. },
  59. monster = {
  60. }
  61. },
  62. [1004] = {
  63. models = {
  64. },
  65. goods = {
  66. 15020101,
  67. 15020102,
  68. 15020103,
  69. },
  70. monster = {
  71. }
  72. },
  73. [1005] = {
  74. models = {
  75. },
  76. goods = {
  77. 38250001,
  78. 38110001,
  79. 20050002,
  80. },
  81. monster = {
  82. }
  83. },
  84. [5900] = {
  85. models = {
  86. },
  87. goods = {
  88. 14020201,
  89. 14010101,
  90. 14120001,
  91. },
  92. monster = {
  93. }
  94. },
  95. [7500] = {
  96. models = {
  97. },
  98. goods = {
  99. },
  100. monster = {
  101. },
  102. effect =
  103. {
  104. "203018_at_003",
  105. "function_warning01",
  106. "203018_skill02_cast_001",
  107. "203018_skill02_cast_002"
  108. }
  109. },
  110. [10030] = {
  111. models = {
  112. },
  113. goods = {
  114. 18040001,
  115. 38040010,
  116. 18020001,
  117. },
  118. monster = {
  119. },
  120. effect =
  121. {
  122. "203013_at",
  123. "function_warning01",
  124. }
  125. },
  126. }