D-地图-行军展示.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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": "map_march_view.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": "MapMarchViewCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "MarchViewID",
  35. "is_unique": true
  36. }
  37. ],
  38. "heads": [
  39. {
  40. "key": "行军展示ID",
  41. "name": "MarchViewID",
  42. "side": "c",
  43. "type_cjson": "int",
  44. "type_csharp": "int"
  45. },
  46. {
  47. "key": "驻守展示ID",
  48. "name": "GarrisonViewID",
  49. "side": "c",
  50. "type_cjson": "int",
  51. "type_csharp": "int"
  52. },
  53. {
  54. "key": "兵种职业1",
  55. "name": "ArmJob1",
  56. "side": "c",
  57. "type_cjson": "int",
  58. "type_csharp": "int"
  59. },
  60. {
  61. "key": "兵种职业2",
  62. "name": "ArmJob2",
  63. "side": "c",
  64. "type_cjson": "int",
  65. "type_csharp": "int"
  66. },
  67. {
  68. "key": "兵种职业3",
  69. "name": "ArmJob3",
  70. "side": "c",
  71. "type_cjson": "int",
  72. "type_csharp": "int"
  73. },
  74. {
  75. "key": "模型缩放",
  76. "name": "ModelScale",
  77. "side": "c",
  78. "type_cjson": "string",
  79. "type_csharp": "float"
  80. }
  81. ]
  82. }
  83. ]
  84. }
  85. ]