Z-装备-附加属性.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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": "equip_attr_extra.json",
  14. "gen_codes": [
  15. {
  16. "read_type": "type_go",
  17. "ignore_init_code": true
  18. }
  19. ]
  20. },
  21. {
  22. "enable": true,
  23. "read_type": "type_cjson",
  24. "parser_id": "table_list",
  25. "file_name": "EquipAttrExtraCfg.json",
  26. "gen_codes": [
  27. {
  28. "read_type": "type_csharp"
  29. }
  30. ]
  31. }
  32. ],
  33. "indexes": [
  34. {
  35. "index_names": "PoolID,No",
  36. "is_unique": true
  37. }
  38. ],
  39. "heads": [
  40. {
  41. "key": "池ID",
  42. "name": "PoolID",
  43. "side": "cs",
  44. "type_sjson": "int",
  45. "type_go": "int32",
  46. "type_cjson": "int",
  47. "type_csharp": "int"
  48. },
  49. {
  50. "key": "序号",
  51. "name": "No",
  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": "Key",
  61. "side": "cs",
  62. "type_sjson": "int",
  63. "type_go": "int32",
  64. "type_cjson": "int",
  65. "type_csharp": "int"
  66. },
  67. {
  68. "key": "最小属性值",
  69. "name": "MinValue",
  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": "MaxValue",
  79. "side": "cs",
  80. "type_sjson": "int",
  81. "type_go": "int64",
  82. "type_cjson": "int",
  83. "type_csharp": "int"
  84. },
  85. {
  86. "key": "权重",
  87. "name": "Weight",
  88. "side": "s",
  89. "type_sjson": "int",
  90. "type_go": "int32"
  91. }
  92. ]
  93. }
  94. ]
  95. }
  96. ]