HeroModelConfig.json 547 B

12345678910111213141516171819202122232425262728293031
  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. ],
  28. "heroStory": null
  29. }
  30. ]
  31. }