Y-英雄-羁绊.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. [
  2. {
  3. "excel_file_name": "Y-英雄-羁绊.xlsx",
  4. "sheets": [
  5. {
  6. "sheet_name": "Sheet1",
  7. "row_offset": 1,
  8. "outputs": [
  9. {
  10. "enable": true,
  11. "read_type": "type_sjson",
  12. "parser_id": "table",
  13. "file_name": "hero_fetter.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": "HeroFetterCfg.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": "cs",
  43. "type_sjson": "int",
  44. "type_go": "int32",
  45. "type_cjson": "int",
  46. "type_csharp": "int"
  47. },
  48. {
  49. "key": "羁绊名称Lang",
  50. "name": "NameLang",
  51. "side": "c",
  52. "type_cjson": "string",
  53. "type_csharp": "string"
  54. },
  55. {
  56. "key": "激活羁绊所需英雄数",
  57. "name": "ActiveHeroNum",
  58. "side": "cs",
  59. "type_sjson": "int",
  60. "type_go": "int32",
  61. "type_cjson": "int",
  62. "type_csharp": "int"
  63. },
  64. {
  65. "key": "英雄列表",
  66. "name": "HeroIDs",
  67. "side": "cs",
  68. "type_sjson": "array",
  69. "type_go": "types.List[int32]",
  70. "type_cjson": "array",
  71. "type_csharp": "List\u003cint\u003e"
  72. },
  73. {
  74. "key": "描述Lang",
  75. "name": "DescLang",
  76. "side": "c",
  77. "type_cjson": "string",
  78. "type_csharp": "string"
  79. },
  80. {
  81. "key": "最小攻击",
  82. "name": "MinAttack",
  83. "side": "cs",
  84. "type_sjson": "int",
  85. "type_go": "int64",
  86. "type_cjson": "int",
  87. "type_csharp": "int"
  88. },
  89. {
  90. "key": "最大攻击",
  91. "name": "MaxAttack",
  92. "side": "cs",
  93. "type_sjson": "int",
  94. "type_go": "int64",
  95. "type_cjson": "int",
  96. "type_csharp": "int"
  97. },
  98. {
  99. "key": "攻击速度",
  100. "name": "AttackSpeed",
  101. "side": "cs",
  102. "type_sjson": "int",
  103. "type_go": "int64",
  104. "type_cjson": "int",
  105. "type_csharp": "int"
  106. },
  107. {
  108. "key": "移动速度",
  109. "name": "Speed",
  110. "side": "cs",
  111. "type_sjson": "int",
  112. "type_go": "int64",
  113. "type_cjson": "int",
  114. "type_csharp": "int"
  115. },
  116. {
  117. "key": "最小防御",
  118. "name": "MinDefense",
  119. "side": "cs",
  120. "type_sjson": "int",
  121. "type_go": "int64",
  122. "type_cjson": "int",
  123. "type_csharp": "int"
  124. },
  125. {
  126. "key": "最大防御",
  127. "name": "MaxDefense",
  128. "side": "cs",
  129. "type_sjson": "int",
  130. "type_go": "int64",
  131. "type_cjson": "int",
  132. "type_csharp": "int"
  133. },
  134. {
  135. "key": "血量",
  136. "name": "Hp",
  137. "side": "cs",
  138. "type_sjson": "int",
  139. "type_go": "int64",
  140. "type_cjson": "int",
  141. "type_csharp": "int"
  142. },
  143. {
  144. "key": "暴击率",
  145. "name": "CriticalHitChance",
  146. "side": "cs",
  147. "type_sjson": "int",
  148. "type_go": "int64",
  149. "type_cjson": "int",
  150. "type_csharp": "int"
  151. },
  152. {
  153. "key": "暴击抵抗",
  154. "name": "CriticalHitResistance",
  155. "side": "cs",
  156. "type_sjson": "int",
  157. "type_go": "int64",
  158. "type_cjson": "int",
  159. "type_csharp": "int"
  160. },
  161. {
  162. "key": "暴击伤害",
  163. "name": "CriticalHitDamage",
  164. "side": "cs",
  165. "type_sjson": "int",
  166. "type_go": "int64",
  167. "type_cjson": "int",
  168. "type_csharp": "int"
  169. },
  170. {
  171. "key": "暴伤抵抗",
  172. "name": "CriticalHitDamageResistance",
  173. "side": "cs",
  174. "type_sjson": "int",
  175. "type_go": "int64",
  176. "type_cjson": "int",
  177. "type_csharp": "int"
  178. },
  179. {
  180. "key": "幸运值",
  181. "name": "Luck",
  182. "side": "cs",
  183. "type_sjson": "int",
  184. "type_go": "int64",
  185. "type_cjson": "int",
  186. "type_csharp": "int"
  187. },
  188. {
  189. "key": "伤害加成",
  190. "name": "DamageBonus",
  191. "side": "cs",
  192. "type_sjson": "int",
  193. "type_go": "int64",
  194. "type_cjson": "int",
  195. "type_csharp": "int"
  196. },
  197. {
  198. "key": "伤害减免",
  199. "name": "DamageReduction",
  200. "side": "cs",
  201. "type_sjson": "int",
  202. "type_go": "int64",
  203. "type_cjson": "int",
  204. "type_csharp": "int"
  205. },
  206. {
  207. "key": "兵团攻击加成",
  208. "name": "SquadAttackBonus",
  209. "side": "cs",
  210. "type_sjson": "int",
  211. "type_go": "int64",
  212. "type_cjson": "int",
  213. "type_csharp": "int"
  214. },
  215. {
  216. "key": "兵团生命加成",
  217. "name": "SquadHealthBonus",
  218. "side": "cs",
  219. "type_sjson": "int",
  220. "type_go": "int64",
  221. "type_cjson": "int",
  222. "type_csharp": "int"
  223. }
  224. ]
  225. }
  226. ]
  227. }
  228. ]