J-技能池.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. [
  2. {
  3. "excel_file_name": "J-技能池.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": "skill_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": "SkillPoolCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "PoolID,SkillID",
  35. "is_unique": true
  36. },
  37. {
  38. "index_names": "PoolID"
  39. }
  40. ],
  41. "heads": [
  42. {
  43. "key": "池ID",
  44. "name": "PoolID",
  45. "side": "cs",
  46. "type_sjson": "int",
  47. "type_go": "int32",
  48. "type_cjson": "int",
  49. "type_csharp": "int"
  50. },
  51. {
  52. "key": "技能ID",
  53. "name": "SkillID",
  54. "side": "cs",
  55. "type_sjson": "int",
  56. "type_go": "int32",
  57. "type_cjson": "int",
  58. "type_csharp": "int"
  59. },
  60. {
  61. "key": "权重",
  62. "name": "Weight",
  63. "side": "s",
  64. "type_sjson": "int",
  65. "type_go": "int32"
  66. },
  67. {
  68. "key": "评分",
  69. "name": "Rating",
  70. "side": "c",
  71. "type_cjson": "float",
  72. "type_csharp": "float"
  73. }
  74. ]
  75. }
  76. ]
  77. }
  78. ]