D-道具-掉落.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. [
  2. {
  3. "excel_file_name": "D-道具-掉落.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": "drop_pool.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": "DropPoolCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "ID"
  35. }
  36. ],
  37. "heads": [
  38. {
  39. "key": "ID",
  40. "name": "ID",
  41. "side": "cs",
  42. "type_sjson": "int",
  43. "type_go": "int32",
  44. "type_cjson": "int",
  45. "type_csharp": "int"
  46. },
  47. {
  48. "key": "道具ID",
  49. "name": "ItemID",
  50. "side": "cs",
  51. "type_sjson": "int",
  52. "type_go": "int32",
  53. "type_cjson": "int",
  54. "type_csharp": "int"
  55. },
  56. {
  57. "key": "数量",
  58. "name": "Num",
  59. "side": "cs",
  60. "type_sjson": "int",
  61. "type_go": "int64",
  62. "type_cjson": "int",
  63. "type_csharp": "int"
  64. },
  65. {
  66. "key": "权重",
  67. "name": "Weight",
  68. "side": "s",
  69. "type_sjson": "int",
  70. "type_go": "int32",
  71. "type_cjson": "int",
  72. "type_csharp": "int"
  73. }
  74. ]
  75. }
  76. ]
  77. }
  78. ]