R-任务组.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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": "quest_group.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": "QuestGroupCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "GroupID",
  35. "is_unique": true
  36. }
  37. ],
  38. "heads": [
  39. {
  40. "key": "任务组ID",
  41. "name": "GroupID",
  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": "DescLang",
  51. "side": "c",
  52. "type_cjson": "string",
  53. "type_csharp": "string"
  54. },
  55. {
  56. "key": "开放类型",
  57. "name": "OpenType",
  58. "side": "cs",
  59. "type_sjson": "int",
  60. "type_go": "enum.QuestOpenType",
  61. "type_cjson": "int",
  62. "type_csharp": "int"
  63. },
  64. {
  65. "key": "开放类型值",
  66. "name": "OpenValue",
  67. "side": "cs",
  68. "type_sjson": "int",
  69. "type_go": "int32",
  70. "type_cjson": "int",
  71. "type_csharp": "int"
  72. },
  73. {
  74. "key": "重置类型",
  75. "name": "ResetType",
  76. "side": "cs",
  77. "type_sjson": "int",
  78. "type_go": "enum.QuestResetType",
  79. "type_cjson": "int",
  80. "type_csharp": "int"
  81. },
  82. {
  83. "key": "重置类型值",
  84. "name": "ResetValue",
  85. "side": "cs",
  86. "type_sjson": "int",
  87. "type_go": "int32",
  88. "type_cjson": "int",
  89. "type_csharp": "int"
  90. },
  91. {
  92. "key": "删除已完成",
  93. "name": "RemoveFinished",
  94. "side": "s",
  95. "type_sjson": "bool",
  96. "type_go": "bool",
  97. "type_cjson": "bool",
  98. "type_csharp": "bool"
  99. },
  100. {
  101. "key": "任务组类型",
  102. "name": "QuestClass",
  103. "side": "c",
  104. "type_cjson": "int",
  105. "type_csharp": "int"
  106. }
  107. ]
  108. }
  109. ]
  110. }
  111. ]