12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "configList": [
- {
- "ID": 1,
- "refreshTime": 5,
- "HeroInitialCriRate": 5,
- "HeroInitialCriDamage": 150,
- "heroRarityAttributeFactor": [
- 100,
- 110,
- 120
- ],
- "monsterRarityAttributeFactor": [
- 100,
- 110,
- 115,
- 130,
- 120
- ],
- "maxStar": 10,
- "maxLv": 300,
- "equipmentRarityAttributeFactor": [
- 100,
- 110,
- 120,
- 130,
- 140,
- 150,
- 160
- ],
- "DetectEventCount": 100,
- "BasicCDperSkill": 2000.0,
- "Daoyoushowuptime": 180,
- "DaoyouguajiDuration": [
- 120,
- 240
- ],
- "RefreshRelevanceEventProbability": 50,
- "shenshiRecoverSpeed": [
- 12.0,
- 1.0
- ],
- "GuajiCD": [
- 6,
- 12
- ]
- }
- ]
- }
|