Y-英雄.json 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  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.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": "HeroCfg.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_sjson": "string",
  53. "type_go": "string",
  54. "type_cjson": "string",
  55. "type_csharp": "string"
  56. },
  57. {
  58. "key": "头像",
  59. "name": "Avatar",
  60. "side": "c",
  61. "type_sjson": "string",
  62. "type_go": "string",
  63. "type_cjson": "string",
  64. "type_csharp": "string"
  65. },
  66. {
  67. "key": "半身像",
  68. "name": "Card",
  69. "side": "c",
  70. "type_sjson": "string",
  71. "type_go": "string",
  72. "type_cjson": "string",
  73. "type_csharp": "string"
  74. },
  75. {
  76. "key": "沙盘半身像",
  77. "name": "MapCard",
  78. "side": "c",
  79. "type_sjson": "string",
  80. "type_go": "string",
  81. "type_cjson": "string",
  82. "type_csharp": "string"
  83. },
  84. {
  85. "key": "全身像",
  86. "name": "FullIcon",
  87. "side": "c",
  88. "type_sjson": "string",
  89. "type_go": "string",
  90. "type_cjson": "string",
  91. "type_csharp": "string"
  92. },
  93. {
  94. "key": "Spine形象",
  95. "name": "SpinePath",
  96. "side": "c",
  97. "type_sjson": "string",
  98. "type_go": "string",
  99. "type_cjson": "string",
  100. "type_csharp": "string"
  101. },
  102. {
  103. "key": "阵营",
  104. "name": "Camp",
  105. "side": "cs",
  106. "type_sjson": "int",
  107. "type_go": "int32",
  108. "type_cjson": "int",
  109. "type_csharp": "int"
  110. },
  111. {
  112. "key": "品质",
  113. "name": "Quality",
  114. "side": "cs",
  115. "type_sjson": "int",
  116. "type_go": "int32",
  117. "type_cjson": "int",
  118. "type_csharp": "int"
  119. },
  120. {
  121. "key": "普攻",
  122. "name": "BasicAttack",
  123. "side": "cs",
  124. "type_sjson": "int",
  125. "type_go": "int32",
  126. "type_cjson": "int",
  127. "type_csharp": "int"
  128. },
  129. {
  130. "key": "天赋",
  131. "name": "Talent",
  132. "side": "cs",
  133. "type_sjson": "int",
  134. "type_go": "int32",
  135. "type_cjson": "int",
  136. "type_csharp": "int"
  137. },
  138. {
  139. "key": "主动技能",
  140. "name": "ActiveSkill",
  141. "side": "cs",
  142. "type_sjson": "int",
  143. "type_go": "int32",
  144. "type_cjson": "int",
  145. "type_csharp": "int"
  146. },
  147. {
  148. "key": "被动技能",
  149. "name": "PassiveSkill",
  150. "side": "cs",
  151. "type_sjson": "int",
  152. "type_go": "int32",
  153. "type_cjson": "int",
  154. "type_csharp": "int"
  155. },
  156. {
  157. "key": "专属技能",
  158. "name": "SpecialSkill",
  159. "side": "cs",
  160. "type_sjson": "int",
  161. "type_go": "int32",
  162. "type_cjson": "int",
  163. "type_csharp": "int"
  164. },
  165. {
  166. "key": "职业",
  167. "name": "Job",
  168. "side": "cs",
  169. "type_sjson": "int",
  170. "type_go": "int32",
  171. "type_cjson": "int",
  172. "type_csharp": "int"
  173. },
  174. {
  175. "key": "探险布阵模型表ID",
  176. "name": "LineupTypeCfgID",
  177. "side": "c",
  178. "type_cjson": "int",
  179. "type_csharp": "int"
  180. },
  181. {
  182. "key": "战场单位ID",
  183. "name": "BattleUnitID",
  184. "side": "c",
  185. "type_cjson": "uint",
  186. "type_csharp": "uint"
  187. },
  188. {
  189. "key": "统兵数量",
  190. "name": "InitTroop",
  191. "side": "cs",
  192. "type_sjson": "int",
  193. "type_go": "int32",
  194. "type_cjson": "int",
  195. "type_csharp": "int"
  196. },
  197. {
  198. "key": "初始血量",
  199. "name": "InitHealth",
  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": "HealthGrow",
  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": "InitAttack",
  218. "side": "cs",
  219. "type_sjson": "int",
  220. "type_go": "int64",
  221. "type_cjson": "int",
  222. "type_csharp": "int"
  223. },
  224. {
  225. "key": "攻击成长",
  226. "name": "AttackGrow",
  227. "side": "cs",
  228. "type_sjson": "int",
  229. "type_go": "int64",
  230. "type_cjson": "int",
  231. "type_csharp": "int"
  232. },
  233. {
  234. "key": "初始防御",
  235. "name": "InitDefense",
  236. "side": "cs",
  237. "type_sjson": "int",
  238. "type_go": "int64",
  239. "type_cjson": "int",
  240. "type_csharp": "int"
  241. },
  242. {
  243. "key": "防御成长",
  244. "name": "DefenseGrow",
  245. "side": "cs",
  246. "type_sjson": "int",
  247. "type_go": "int64",
  248. "type_cjson": "int",
  249. "type_csharp": "int"
  250. },
  251. {
  252. "key": "初始攻速",
  253. "name": "InitAttackSpeed",
  254. "side": "cs",
  255. "type_sjson": "int",
  256. "type_go": "int64",
  257. "type_cjson": "int",
  258. "type_csharp": "int"
  259. },
  260. {
  261. "key": "初始移速",
  262. "name": "InitSpeed",
  263. "side": "cs",
  264. "type_sjson": "int",
  265. "type_go": "int64",
  266. "type_cjson": "int",
  267. "type_csharp": "int"
  268. },
  269. {
  270. "key": "初始攻击距离",
  271. "name": "InitAttackRange",
  272. "side": "cs",
  273. "type_sjson": "int",
  274. "type_go": "int64",
  275. "type_cjson": "int",
  276. "type_csharp": "int"
  277. },
  278. {
  279. "key": "英雄介绍Lang",
  280. "name": "DescLang",
  281. "side": "c",
  282. "type_cjson": "string",
  283. "type_csharp": "string"
  284. }
  285. ]
  286. }
  287. ]
  288. }
  289. ]