HeroModelConfig.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "configList": [
  3. {
  4. "ID": 101,
  5. "nickName": -1,
  6. "name": 5,
  7. "headicon": "icon_tx101",
  8. "model": "Nanzhu",
  9. "isUseGpu": false,
  10. "starGrade": 3,
  11. "rarity": 3,
  12. "heroType": 1,
  13. "profession": 1,
  14. "itemID": 1004,
  15. "hp": 1000,
  16. "def": 20,
  17. "crit": null,
  18. "attack": 45,
  19. "shanbi": 10,
  20. "expGain": 100,
  21. "move_speed": 8,
  22. "speed_atk": 1.0,
  23. "range_atk": 3,
  24. "skillID": [
  25. 1001,
  26. 2001,
  27. 3001,
  28. 4001,
  29. 5001
  30. ],
  31. "heroStory": null
  32. },
  33. {
  34. "ID": 9101,
  35. "nickName": -1,
  36. "name": 5,
  37. "headicon": "icon_tx9101",
  38. "model": "Guixiu01",
  39. "isUseGpu": false,
  40. "starGrade": 3,
  41. "rarity": 3,
  42. "heroType": 1,
  43. "profession": 1,
  44. "itemID": 1004,
  45. "hp": 1000,
  46. "def": 20,
  47. "crit": null,
  48. "attack": 45,
  49. "shanbi": 10,
  50. "expGain": 100,
  51. "move_speed": 8,
  52. "speed_atk": 1.0,
  53. "range_atk": 3,
  54. "skillID": [
  55. 81001,
  56. 82001,
  57. 83001,
  58. 84001,
  59. 85001
  60. ],
  61. "heroStory": null
  62. }
  63. ]
  64. }