L-联盟-科技等级.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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_tech_level.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": "LeagueTechLevelCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "TechID,Level",
  35. "is_unique": true
  36. }
  37. ],
  38. "heads": [
  39. {
  40. "key": "科技ID",
  41. "name": "TechID",
  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": "Level",
  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": "UpgradeCost",
  60. "side": "cs",
  61. "type_sjson": "array",
  62. "type_go": "types.Assets",
  63. "type_cjson": "string",
  64. "type_csharp": "ArrayIntList,ArrayIntListConverter"
  65. },
  66. {
  67. "key": "属性值",
  68. "name": "Attrs",
  69. "side": "cs",
  70. "type_sjson": "array",
  71. "type_go": "types.Attrs",
  72. "type_cjson": "string",
  73. "type_csharp": "ArrayIntList,ArrayIntListConverter"
  74. },
  75. {
  76. "key": "前置科技等级",
  77. "name": "PreTechs",
  78. "side": "cs",
  79. "type_sjson": "array",
  80. "type_go": "types.PairList[int32, int32]",
  81. "type_cjson": "string",
  82. "type_csharp": "ArrayIntList,ArrayIntListConverter"
  83. },
  84. {
  85. "key": "升级属性展示",
  86. "name": "UpgradeAttrs",
  87. "side": "c",
  88. "type_sjson": "array",
  89. "type_go": "types.Attrs",
  90. "type_cjson": "string",
  91. "type_csharp": "ArrayIntList,ArrayIntListConverter"
  92. },
  93. {
  94. "key": "特殊属性Lang",
  95. "name": "SpecialAttrsLang",
  96. "side": "c",
  97. "type_sjson": "string",
  98. "type_go": "string",
  99. "type_cjson": "string",
  100. "type_csharp": "string"
  101. }
  102. ]
  103. }
  104. ]
  105. }
  106. ]