Y-英雄-音乐.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [
  2. {
  3. "excel_file_name": "Y-英雄-音乐.xlsx",
  4. "sheets": [
  5. {
  6. "sheet_name": "Sheet1",
  7. "row_offset": 1,
  8. "outputs": [
  9. {
  10. "enable": true,
  11. "read_type": "type_cjson",
  12. "parser_id": "table_list",
  13. "file_name": "HeroMusicCfg.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": "cs",
  32. "type_sjson": "int",
  33. "type_go": "int32",
  34. "type_cjson": "int",
  35. "type_csharp": "int"
  36. },
  37. {
  38. "key": "UI背景音",
  39. "name": "BgSnd",
  40. "side": "c",
  41. "type_cjson": "int",
  42. "type_csharp": "int"
  43. },
  44. {
  45. "key": "开场音效",
  46. "name": "OpenSnd",
  47. "side": "c",
  48. "type_cjson": "int",
  49. "type_csharp": "int"
  50. }
  51. ]
  52. }
  53. ]
  54. }
  55. ]