Y-英雄-星级属性.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. [
  2. {
  3. "excel_file_name": "Y-英雄-星级属性.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": "hero_star_attrs.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": "HeroStarAttrsCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "HeroID,Star",
  35. "is_unique": true
  36. }
  37. ],
  38. "heads": [
  39. {
  40. "key": "英雄ID",
  41. "name": "HeroID",
  42. "side": "cs",
  43. "type_sjson": "int",
  44. "type_go": "int32",
  45. "type_cjson": "int",
  46. "type_csharp": "int"
  47. },
  48. {
  49. "desc": "主键,英雄星级 = star",
  50. "key": "星级",
  51. "name": "Star",
  52. "side": "cs",
  53. "type_sjson": "int",
  54. "type_go": "int32",
  55. "type_cjson": "int",
  56. "type_csharp": "int"
  57. },
  58. {
  59. "key": "血量",
  60. "name": "Health",
  61. "side": "cs",
  62. "type_sjson": "int",
  63. "type_go": "int64",
  64. "type_cjson": "int",
  65. "type_csharp": "int"
  66. },
  67. {
  68. "key": "攻击",
  69. "name": "Attack",
  70. "side": "cs",
  71. "type_sjson": "int",
  72. "type_go": "int64",
  73. "type_cjson": "int",
  74. "type_csharp": "int"
  75. },
  76. {
  77. "key": "防御",
  78. "name": "Defense",
  79. "side": "cs",
  80. "type_sjson": "int",
  81. "type_go": "int64",
  82. "type_cjson": "int",
  83. "type_csharp": "int"
  84. }
  85. ]
  86. }
  87. ]
  88. }
  89. ]