Z-战场地图.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. [
  2. {
  3. "excel_file_name": "Z-战场地图.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": "battle_map.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": "BattleMap.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": "c",
  43. "type_sjson": "int",
  44. "type_go": "int32",
  45. "type_cjson": "int",
  46. "type_csharp": "uint"
  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": "Prefab",
  60. "side": "c",
  61. "type_sjson": "string",
  62. "type_go": "string",
  63. "type_cjson": "string",
  64. "type_csharp": "string"
  65. },
  66. {
  67. "key": "阵容1阵位坐标",
  68. "name": "Camp1FormationCoord",
  69. "side": "c",
  70. "type_sjson": "array",
  71. "type_go": "string",
  72. "type_cjson": "string",
  73. "type_csharp": "FormationCoord, FormationCoordConverter"
  74. },
  75. {
  76. "key": "阵容2阵位坐标",
  77. "name": "Camp2FormationCoord",
  78. "side": "c",
  79. "type_sjson": "array",
  80. "type_go": "string",
  81. "type_cjson": "string",
  82. "type_csharp": "FormationCoord, FormationCoordConverter"
  83. },
  84. {
  85. "key": "开场起点偏移",
  86. "name": "OpeningStartOffset",
  87. "side": "c",
  88. "type_sjson": "int",
  89. "type_go": "int32",
  90. "type_cjson": "int",
  91. "type_csharp": "int"
  92. },
  93. {
  94. "key": "开场移动时间",
  95. "name": "OpeningMoveTime",
  96. "side": "c",
  97. "type_sjson": "int",
  98. "type_go": "int32",
  99. "type_cjson": "int",
  100. "type_csharp": "int"
  101. },
  102. {
  103. "key": "开场移动动作速度",
  104. "name": "OpeningMoveSpeed",
  105. "side": "c",
  106. "type_sjson": "int",
  107. "type_go": "int32",
  108. "type_cjson": "int",
  109. "type_csharp": "int"
  110. },
  111. {
  112. "key": "阵容1血条出现时间",
  113. "name": "Camp1ShowHpbarTime",
  114. "side": "c",
  115. "type_sjson": "int",
  116. "type_go": "int32",
  117. "type_cjson": "int",
  118. "type_csharp": "int"
  119. },
  120. {
  121. "key": "阵容2血条出现时间",
  122. "name": "Camp2ShowHpbarTime",
  123. "side": "c",
  124. "type_sjson": "int",
  125. "type_go": "int32",
  126. "type_cjson": "int",
  127. "type_csharp": "int"
  128. },
  129. {
  130. "key": "场景区域左下",
  131. "name": "BoundsLeftBottom",
  132. "side": "c",
  133. "type_sjson": "int",
  134. "type_go": "int32",
  135. "type_cjson": "string",
  136. "type_csharp": "TrueSync.TSVector2, TSVector2Converter"
  137. },
  138. {
  139. "key": "场景区域右上",
  140. "name": "BoundsRightTop",
  141. "side": "c",
  142. "type_sjson": "int",
  143. "type_go": "int32",
  144. "type_cjson": "string",
  145. "type_csharp": "TrueSync.TSVector2, TSVector2Converter"
  146. }
  147. ]
  148. }
  149. ]
  150. }
  151. ]