| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "skillTypes": [
- {
- "id": 0,
- "name": "Damage",
- "displayName": "伤害",
- "nameTemplate": "伤害 +{}%",
- "type": "damage"
- },
- {
- "id": 1,
- "name": "Ball Speed",
- "displayName": "球速",
- "nameTemplate": "球速 +{}%",
- "type": "ball_speed"
- },
- {
- "id": 2,
- "name": "Crit Damage",
- "displayName": "暴击伤害",
- "nameTemplate": "暴击伤害 +{}%",
- "type": "crit_damage"
- }
- ],
- "skillGroups": [
- {
- "group": 1,
- "effectPercent": 5,
- "diamondCost": 10
- },
- {
- "group": 2,
- "effectPercent": 10,
- "diamondCost": 20
- },
- {
- "group": 3,
- "effectPercent": 15,
- "diamondCost": 30
- },
- {
- "group": 4,
- "effectPercent": 20,
- "diamondCost": 40
- },
- {
- "group": 5,
- "effectPercent": 25,
- "diamondCost": 50
- },
- {
- "group": 6,
- "effectPercent": 30,
- "diamondCost": 60
- },
- {
- "group": 7,
- "effectPercent": 35,
- "diamondCost": 70
- },
- {
- "group": 8,
- "effectPercent": 40,
- "diamondCost": 80
- },
- {
- "group": 9,
- "effectPercent": 45,
- "diamondCost": 90
- },
- {
- "group": 10,
- "effectPercent": 50,
- "diamondCost": 100
- },
- {
- "group": 11,
- "effectPercent": 55,
- "diamondCost": 110
- },
- {
- "group": 12,
- "effectPercent": 60,
- "diamondCost": 120
- }
- ],
- "totalGroups": 12,
- "skillsPerGroup": 3,
- "skills": []
- }
|