G-个人通用属性.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [
  2. {
  3. "excel_file_name": "G-个人通用属性.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": "PlayerAttrsCfg.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": "int"
  34. },
  35. {
  36. "key": "属性类型",
  37. "name": "AttrType",
  38. "side": "c",
  39. "type_cjson": "int",
  40. "type_csharp": "int"
  41. },
  42. {
  43. "key": "描述Lang",
  44. "name": "AttrLang",
  45. "side": "c",
  46. "type_cjson": "string",
  47. "type_csharp": "string"
  48. }
  49. ]
  50. }
  51. ]
  52. }
  53. ]