Z-战场技能.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. [
  2. {
  3. "excel_file_name": "Z-战场技能.xlsx",
  4. "sheets": [
  5. {
  6. "sheet_name": "Sheet1",
  7. "row_offset": 2,
  8. "outputs": [
  9. {
  10. "enable": true,
  11. "read_type": "type_sjson",
  12. "parser_id": "table",
  13. "file_name": "battle_skill.json",
  14. "gen_codes": [
  15. {
  16. "read_type": "type_go"
  17. }
  18. ]
  19. },
  20. {
  21. "enable": true,
  22. "read_type": "type_cjson",
  23. "parser_id": "table_list",
  24. "file_name": "BattleSkillConfig.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "ID",
  35. "is_unique": true
  36. }
  37. ],
  38. "heads": [
  39. {
  40. "key": "配置ID",
  41. "name": "ID",
  42. "side": "c",
  43. "type_sjson": "int",
  44. "type_go": "int32",
  45. "type_cjson": "int",
  46. "type_csharp": "uint"
  47. },
  48. {
  49. "key": "名称",
  50. "name": "Name",
  51. "side": "c",
  52. "type_cjson": "string",
  53. "type_csharp": "string"
  54. },
  55. {
  56. "key": "等级",
  57. "name": "Level",
  58. "side": "c",
  59. "type_sjson": "int",
  60. "type_go": "int32",
  61. "type_cjson": "int",
  62. "type_csharp": "int"
  63. },
  64. {
  65. "key": "战场图标",
  66. "name": "Icon",
  67. "side": "c",
  68. "type_cjson": "string",
  69. "type_csharp": "string"
  70. },
  71. {
  72. "key": "技能CD",
  73. "name": "SkillCD",
  74. "side": "c",
  75. "type_sjson": "int",
  76. "type_go": "int32",
  77. "type_cjson": "int",
  78. "type_csharp": "int"
  79. },
  80. {
  81. "key": "公共CD",
  82. "name": "ShareCD",
  83. "side": "c",
  84. "type_sjson": "int",
  85. "type_go": "int32",
  86. "type_cjson": "int",
  87. "type_csharp": "int"
  88. },
  89. {
  90. "key": "开场CD",
  91. "name": "GlobalCD",
  92. "side": "c",
  93. "type_sjson": "int",
  94. "type_go": "int32",
  95. "type_cjson": "int",
  96. "type_csharp": "int"
  97. },
  98. {
  99. "key": "重置CD类型",
  100. "name": "CdResetType",
  101. "side": "c",
  102. "type_cjson": "int",
  103. "type_csharp": "F1.Battle.CDResetType"
  104. },
  105. {
  106. "key": "重置CD参数",
  107. "name": "CdResetParam",
  108. "side": "c",
  109. "type_cjson": "int",
  110. "type_csharp": "int"
  111. },
  112. {
  113. "key": "优先级",
  114. "name": "Priority",
  115. "side": "c",
  116. "type_sjson": "int",
  117. "type_go": "int32",
  118. "type_cjson": "int",
  119. "type_csharp": "int"
  120. },
  121. {
  122. "key": "技能动作数据文件",
  123. "name": "SkillActionFile",
  124. "side": "c",
  125. "type_sjson": "string",
  126. "type_go": "string",
  127. "type_cjson": "string",
  128. "type_csharp": "string"
  129. },
  130. {
  131. "key": "伤害倍率",
  132. "name": "DamageMultiplier",
  133. "side": "c",
  134. "type_cjson": "array",
  135. "type_csharp": "List<int>"
  136. },
  137. {
  138. "key": "技能类型",
  139. "name": "SkillType",
  140. "side": "c",
  141. "type_cjson": "string",
  142. "type_csharp": "F1.Battle.BattleSkillType, BattleSkillTypeConverter"
  143. },
  144. {
  145. "key": "伤害固定值",
  146. "name": "DamageBase",
  147. "side": "c",
  148. "type_cjson": "int",
  149. "type_csharp": "int"
  150. },
  151. {
  152. "key": "解析器参数",
  153. "name": "ParserParam",
  154. "side": "c",
  155. "type_cjson": "array",
  156. "type_csharp": "List<long>"
  157. },
  158. {
  159. "key": "条件解析器参数",
  160. "name": "ConditionParam",
  161. "side": "c",
  162. "type_cjson": "array",
  163. "type_csharp": "List<long>"
  164. },
  165. {
  166. "key": "立即重新释放的概率",
  167. "name": "ReCastProbability",
  168. "side": "c",
  169. "type_cjson": "int",
  170. "type_csharp": "int"
  171. },
  172. {
  173. "key": "索敌",
  174. "name": "TargetDetection",
  175. "side": "c",
  176. "type_cjson": "string",
  177. "type_csharp": "BattleSkillTargetDetectionDataHelper, BattleSkillTargetDetectionDataConverter"
  178. },
  179. {
  180. "key": "是否转向目标",
  181. "name": "TrunToTarget",
  182. "side": "c",
  183. "type_cjson": "bool",
  184. "type_csharp": "bool"
  185. },
  186. {
  187. "key": "攻击判定方式",
  188. "name": "AttackJudgmentMethod",
  189. "side": "c",
  190. "type_cjson": "string",
  191. "type_csharp": "AttackJudgmentMethodHelper, AttackJudgmentMethodConverter"
  192. }
  193. ]
  194. }
  195. ]
  196. }
  197. ]