S-赛季-霸业任务.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. [
  2. {
  3. "excel_file_name": "S-赛季-霸业任务.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": "season_quest.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": "SeasonQuestCfg.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": "下一个霸业ID",
  50. "name": "NextID",
  51. "side": "cs",
  52. "type_sjson": "int",
  53. "type_go": "int32",
  54. "type_cjson": "int",
  55. "type_csharp": "int"
  56. },
  57. {
  58. "key": "任务类型",
  59. "name": "QuestType",
  60. "side": "cs",
  61. "type_sjson": "int",
  62. "type_go": "enum.SeasonQuestType",
  63. "type_cjson": "int",
  64. "type_csharp": "int"
  65. },
  66. {
  67. "key": "标题Lang",
  68. "name": "TitleLang",
  69. "side": "c",
  70. "type_cjson": "string",
  71. "type_csharp": "string"
  72. },
  73. {
  74. "key": "任务参数",
  75. "name": "QuestParams",
  76. "side": "cs",
  77. "type_sjson": "array",
  78. "type_go": "types.List[int32]",
  79. "type_cjson": "array",
  80. "type_csharp": "int[]"
  81. },
  82. {
  83. "key": "任务奖励",
  84. "name": "Rewards",
  85. "side": "cs",
  86. "type_sjson": "array",
  87. "type_go": "types.Assets",
  88. "type_cjson": "string",
  89. "type_csharp": "ArrayIntList,ArrayIntListConverter"
  90. },
  91. {
  92. "key": "任务时长(h)",
  93. "name": "QuestDuration",
  94. "side": "cs",
  95. "type_sjson": "int",
  96. "type_go": "int32",
  97. "type_cjson": "int",
  98. "type_csharp": "int"
  99. },
  100. {
  101. "key": "解锁功能",
  102. "name": "UnlockFunc",
  103. "side": "cs",
  104. "type_sjson": "array",
  105. "type_go": "types.List[int32]",
  106. "type_cjson": "array",
  107. "type_csharp": "int[]"
  108. },
  109. {
  110. "key": "排序",
  111. "name": "Sort",
  112. "side": "c",
  113. "type_cjson": "int",
  114. "type_csharp": "int"
  115. }
  116. ]
  117. },
  118. {
  119. "sheet_name": "霸业任务枚举",
  120. "row_offset": 1,
  121. "outputs": [
  122. {
  123. "enable": true,
  124. "read_type": "type_cjson",
  125. "parser_id": "table_list",
  126. "file_name": "SeasonQuestTypeCfg.json",
  127. "gen_codes": [
  128. {
  129. "read_type": "type_csharp"
  130. }
  131. ]
  132. }
  133. ],
  134. "indexes": [
  135. {
  136. "index_names": "QuestTypeID",
  137. "is_unique": true
  138. }
  139. ],
  140. "heads": [
  141. {
  142. "key": "霸业任务枚举ID",
  143. "name": "QuestTypeID",
  144. "side": "c",
  145. "type_cjson": "int",
  146. "type_csharp": "int"
  147. },
  148. {
  149. "key": "任务描述Lang",
  150. "name": "DescLang",
  151. "side": "c",
  152. "type_cjson": "string",
  153. "type_csharp": "string"
  154. },
  155. {
  156. "key": "展示-任务所需次数",
  157. "name": "NeedTimes",
  158. "side": "c",
  159. "type_cjson": "array",
  160. "type_csharp": "int[]"
  161. },
  162. {
  163. "key": "展示-描述内容",
  164. "name": "DesContent",
  165. "side": "c",
  166. "type_cjson": "array",
  167. "type_csharp": "int[]"
  168. }
  169. ]
  170. },
  171. {
  172. "sheet_name": "功能解锁枚举",
  173. "row_offset": 1,
  174. "outputs": [
  175. {
  176. "enable": true,
  177. "read_type": "type_cjson",
  178. "parser_id": "table_list",
  179. "file_name": "SeasonUnlockFuncCfg.json",
  180. "gen_codes": [
  181. {
  182. "read_type": "type_csharp"
  183. }
  184. ]
  185. }
  186. ],
  187. "indexes": [
  188. {
  189. "index_names": "UnlockFuncID",
  190. "is_unique": true
  191. }
  192. ],
  193. "heads": [
  194. {
  195. "key": "功能解锁枚举ID",
  196. "name": "UnlockFuncID",
  197. "side": "c",
  198. "type_cjson": "int",
  199. "type_csharp": "int"
  200. },
  201. {
  202. "key": "功能描述Lang",
  203. "name": "DescLang",
  204. "side": "c",
  205. "type_cjson": "string",
  206. "type_csharp": "string"
  207. }
  208. ]
  209. }
  210. ]
  211. }
  212. ]