12345678910111213141516171819202122232425262728293031 |
- {
- "configList": [
- {
- "ID": 101,
- "nickName": -1,
- "name": 5,
- "headicon": "icon_tx101",
- "model": "Nanzhu",
- "isUseGpu": false,
- "starGrade": 3,
- "rarity": 3,
- "heroType": 1,
- "profession": 1,
- "itemID": 1004,
- "hp": 1000,
- "def": 20,
- "crit": null,
- "attack": 45,
- "shanbi": 10,
- "expGain": 100,
- "move_speed": 8,
- "speed_atk": 1.0,
- "range_atk": 3,
- "skillID": [
- 1001,
- 2001
- ],
- "heroStory": null
- }
- ]
- }
|