L-联盟-仓库.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. [
  2. {
  3. "excel_file_name": "L-联盟-仓库.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": "league_storage.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": "LeagueStorageCfg.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": "初始默认税率(百分比)",
  50. "name": "InitRate",
  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": "MinRate",
  60. "side": "cs",
  61. "type_sjson": "int",
  62. "type_go": "int32",
  63. "type_cjson": "int",
  64. "type_csharp": "int"
  65. },
  66. {
  67. "key": "税率上限(百分比)",
  68. "name": "MaxRate",
  69. "side": "cs",
  70. "type_sjson": "int",
  71. "type_go": "int32",
  72. "type_cjson": "int",
  73. "type_csharp": "int"
  74. },
  75. {
  76. "key": "税率调整次数(每日)",
  77. "name": "AdjustTimes",
  78. "side": "cs",
  79. "type_sjson": "int",
  80. "type_go": "int32",
  81. "type_cjson": "int",
  82. "type_csharp": "int"
  83. },
  84. {
  85. "key": "F币分红次数(每日)",
  86. "name": "fBonusTimes",
  87. "side": "cs",
  88. "type_sjson": "int",
  89. "type_go": "int32",
  90. "type_cjson": "int",
  91. "type_csharp": "int"
  92. },
  93. {
  94. "key": "F币分红最小值",
  95. "name": "MinFBonus",
  96. "side": "cs",
  97. "type_sjson": "int",
  98. "type_go": "int64",
  99. "type_cjson": "int",
  100. "type_csharp": "int"
  101. },
  102. {
  103. "key": "排序",
  104. "name": "Sort",
  105. "side": "c",
  106. "type_sjson": "int",
  107. "type_go": "int32",
  108. "type_cjson": "int",
  109. "type_csharp": "int"
  110. },
  111. {
  112. "key": "产量",
  113. "name": "Output",
  114. "side": "c",
  115. "type_cjson": "int",
  116. "type_csharp": "GameConfig.ConfigGen.LeagueAttribute"
  117. },
  118. {
  119. "key": "储存上限",
  120. "name": "StoreLimit",
  121. "side": "c",
  122. "type_cjson": "int",
  123. "type_csharp": "GameConfig.ConfigGen.LeagueAttribute"
  124. },
  125. {
  126. "key": "保护上限",
  127. "name": "ProtCap",
  128. "side": "c",
  129. "type_cjson": "int",
  130. "type_csharp": "GameConfig.ConfigGen.LeagueAttribute"
  131. }
  132. ,
  133. {
  134. "key": "资源介绍",
  135. "name": "Desc",
  136. "side": "c",
  137. "type_cjson": "string",
  138. "type_csharp": "string"
  139. }
  140. ]
  141. }
  142. ]
  143. }
  144. ]