V-VIP.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. [
  2. {
  3. "excel_file_name": "V-VIP.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": "vip.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": "VipCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "Level",
  35. "is_unique": true
  36. },
  37. {
  38. "index_names": "SpecialBoxChargeID",
  39. "is_unique": true
  40. }
  41. ],
  42. "heads": [
  43. {
  44. "key": "等级",
  45. "name": "Level",
  46. "side": "cs",
  47. "type_sjson": "int",
  48. "type_go": "int32",
  49. "type_cjson": "int",
  50. "type_csharp": "int"
  51. },
  52. {
  53. "key": "VIP名字Lang",
  54. "name": "NameLang",
  55. "side": "c",
  56. "type_sjson": "string",
  57. "type_go": "string",
  58. "type_cjson": "string",
  59. "type_csharp": "string"
  60. },
  61. {
  62. "key": "升至下级所需点数",
  63. "name": "Exp",
  64. "side": "cs",
  65. "type_sjson": "int",
  66. "type_go": "int64",
  67. "type_cjson": "int",
  68. "type_csharp": "int"
  69. },
  70. {
  71. "key": "每日宝箱",
  72. "name": "DailyBox",
  73. "side": "cs",
  74. "type_sjson": "array",
  75. "type_go": "types.Assets",
  76. "type_cjson": "string",
  77. "type_csharp": "ArrayIntList,ArrayIntListConverter"
  78. },
  79. {
  80. "key": "每日宝箱图标",
  81. "name": "DailyBoxIcon",
  82. "side": "c",
  83. "type_cjson": "string",
  84. "type_csharp": "string"
  85. },
  86. {
  87. "key": "专属宝箱",
  88. "name": "SpecialBox",
  89. "side": "cs",
  90. "type_sjson": "array",
  91. "type_go": "types.Assets",
  92. "type_cjson": "string",
  93. "type_csharp": "ArrayIntList,ArrayIntListConverter"
  94. },
  95. {
  96. "key": "专属宝箱图标",
  97. "name": "SpecialBoxIcon",
  98. "side": "c",
  99. "type_cjson": "string",
  100. "type_csharp": "string"
  101. },
  102. {
  103. "key": "专属宝箱充值ID",
  104. "name": "SpecialBoxChargeID",
  105. "side": "cs",
  106. "type_sjson": "int",
  107. "type_go": "int32",
  108. "type_cjson": "int",
  109. "type_csharp": "int"
  110. },
  111. {
  112. "key": "VIP图标",
  113. "name": "Icon",
  114. "side": "c",
  115. "type_cjson": "string",
  116. "type_csharp": "string"
  117. },
  118. {
  119. "key": "特权加成",
  120. "name": "Attrs",
  121. "side": "cs",
  122. "type_sjson": "array",
  123. "type_go": "types.Attrs",
  124. "type_cjson": "string",
  125. "type_csharp": "ArrayIntList,ArrayIntListConverter"
  126. }
  127. ]
  128. }
  129. ]
  130. }
  131. ]