R-任务-主线.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. [
  2. {
  3. "excel_file_name": "R-任务-主线.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": "main_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": "MainQuestCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "ChapterID",
  35. "is_unique": true
  36. }
  37. ],
  38. "heads": [
  39. {
  40. "key": "章节ID",
  41. "name": "ChapterID",
  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": "章节介绍Lang",
  57. "name": "DescLang",
  58. "side": "c",
  59. "type_cjson": "string",
  60. "type_csharp": "string"
  61. },
  62. {
  63. "key": "背景图",
  64. "name": "Bg",
  65. "side": "c",
  66. "type_cjson": "string",
  67. "type_csharp": "string"
  68. },
  69. {
  70. "key": "章节名称图",
  71. "name": "ChapterNameImg",
  72. "side": "c",
  73. "type_cjson": "string",
  74. "type_csharp": "string"
  75. },
  76. {
  77. "key": "章节奖励",
  78. "name": "ChapterRewards",
  79. "side": "cs",
  80. "type_sjson": "array",
  81. "type_go": "types.Assets",
  82. "type_cjson": "string",
  83. "type_csharp": "ArrayIntList,ArrayIntListConverter"
  84. },
  85. {
  86. "key": "任务组ID",
  87. "name": "QuestGroupID",
  88. "side": "cs",
  89. "type_sjson": "int",
  90. "type_go": "int32",
  91. "type_cjson": "int",
  92. "type_csharp": "int"
  93. },
  94. {
  95. "key": "下一章节ID",
  96. "name": "NextChapterID",
  97. "side": "cs",
  98. "type_sjson": "int",
  99. "type_go": "int32",
  100. "type_cjson": "int",
  101. "type_csharp": "int"
  102. }
  103. ]
  104. }
  105. ]
  106. }
  107. ]