Z-战场解析器参数.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [
  2. {
  3. "excel_file_name": "Z-战场解析器参数.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": "BattleParserConfig.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": "解析器ID",
  37. "name": "ParserId",
  38. "side": "c",
  39. "type_cjson": "int",
  40. "type_csharp": "F1.Battle.ParserType"
  41. },
  42. {
  43. "key": "伤害倍率",
  44. "name": "DamageMultiplier",
  45. "side": "c",
  46. "type_cjson": "array",
  47. "type_csharp": "List\u003cint\u003e"
  48. },
  49. {
  50. "key": "伤害固定值",
  51. "name": "DamageBase",
  52. "side": "c",
  53. "type_cjson": "int",
  54. "type_csharp": "int"
  55. },
  56. {
  57. "key": "解析器参数",
  58. "name": "ParserParam",
  59. "side": "c",
  60. "type_cjson": "array",
  61. "type_csharp": "List\u003clong\u003e"
  62. }
  63. ]
  64. }
  65. ]
  66. }
  67. ]