Z-buff特效.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. [
  2. {
  3. "excel_file_name": "Z-buff特效.xlsx",
  4. "sheets": [
  5. {
  6. "sheet_name": "Sheet1",
  7. "row_offset": 2,
  8. "outputs": [
  9. {
  10. "enable": true,
  11. "read_type": "type_cjson",
  12. "parser_id": "table_list",
  13. "file_name": "BattleBuffEffectCfg.json",
  14. "gen_codes": [
  15. {
  16. "read_type": "type_csharp"
  17. }
  18. ]
  19. }
  20. ],
  21. "indexes": [
  22. {
  23. "index_names": "ID",
  24. "is_unique": true
  25. }
  26. ],
  27. "heads": [
  28. {
  29. "key": "配置ID",
  30. "name": "ID",
  31. "side": "c",
  32. "type_cjson": "int",
  33. "type_csharp": "uint"
  34. },
  35. {
  36. "key": "特效延迟时间",
  37. "name": "DelayTime",
  38. "side": "c",
  39. "type_cjson": "int",
  40. "type_csharp": "int"
  41. },
  42. {
  43. "key": "特效持续时间",
  44. "name": "Duration",
  45. "side": "c",
  46. "type_cjson": "int",
  47. "type_csharp": "int"
  48. },
  49. {
  50. "key": "特效预制体",
  51. "name": "Prefab",
  52. "side": "c",
  53. "type_cjson": "string",
  54. "type_csharp": "string"
  55. },
  56. {
  57. "key": "坐标类型",
  58. "name": "CoordType",
  59. "side": "c",
  60. "type_cjson": "int",
  61. "type_csharp": "int"
  62. },
  63. {
  64. "key": "挂载点",
  65. "name": "EffectAttachmentType",
  66. "side": "c",
  67. "type_cjson": "int",
  68. "type_csharp": "F1.Battle.EffectAttachmentType"
  69. },
  70. {
  71. "key": "是否一直跟随挂载点",
  72. "name": "IsFollow",
  73. "side": "c",
  74. "type_cjson": "bool",
  75. "type_csharp": "bool"
  76. },
  77. {
  78. "key": "是否使用挂载点旋转",
  79. "name": "EnableRotation",
  80. "side": "c",
  81. "type_cjson": "bool",
  82. "type_csharp": "bool"
  83. },
  84. {
  85. "key": "是否使用挂载点缩放",
  86. "name": "EnableScale",
  87. "side": "c",
  88. "type_cjson": "bool",
  89. "type_csharp": "bool"
  90. }
  91. ]
  92. }
  93. ]
  94. }
  95. ]