GameConstantConfig.json 520 B

123456789101112131415161718192021222324252627282930313233
  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. }
  32. ]
  33. }