T-探险布阵模型.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. [
  2. {
  3. "excel_file_name": "T-探险-布阵模型.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": "lineup_type.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": "LineupTypeCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "ID",
  35. "is_unique": true
  36. }
  37. ],
  38. "heads": [
  39. {
  40. "key": "布阵模型ID",
  41. "name": "ID",
  42. "side": "c",
  43. "type_sjson": "int",
  44. "type_go": "int32",
  45. "type_cjson": "int",
  46. "type_csharp": "int"
  47. },
  48. {
  49. "key": "缩放",
  50. "name": "ModelScale",
  51. "side": "c",
  52. "type_cjson": "string",
  53. "type_csharp": "Vector3,Vector3Converter"
  54. },
  55. {
  56. "key": "坐标偏移",
  57. "name": "PosionOffset",
  58. "side": "c",
  59. "type_cjson": "string",
  60. "type_csharp": "Vector3,Vector3Converter"
  61. },
  62. {
  63. "key": "旋转偏移",
  64. "name": "RotationOffset",
  65. "side": "c",
  66. "type_cjson": "string",
  67. "type_csharp": "Vector3,Vector3Converter"
  68. },
  69. {
  70. "key": "默认动作名",
  71. "name": "ActionName",
  72. "side": "c",
  73. "type_cjson": "string",
  74. "type_csharp": "string"
  75. },
  76. {
  77. "key": "预制体",
  78. "name": "Prefab",
  79. "side": "c",
  80. "type_sjson": "string",
  81. "type_go": "string",
  82. "type_cjson": "string",
  83. "type_csharp": "string"
  84. }
  85. ]
  86. }
  87. ]
  88. }
  89. ]