GameConstantConfig.json 379 B

123456789101112131415161718192021222324
  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. }
  23. ]
  24. }