GameConstantConfig.json 842 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "configList": [
  3. {
  4. "ID": 1,
  5. "refreshTime": 5,
  6. "HeroInitialCriRate": 5,
  7. "HeroInitialCriDamage": 150,
  8. "heroRarityAttributeFactor": [
  9. 100,
  10. 110,
  11. 120
  12. ],
  13. "monsterRarityAttributeFactor": [
  14. 100,
  15. 110,
  16. 115,
  17. 130,
  18. 120
  19. ],
  20. "maxStar": 10,
  21. "maxLv": 300,
  22. "equipmentRarityAttributeFactor": [
  23. 100,
  24. 110,
  25. 120,
  26. 130,
  27. 140,
  28. 150,
  29. 160
  30. ],
  31. "DetectEventCount": 100,
  32. "BasicCDperSkill": 2000.0,
  33. "Daoyoushowuptime": 180,
  34. "DaoyouguajiDuration": [
  35. 120,
  36. 240
  37. ],
  38. "RefreshRelevanceEventProbability": 50,
  39. "shenshiRecoverSpeed": [
  40. 12.0,
  41. 1.0
  42. ],
  43. "GuajiCD": [
  44. 6,
  45. 12
  46. ]
  47. }
  48. ]
  49. }