美文网首页
利用python爬虫爬取LOL英雄联盟英雄数据和皮肤价格信息

利用python爬虫爬取LOL英雄联盟英雄数据和皮肤价格信息

作者: 火卫控 | 来源:发表于2021-06-25 23:24 被阅读0次

利用python爬虫爬取LOL英雄数据和皮肤

代码如下:

#!/usr/bin/env python
# -- coding = 'utf-8' --
# @Python  : 3.7
# @OS      : Windows 10 kiton.
# @Time    : 2021/6/6 17:18
# @Author  : 
# @E-mail  : 1154282938@qq.com
# @File    : pa1_lol.py
# @Software: PyCharm
import csv

import requests
import re


#1、分析目标网页,确定爬取的url路径,headers参数
base_url='https://game.gtimg.cn/images/lol/act/img/js/heroList/hero_list.js'
headers={'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.9 Safari/537.36'}

#2、发送请求
response=requests.get(base_url, headers=headers)
base_data=response.json()
print(base_data)

#3、抓取数据
basedata=str(base_data)#转换为字符串
data_id=re.findall(r"heroId': '(.*?)', 'name", basedata)
data_name=re.findall(r"name': '(.*?)', 'alias", basedata)
data_alias=re.findall(r"alias': '(.*?)', 'title", basedata)
data_title=re.findall(r"title': '(.*?)', 'roles", basedata)
data_attack=re.findall(r"attack': '(.*?)', 'defense", basedata)
data_defense=re.findall(r"defense': '(.*?)', 'magic", basedata)
data_magic=re.findall(r"magic': '(.*?)', 'difficulty", basedata)
data_difficulty=re.findall(r"difficulty': '(.*?)', 'selectAudio", basedata)
data_keywords=re.findall(r"keywords': '(.*?)'}", basedata)
data_goldPrice=re.findall(r"goldPrice': '(.*?)', 'couponPrice", basedata)
data_couponPrice=re.findall(r"couponPrice': '(.*?)', 'camp", basedata)

print(data_difficulty)




with open("./lol_price.csv", 'a', newline='', encoding='utf-8') as file2:
    header = ['heroId', 'name', 'alias', 'roles', 'attack', 'defense', 'magic', 'difficulty','keywords','goldPrice','couponPrice' ]
    writer = csv.writer(file2, delimiter=',')
    writer.writerow(header)
    for i in range(len(data_id)):

        jineng = [data_id[i], data_name[i], data_alias[i], data_title[i], data_attack[i], data_defense[i], data_magic[i], data_difficulty[i],data_keywords[i],data_goldPrice[i],data_couponPrice[i]]
        writer.writerow(jineng)


运行结果如下:

D:\ruanjian\anaconda202002\python.exe F:/vscode-python-kiton/getlol/pa1_lol.py
{'hero': [{'heroId': '1', 'name': '黑暗之女', 'alias': 'Annie', 'title': '安妮', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '3', 'magic': '10', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/1.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/1.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '安妮,黑暗之女,火女,Annie,anni,heianzhinv,huonv,an,hazn,hn'}, {'heroId': '2', 'name': '狂战士', 'alias': 'Olaf', 'title': '奥拉夫', 'roles': ['fighter', 'tank'], 'isWeekFree': '1', 'attack': '9', 'defense': '5', 'magic': '3', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/2.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/2.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '1500', 'camp': '', 'campId': '', 'keywords': '狂战士,奥拉夫,kzs,alf,Olaf,kuangzhanshi,aolafu'}, {'heroId': '3', 'name': '正义巨像', 'alias': 'Galio', 'title': '加里奥', 'roles': ['tank', 'mage'], 'isWeekFree': '0', 'attack': '1', 'defense': '10', 'magic': '6', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/3.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/3.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '3150', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '正义巨像,加里奥,Galio,jla,zyjx,zhengyijuxiang,jialiao'}, {'heroId': '4', 'name': '卡牌大师', 'alias': 'TwistedFate', 'title': '崔斯特', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '6', 'defense': '2', 'magic': '6', 'difficulty': '9', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/4.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/4.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '卡牌大师,崔斯特,卡牌,TwistedFate,kp,cst,kpds,kapaidashi,cuisite,kapai'}, {'heroId': '5', 'name': '德邦总管', 'alias': 'XinZhao', 'title': '赵信', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '8', 'defense': '6', 'magic': '3', 'difficulty': '2', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/5.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/5.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '德邦总管,德邦,赵信,XinZhao,db,dbzg,zx,debangzongguan,debang,zhaoxin'}, {'heroId': '6', 'name': '无畏战车', 'alias': 'Urgot', 'title': '厄加特', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '8', 'defense': '5', 'magic': '3', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/6.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/6.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '无畏战车,厄加特,ejt,wwzc,Urgot,wuweizhanche,ejiate'}, {'heroId': '7', 'name': '诡术妖姬', 'alias': 'Leblanc', 'title': '乐芙兰', 'roles': ['assassin', 'mage'], 'isWeekFree': '0', 'attack': '1', 'defense': '4', 'magic': '10', 'difficulty': '9', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/7.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/7.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '诡术妖姬,妖姬,乐芙兰,Leblanc,lfl,yj,gsyj,guishuyaoji,yaoji,lefulan'}, {'heroId': '8', 'name': '猩红收割者', 'alias': 'Vladimir', 'title': '弗拉基米尔', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '6', 'magic': '8', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/8.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/8.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '猩红收割者,吸血鬼,弗拉基米尔,fljme,xxg,xhsgz,Vladimir,xinghongshougezhe,xixiegui,fulajimier'}, {'heroId': '9', 'name': '远古恐惧', 'alias': 'FiddleSticks', 'title': '费德提克', 'roles': ['mage', 'support'], 'isWeekFree': '0', 'attack': '2', 'defense': '3', 'magic': '9', 'difficulty': '9', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/9.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/9.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '远古恐惧,费德提克,稻草人,FiddleSticks,yuangukongju,feidetike,daocaoren,dcr,fdtk,ygkj'}, {'heroId': '10', 'name': '正义天使', 'alias': 'Kayle', 'title': '凯尔', 'roles': ['fighter', 'support'], 'isWeekFree': '0', 'attack': '6', 'defense': '6', 'magic': '7', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/10.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/10.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '450', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '正义天使,凯尔,天使,ts,zyts,ke,Kayle,zhengyitianshi,kaier,tianshi'}, {'heroId': '11', 'name': '无极剑圣', 'alias': 'MasterYi', 'title': '易', 'roles': ['assassin', 'fighter'], 'isWeekFree': '0', 'attack': '10', 'defense': '4', 'magic': '2', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/11.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/11.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '450', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '无极剑圣,易,剑圣,js,y,wjjs,MasterYi,wujijiansheng,yi,jiansheng'}, {'heroId': '12', 'name': '牛头酋长', 'alias': 'Alistar', 'title': '阿利斯塔', 'roles': ['tank', 'support'], 'isWeekFree': '0', 'attack': '6', 'defense': '9', 'magic': '5', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/12.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/12.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '阿利斯塔,牛头,牛头酋长,酋长,alisita,niutou,niutouqiuzhang,qiuzhang,Alistar,alst,nt,ntqz,qz'}, {'heroId': '13', 'name': '符文法师', 'alias': 'Ryze', 'title': '瑞兹', 'roles': ['mage', 'fighter'], 'isWeekFree': '1', 'attack': '2', 'defense': '2', 'magic': '10', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/13.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/13.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '450', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '符文法师,瑞兹,Ryze,光头,rz,fwfs,gt,fuwenfashi,ruizi,guangtou'}, {'heroId': '14', 'name': '亡灵战神', 'alias': 'Sion', 'title': '赛恩', 'roles': ['tank', 'fighter'], 'isWeekFree': '0', 'attack': '5', 'defense': '9', 'magic': '3', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/14.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/14.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '亡灵战神,塞恩,赛恩,se,wlzs,Sion,wanglingzhanshen,saien'}, {'heroId': '15', 'name': '战争女神', 'alias': 'Sivir', 'title': '希维尔', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '9', 'defense': '3', 'magic': '1', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/15.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/15.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '450', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '战争女神,轮子妈,希维尔,lzm,xwe,zzns,Sivir,zhanzhengnvshen,lunzima,xiweier'}, {'heroId': '16', 'name': '众星之子', 'alias': 'Soraka', 'title': '索拉卡', 'roles': ['support', 'mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '5', 'magic': '7', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/16.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/16.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '450', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '众星之子,索拉卡,星妈,奶妈,xm,nm,slk,zxzz,Soraka,zhongxingzhizi,suolaka,xingma,naima'}, {'heroId': '17', 'name': '迅捷斥候', 'alias': 'Teemo', 'title': '提莫', 'roles': ['marksman', 'assassin'], 'isWeekFree': '1', 'attack': '5', 'defense': '3', 'magic': '7', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/17.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/17.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '迅捷斥候,提莫,timo,Teemo,tm,xjch,xunjiechihou,timo'}, {'heroId': '18', 'name': '麦林炮手', 'alias': 'Tristana', 'title': '崔丝塔娜', 'roles': ['marksman', 'assassin'], 'isWeekFree': '0', 'attack': '9', 'defense': '3', 'magic': '5', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/18.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/18.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '麦林炮手,小炮,崔丝塔娜,xp,cstn,mlps,Tristana,mailinpaoshou,xiaopao,cuisitana'}, {'heroId': '19', 'name': '祖安怒兽', 'alias': 'Warwick', 'title': '沃里克', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '9', 'defense': '5', 'magic': '3', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/19.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/19.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '祖安怒兽,沃里克,狼人,lr,wlk,zans,Warwick,zuannushou,wolike,langren'}, {'heroId': '20', 'name': '雪原双子', 'alias': 'Nunu', 'title': '努努和威朗普', 'roles': ['tank', 'fighter'], 'isWeekFree': '0', 'attack': '4', 'defense': '6', 'magic': '7', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/20.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/20.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '450', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '雪原双子,努努和威朗普,努努,雪人,Nunu,nn,xr,xysz,mmhwlp,xueyuanshuangzi,nunuheweilangpu,nunu,xueren'}, {'heroId': '21', 'name': '赏金猎人', 'alias': 'MissFortune', 'title': '厄运小姐', 'roles': ['marksman'], 'isWeekFree': '1', 'attack': '8', 'defense': '2', 'magic': '5', 'difficulty': '1', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/21.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/21.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '赏金猎人,赏金,厄运小姐,MF,MissFortune,sj,sjlr,eyxj,shangjinlieren,shangjin,eyunxiaojie'}, {'heroId': '22', 'name': '寒冰射手', 'alias': 'Ashe', 'title': '艾希', 'roles': ['marksman', 'support'], 'isWeekFree': '1', 'attack': '7', 'defense': '3', 'magic': '2', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/22.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/22.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '450', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '艾希,寒冰,爱射,艾射,冰弓,Ashe,aixi,hanbing,aishe,aishe,binggong,ax,hb,as,bg'}, {'heroId': '23', 'name': '蛮族之王', 'alias': 'Tryndamere', 'title': '泰达米尔', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '10', 'defense': '5', 'magic': '2', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/23.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/23.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '蛮族之王,蛮王,泰达米尔,Tryndamere,tdme,mw,mzzw,manzuzhiwang,manwang,taidamier'}, {'heroId': '24', 'name': '武器大师', 'alias': 'Jax', 'title': '贾克斯', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '7', 'defense': '5', 'magic': '7', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/24.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/24.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '武器大师,贾克斯,武器,Jax,wq,jks,wqds,wuqidashi,jiakesi,wuqi'}, {'heroId': '25', 'name': '堕落天使', 'alias': 'Morgana', 'title': '莫甘娜', 'roles': ['mage', 'support'], 'isWeekFree': '0', 'attack': '1', 'defense': '6', 'magic': '8', 'difficulty': '1', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/25.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/25.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '堕落天使,莫甘娜,MGN,dlts,Morgana,duoluotianshi,moganna'}, {'heroId': '26', 'name': '时光守护者', 'alias': 'Zilean', 'title': '基兰', 'roles': ['support', 'mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '5', 'magic': '8', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/26.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/26.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '450', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '时光守护者,基兰,Zilean,jl,sgshz,时光老人,时光老头,shiguangshouhuzhe,jilan,shiguanglaoren,shiguanglaotou'}, {'heroId': '27', 'name': '炼金术士', 'alias': 'Singed', 'title': '辛吉德', 'roles': ['tank', 'fighter'], 'isWeekFree': '0', 'attack': '4', 'defense': '8', 'magic': '7', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/27.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/27.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '炼金术士,辛吉德,炼金,lj,xjd,ljss,Singed,lianjinshushi,xinjide,lianjin'}, {'heroId': '28', 'name': '痛苦之拥', 'alias': 'Evelynn', 'title': '伊芙琳', 'roles': ['assassin', 'mage'], 'isWeekFree': '1', 'attack': '4', 'defense': '2', 'magic': '7', 'difficulty': '10', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/28.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/28.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '痛苦之拥,伊芙琳,寡妇,Evelynn,tongkuzhiyong,yifulin,guafu,gf,tkzy,yfl'}, {'heroId': '29', 'name': '瘟疫之源', 'alias': 'Twitch', 'title': '图奇', 'roles': ['marksman', 'assassin'], 'isWeekFree': '0', 'attack': '9', 'defense': '2', 'magic': '3', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/29.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/29.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '瘟疫之源,图奇,老鼠,Twitch,ls,tq,wyzy,wenyizhiyuan,tuqi,laoshu'}, {'heroId': '30', 'name': '死亡颂唱者', 'alias': 'Karthus', 'title': '卡尔萨斯', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '2', 'magic': '10', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/30.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/30.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '死亡颂唱者,卡尔萨斯,死歌,Karthus,sg,kess,swscz,siwangsongchangzhe,kaersasi,sige'}, {'heroId': '31', 'name': '虚空恐惧', 'alias': 'Chogath', 'title': '科加斯', 'roles': ['tank', 'mage'], 'isWeekFree': '0', 'attack': '3', 'defense': '7', 'magic': '7', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/31.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/31.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '1500', 'camp': '', 'campId': '', 'keywords': '虚空恐惧,科加斯,大虫子,虫子,Chogath,xukongkongju,kejiasi,dachongzi,chongzi,xkkj,kjs,dcz,cz'}, {'heroId': '32', 'name': '殇之木乃伊', 'alias': 'Amumu', 'title': '阿木木', 'roles': ['tank', 'mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '6', 'magic': '8', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/32.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/32.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '阿木木,木乃伊,分头,殇之木乃伊,木木,伤之木乃伊,amumu,munaiyi,fentou,shangzhimunaiyi,amm,szmny,mny,ft,mm,mumu'}, {'heroId': '33', 'name': '披甲龙龟', 'alias': 'Rammus', 'title': '拉莫斯', 'roles': ['tank', 'fighter'], 'isWeekFree': '1', 'attack': '4', 'defense': '10', 'magic': '5', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/33.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/33.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '披甲龙龟,拉莫斯,龙龟,lg,pjlg,lms,Rammus,pijialonggui,lamosi,longgui'}, {'heroId': '34', 'name': '冰晶凤凰', 'alias': 'Anivia', 'title': '艾尼维亚', 'roles': ['mage', 'support'], 'isWeekFree': '1', 'attack': '1', 'defense': '4', 'magic': '10', 'difficulty': '10', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/34.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/34.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '凤凰,冰晶凤凰,艾尼维亚,Anivia,fenghuang,bingjingfenghuang,ainiweiya,anwy,bjfh,fh'}, {'heroId': '35', 'name': '恶魔小丑', 'alias': 'Shaco', 'title': '萨科', 'roles': ['assassin'], 'isWeekFree': '1', 'attack': '8', 'defense': '4', 'magic': '6', 'difficulty': '9', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/35.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/35.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '恶魔小丑,小丑,沙扣,沙口,萨科,xc,emxc,sk,emoxiaochou,xiaochou,sake,Shaco'}, {'heroId': '36', 'name': '祖安狂人', 'alias': 'DrMundo', 'title': '蒙多医生', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '5', 'defense': '7', 'magic': '6', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/36.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/36.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '祖安狂人,蒙多医生,蒙多,DrMundo,zuankuangren,mengduoyisheng,mengduo,md,mdys,zakr'}, {'heroId': '37', 'name': '琴瑟仙女', 'alias': 'Sona', 'title': '娑娜', 'roles': ['support', 'mage'], 'isWeekFree': '0', 'attack': '5', 'defense': '2', 'magic': '8', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/37.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/37.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '琴瑟仙女,琴女,娑娜,sn,qn,qsxn,Sona,qinsexiannv,qinnv,suona'}, {'heroId': '38', 'name': '虚空行者', 'alias': 'Kassadin', 'title': '卡萨丁', 'roles': ['assassin', 'mage'], 'isWeekFree': '0', 'attack': '3', 'defense': '5', 'magic': '8', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/38.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/38.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '虚空行者,卡萨丁,ksd,xkxz,Kassadin,xukongxingzhe,kasading'}, {'heroId': '39', 'name': '刀锋舞者', 'alias': 'Irelia', 'title': '艾瑞莉娅', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '7', 'defense': '4', 'magic': '5', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/39.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/39.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4000', 'camp': '', 'campId': '', 'keywords': '刀锋舞者,艾瑞莉娅,女刀,女刀锋,Irelia,nd,ndf,dfwz,arly,daofengwuzhe,airuiliya,nvdao,nvdaofeng'}, {'heroId': '40', 'name': '风暴之怒', 'alias': 'Janna', 'title': '迦娜', 'roles': ['support', 'mage'], 'isWeekFree': '0', 'attack': '3', 'defense': '5', 'magic': '7', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/40.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/40.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '风暴之怒,迦娜,风女,fn,jn,fbzn,Janna,fengbaozhinu,jiana,fengnv'}, {'heroId': '41', 'name': '海洋之灾', 'alias': 'Gangplank', 'title': '普朗克', 'roles': ['fighter'], 'isWeekFree': '1', 'attack': '7', 'defense': '6', 'magic': '4', 'difficulty': '9', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/41.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/41.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '海洋之灾,普朗克,船长,plk,cz,hyzz,Gangplank,haiyangzhizai,pulangke,chuanzhang'}, {'heroId': '42', 'name': '英勇投弹手', 'alias': 'Corki', 'title': '库奇', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '8', 'defense': '3', 'magic': '6', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/42.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/42.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '英勇投弹手,库奇,飞机,Corki,yingyongtoudanshou,kuqi,feiji,fj,kq,yytds'}, {'heroId': '43', 'name': '天启者', 'alias': 'Karma', 'title': '卡尔玛', 'roles': ['mage', 'support'], 'isWeekFree': '0', 'attack': '1', 'defense': '7', 'magic': '8', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/43.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/43.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '天启者,卡尔玛,扇子妈,Karma,szm,kem,tqz,tianqizhe,kaerma,shanzima'}, {'heroId': '44', 'name': '瓦洛兰之盾', 'alias': 'Taric', 'title': '塔里克', 'roles': ['support', 'fighter'], 'isWeekFree': '0', 'attack': '4', 'defense': '8', 'magic': '5', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/44.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/44.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '1500', 'camp': '', 'campId': '', 'keywords': '瓦洛兰之盾,塔里克,宝石,bs,tlk,wllzd,Taric,waluolanzhidun,talike,baoshi'}, {'heroId': '45', 'name': '邪恶小法师', 'alias': 'Veigar', 'title': '维迦', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '2', 'magic': '10', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/45.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/45.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '邪恶小法师,小法师,维迦,xfs,xexfs,wj,Veigar,xieexiaofashi,xiaofashi,weijia'}, {'heroId': '48', 'name': '巨魔之王', 'alias': 'Trundle', 'title': '特朗德尔', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '7', 'defense': '6', 'magic': '2', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/48.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/48.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '巨魔之王,巨魔,特朗德尔,Trundle,jm,jmzw,tlde,jumozhiwang,jumo,telangdeer'}, {'heroId': '50', 'name': '诺克萨斯统领', 'alias': 'Swain', 'title': '斯维因', 'roles': ['mage', 'fighter'], 'isWeekFree': '0', 'attack': '2', 'defense': '6', 'magic': '9', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/50.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/50.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '诺克萨斯统领,乌鸦,斯维因,swy,wy,nksstl,Swain,nuokesasitongling,wuya,siweiyin'}, {'heroId': '51', 'name': '皮城女警', 'alias': 'Caitlyn', 'title': '凯特琳', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '8', 'defense': '2', 'magic': '2', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/51.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/51.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '皮城女警,凯特琳,女警,皮城,Caitlyn,pichengnvjing,kaitelin,nvjing,picheng,pc,nj,pcnj,ctl'}, {'heroId': '53', 'name': '蒸汽机器人', 'alias': 'Blitzcrank', 'title': '布里茨', 'roles': ['tank', 'fighter', 'support'], 'isWeekFree': '0', 'attack': '4', 'defense': '8', 'magic': '5', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/53.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/53.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '蒸汽机器人,布里茨,机器人,Blitzcrank,zhengqijiqiren,bulici,jiqiren,zqjqr,jqr,blc'}, {'heroId': '54', 'name': '熔岩巨兽', 'alias': 'Malphite', 'title': '墨菲特', 'roles': ['tank', 'fighter'], 'isWeekFree': '0', 'attack': '5', 'defense': '9', 'magic': '7', 'difficulty': '2', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/54.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/54.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '熔岩巨兽,墨菲特,石头人,Malphite,str,mft,ryjs,rongyanjushou,mofeite,shitouren'}, {'heroId': '55', 'name': '不祥之刃', 'alias': 'Katarina', 'title': '卡特琳娜', 'roles': ['assassin', 'mage'], 'isWeekFree': '0', 'attack': '4', 'defense': '3', 'magic': '9', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/55.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/55.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '不祥之刃,卡特琳娜,卡特,kt,ktln,bxzr,不详,bx,Katarina,buxiangzhiren,katelinna,kate,buxiang'}, {'heroId': '56', 'name': '永恒梦魇', 'alias': 'Nocturne', 'title': '魔腾', 'roles': ['assassin', 'fighter'], 'isWeekFree': '0', 'attack': '9', 'defense': '5', 'magic': '2', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/56.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/56.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '永恒梦魇,魔腾,noc,Nocturne,梦魇,my,yhmy,mt,yonghengmengyan,moteng,mengyan'}, {'heroId': '57', 'name': '扭曲树精', 'alias': 'Maokai', 'title': '茂凯', 'roles': ['tank', 'mage'], 'isWeekFree': '0', 'attack': '3', 'defense': '8', 'magic': '6', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/57.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/57.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '扭曲树精,茂凯,大树,ds,mk,nqsj,Maokai,niuqushujing,maokai,dashu'}, {'heroId': '58', 'name': '荒漠屠夫', 'alias': 'Renekton', 'title': '雷克顿', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '8', 'defense': '5', 'magic': '2', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/58.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/58.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '荒漠屠夫,鳄鱼,雷克顿,ey,lkd,mmtf,huangmotufu,eyu,leikedun'}, {'heroId': '59', 'name': '德玛西亚皇子', 'alias': 'JarvanIV', 'title': '嘉文四世', 'roles': ['tank', 'fighter'], 'isWeekFree': '0', 'attack': '6', 'defense': '8', 'magic': '3', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/59.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/59.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '德玛西亚皇子,嘉文四世,皇子,嘉文,JarvanIV,jw,hz,dmxyhz,jwss,demaxiyahuangzi,jiawensishi,huangzi,jiawen'}, {'heroId': '60', 'name': '蜘蛛女皇', 'alias': 'Elise', 'title': '伊莉丝', 'roles': ['mage', 'fighter'], 'isWeekFree': '0', 'attack': '6', 'defense': '5', 'magic': '7', 'difficulty': '9', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/60.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/60.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '蜘蛛女皇,伊莉丝,蜘蛛,Elise,zz,zznh,yls,zhizhunvhuang,yilisi,zhizhu'}, {'heroId': '61', 'name': '发条魔灵', 'alias': 'Orianna', 'title': '奥莉安娜', 'roles': ['mage', 'support'], 'isWeekFree': '1', 'attack': '4', 'defense': '3', 'magic': '9', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/61.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/61.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '发条魔灵,奥莉安娜,发条,Orianna,ftml,ft,alan,fatiaomoling,aolianna,fatiao'}, {'heroId': '62', 'name': '齐天大圣', 'alias': 'MonkeyKing', 'title': '孙悟空', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '8', 'defense': '5', 'magic': '2', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/62.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/62.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '齐天大圣,孙悟空,MonkeyKing,猴子,hz,qtds,swk,qitiandasheng,sunwukong,houzi'}, {'heroId': '63', 'name': '复仇焰魂', 'alias': 'Brand', 'title': '布兰德', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '2', 'magic': '9', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/63.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/63.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '复仇焰魂,布兰德,火男,Brand,fuchouyanhun,bulande,huonan,cfyh,bld,hn'}, {'heroId': '64', 'name': '盲僧', 'alias': 'LeeSin', 'title': '李青', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '8', 'defense': '5', 'magic': '3', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/64.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/64.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '盲僧,瞎子,李青,lq,xz,ms,LeeSin,mangseng,xiazi,liqing'}, {'heroId': '67', 'name': '暗夜猎手', 'alias': 'Vayne', 'title': '薇恩', 'roles': ['marksman', 'assassin'], 'isWeekFree': '0', 'attack': '10', 'defense': '1', 'magic': '1', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/67.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/67.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '暗夜猎手,薇恩,vn,Vayne,ve,ayls,anyelieshou,weien'}, {'heroId': '68', 'name': '机械公敌', 'alias': 'Rumble', 'title': '兰博', 'roles': ['fighter', 'mage'], 'isWeekFree': '0', 'attack': '3', 'defense': '6', 'magic': '8', 'difficulty': '10', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/68.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/68.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '机械公敌,兰博,Rumble,lb,jxgd,jixiegongdi,lanbo'}, {'heroId': '69', 'name': '魔蛇之拥', 'alias': 'Cassiopeia', 'title': '卡西奥佩娅', 'roles': ['mage'], 'isWeekFree': '1', 'attack': '2', 'defense': '3', 'magic': '9', 'difficulty': '10', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/69.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/69.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '魔蛇之拥,卡西奥佩娅,蛇女,Cassiopeia,moshezhiyong,kaxiaopeiya,shenv,mszy,kxapy,sn'}, {'heroId': '72', 'name': '水晶先锋', 'alias': 'Skarner', 'title': '斯卡纳', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '7', 'defense': '6', 'magic': '5', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/72.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/72.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '水晶先锋,斯卡纳,skn,sjxf,蝎子,xz,Skarner,shuijingxianfeng,sikana,xiezi'}, {'heroId': '74', 'name': '大发明家', 'alias': 'Heimerdinger', 'title': '黑默丁格', 'roles': ['mage', 'support'], 'isWeekFree': '0', 'attack': '2', 'defense': '6', 'magic': '8', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/74.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/74.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '大发明家,黑默丁格,大头,Heimerdinger,dt,dfmj,hmdg,dafamingjia,heimodingge,datou'}, {'heroId': '75', 'name': '沙漠死神', 'alias': 'Nasus', 'title': '内瑟斯', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '7', 'defense': '5', 'magic': '6', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/75.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/75.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '沙漠死神,内瑟斯,狗头,gt,nss,smss,Nasus,shamosishen,neisesi,goutou'}, {'heroId': '76', 'name': '狂野女猎手', 'alias': 'Nidalee', 'title': '奈德丽', 'roles': ['assassin', 'mage'], 'isWeekFree': '0', 'attack': '5', 'defense': '4', 'magic': '7', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/76.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/76.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '狂野女猎手,奈德丽,豹女,bn,ndl,kynls,Nidalee,kuangyenvlieshou,naideli,baonv'}, {'heroId': '77', 'name': '兽灵行者', 'alias': 'Udyr', 'title': '乌迪尔', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '8', 'defense': '7', 'magic': '4', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/77.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/77.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '兽灵行者,乌迪尔,Udyr,wde,slxz,UD,shoulingxingzhe,wudier'}, {'heroId': '78', 'name': '圣锤之毅', 'alias': 'Poppy', 'title': '波比', 'roles': ['tank', 'fighter'], 'isWeekFree': '0', 'attack': '6', 'defense': '7', 'magic': '2', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/78.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/78.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '450', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '圣锤之毅,波比,bb,sczy,Poppy,shengchuizhiyi,bobi'}, {'heroId': '79', 'name': '酒桶', 'alias': 'Gragas', 'title': '古拉加斯', 'roles': ['fighter', 'mage'], 'isWeekFree': '1', 'attack': '4', 'defense': '7', 'magic': '6', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/79.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/79.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '酒桶,古拉加斯,啤酒人,肉蛋葱鸡,Gragas,pjr,jt,gljs,rdcj,jiutong,gulajiasi,pijiuren,roudancongji'}, {'heroId': '80', 'name': '不屈之枪', 'alias': 'Pantheon', 'title': '潘森', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '9', 'defense': '4', 'magic': '3', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/80.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/80.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '1500', 'camp': '', 'campId': '', 'keywords': '不屈之枪,潘森,Pantheon,PS,bqzq,buquzhiqiang,pansen'}, {'heroId': '81', 'name': '探险家', 'alias': 'Ezreal', 'title': '伊泽瑞尔', 'roles': ['marksman', 'mage'], 'isWeekFree': '0', 'attack': '7', 'defense': '2', 'magic': '6', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/81.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/81.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '探险家,伊泽瑞尔,ez,Ezreal,tanxianjia,yizeruier,txj,yzrr'}, {'heroId': '82', 'name': '铁铠冥魂', 'alias': 'Mordekaiser', 'title': '莫德凯撒', 'roles': ['fighter'], 'isWeekFree': '0', 'attack': '4', 'defense': '6', 'magic': '7', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/82.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/82.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '1500', 'camp': '', 'campId': '', 'keywords': '铁铠冥魂,莫德凯撒,铁男,Mordekaiser,tn,mdks,tkmh,tiekaiminghun,modekaisa,tienan'}, {'heroId': '83', 'name': '牧魂人', 'alias': 'Yorick', 'title': '约里克', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '6', 'defense': '6', 'magic': '4', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/83.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/83.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '牧魂人,约里克,掘墓人,jmr,mhr,ylk,Yorick,muhunren,yuelike,juemuren'}, {'heroId': '84', 'name': '离群之刺', 'alias': 'Akali', 'title': '阿卡丽', 'roles': ['assassin'], 'isWeekFree': '0', 'attack': '5', 'defense': '3', 'magic': '8', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/84.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/84.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '阿卡丽,离群之刺,akali,liqunzhici,akl,lqzc'}, {'heroId': '85', 'name': '狂暴之心', 'alias': 'Kennen', 'title': '凯南', 'roles': ['mage', 'marksman'], 'isWeekFree': '0', 'attack': '6', 'defense': '4', 'magic': '7', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/85.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/85.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '4800', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '狂暴之心,凯南,kn,kbzx,Kennen,kuangbaozhixin,kainan'}, {'heroId': '86', 'name': '德玛西亚之力', 'alias': 'Garen', 'title': '盖伦', 'roles': ['fighter', 'tank'], 'isWeekFree': '1', 'attack': '7', 'defense': '7', 'magic': '1', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/86.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/86.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '3150', 'couponPrice': '1000', 'camp': '', 'campId': '', 'keywords': '德玛西亚之力,盖伦,大宝剑,Garen,dbj,gl,dmxyzl,demaxiyazhili,gailun,dabaojian'}, {'heroId': '89', 'name': '曙光女神', 'alias': 'Leona', 'title': '蕾欧娜', 'roles': ['tank', 'support'], 'isWeekFree': '0', 'attack': '4', 'defense': '8', 'magic': '3', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/89.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/89.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '曙光女神,蕾欧娜,日女,曙光,女坦,nt,rn,sg,lon,sgns,shuguangnvshen,leiouna,rinv,shuguang,Leona,nvtan'}, {'heroId': '90', 'name': '虚空先知', 'alias': 'Malzahar', 'title': '玛尔扎哈', 'roles': ['mage', 'assassin'], 'isWeekFree': '0', 'attack': '2', 'defense': '2', 'magic': '9', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/90.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/90.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '虚空先知,玛尔扎哈,蚂蚱,马尔扎哈,Malzahar,mz,mezh,xkxz,xukongxianzhi,maerzhaha,mazha,maerzhaha'}, {'heroId': '91', 'name': '刀锋之影', 'alias': 'Talon', 'title': '泰隆', 'roles': ['assassin'], 'isWeekFree': '0', 'attack': '9', 'defense': '3', 'magic': '1', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/91.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/91.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '刀锋之影,男刀,泰隆,tl,nd,dfzy,Talon,daofengzhiying,nandao,tailong'}, {'heroId': '92', 'name': '放逐之刃', 'alias': 'Riven', 'title': '锐雯', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '8', 'defense': '5', 'magic': '1', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/92.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/92.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '放逐之刃,锐雯,Riven,rw,fzzr,fangzhuzhiren,ruiwen'}, {'heroId': '96', 'name': '深渊巨口', 'alias': 'KogMaw', 'title': '克格莫', 'roles': ['marksman', 'mage'], 'isWeekFree': '0', 'attack': '8', 'defense': '2', 'magic': '5', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/96.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/96.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '深渊巨口,克格莫,大嘴,KogMaw,dz,kgm,syjk,shenyuanjukou,kegemo,dazui'}, {'heroId': '98', 'name': '暮光之眼', 'alias': 'Shen', 'title': '慎', 'roles': ['tank'], 'isWeekFree': '0', 'attack': '3', 'defense': '9', 'magic': '3', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/98.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/98.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '1350', 'couponPrice': '2000', 'camp': '', 'campId': '', 'keywords': '暮光之眼,慎,yaozi,s,mgzy,Shen,muguangzhiyan,shen'}, {'heroId': '99', 'name': '光辉女郎', 'alias': 'Lux', 'title': '拉克丝', 'roles': ['mage', 'support'], 'isWeekFree': '0', 'attack': '2', 'defense': '4', 'magic': '9', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/99.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/99.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '3150', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '光辉女郎,拉克丝,光辉,lux,lks,gh,ghnl,guanghuinvlang,lakesi,guanghui'}, {'heroId': '101', 'name': '远古巫灵', 'alias': 'Xerath', 'title': '泽拉斯', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '1', 'defense': '3', 'magic': '10', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/101.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/101.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '远古巫灵,泽拉斯,guancaiban,gbc,zls,ygwl,Xerath,yuanguwuling,zelasi'}, {'heroId': '102', 'name': '龙血武姬', 'alias': 'Shyvana', 'title': '希瓦娜', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '8', 'defense': '6', 'magic': '3', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/102.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/102.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '龙血武姬,龙女,希瓦娜,ln,xwn,lxwj,Shyvana,longxuewuji,longnv,xiwana'}, {'heroId': '103', 'name': '九尾妖狐', 'alias': 'Ahri', 'title': '阿狸', 'roles': ['mage', 'assassin'], 'isWeekFree': '0', 'attack': '3', 'defense': '4', 'magic': '8', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/103.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/103.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '九尾,九尾妖狐,狐狸,阿狸,jiuwei,jiuweiyaohu,huli,ali,ahri,jwyh,al,hl,jw'}, {'heroId': '104', 'name': '法外狂徒', 'alias': 'Graves', 'title': '格雷福斯', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '8', 'defense': '5', 'magic': '3', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/104.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/104.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '法外狂徒,格雷福斯,男枪,Graves,nq,glfs,fwkt,fawaikuangtu,geleifusi,nanqiang'}, {'heroId': '105', 'name': '潮汐海灵', 'alias': 'Fizz', 'title': '菲兹', 'roles': ['assassin', 'fighter'], 'isWeekFree': '0', 'attack': '6', 'defense': '4', 'magic': '7', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/105.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/105.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '潮汐海灵,菲兹,小鱼人,Fizz,fz,xyr,cxhl,chaoxihailing,feizi,xiaoyuren'}, {'heroId': '106', 'name': '不灭狂雷', 'alias': 'Volibear', 'title': '沃利贝尔', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '7', 'defense': '7', 'magic': '4', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/106.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/106.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '不灭狂雷,沃利贝尔,Volibear,狗熊,gx,wlbe,bmkl,bumiekuanglei,wolibeier,gouxiong'}, {'heroId': '107', 'name': '傲之追猎者', 'alias': 'Rengar', 'title': '雷恩加尔', 'roles': ['assassin', 'fighter'], 'isWeekFree': '0', 'attack': '7', 'defense': '4', 'magic': '2', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/107.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/107.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '傲之追猎者,狮子狗,雷恩加尔,szg,leje,azzlz,Rengar,aozhizhuiliezhe,shizigou,leienjiaer'}, {'heroId': '110', 'name': '惩戒之箭', 'alias': 'Varus', 'title': '韦鲁斯', 'roles': ['marksman', 'mage'], 'isWeekFree': '0', 'attack': '7', 'defense': '3', 'magic': '4', 'difficulty': '2', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/110.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/110.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '惩戒之箭,韦鲁斯,维鲁斯,wls,cjzj,Varus,chengjiezhijian,weilusi'}, {'heroId': '111', 'name': '深海泰坦', 'alias': 'Nautilus', 'title': '诺提勒斯', 'roles': ['tank', 'fighter'], 'isWeekFree': '1', 'attack': '4', 'defense': '6', 'magic': '6', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/111.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/111.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '深海泰坦,诺提勒斯,泰坦,Nautilus,tt,ntls,shtt,shenhaitaitan,nuotileisi,taitan'}, {'heroId': '112', 'name': '机械先驱', 'alias': 'Viktor', 'title': '维克托', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '4', 'magic': '10', 'difficulty': '9', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/112.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/112.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '2500', 'camp': '', 'campId': '', 'keywords': '机械先驱,维克托,三只手,szs,wkt,jxxq,Viktor,jixiexianqu,weiketuo,sanzhishou'}, {'heroId': '113', 'name': '北地之怒', 'alias': 'Sejuani', 'title': '瑟庄妮', 'roles': ['tank', 'fighter'], 'isWeekFree': '0', 'attack': '5', 'defense': '7', 'magic': '6', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/113.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/113.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '北地之怒,猪妹,瑟庄妮,zm,szn,bdzn,Sejuani,beidizhinu,zhumei,sezhuangni'}, {'heroId': '114', 'name': '无双剑姬', 'alias': 'Fiora', 'title': '菲奥娜', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '10', 'defense': '4', 'magic': '2', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/114.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/114.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '无双剑姬,菲奥娜,剑姬,Fiora,jj,wsjj,fan,wushuangjianji,feiaona,jianji'}, {'heroId': '115', 'name': '爆破鬼才', 'alias': 'Ziggs', 'title': '吉格斯', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '4', 'magic': '9', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/115.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/115.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '爆破鬼才,炸弹人,吉格斯,Ziggs,jgs,zdr,bpgc,baopoguicai,zhadanren,jigesi'}, {'heroId': '117', 'name': '仙灵女巫', 'alias': 'Lulu', 'title': '璐璐', 'roles': ['support', 'mage'], 'isWeekFree': '0', 'attack': '4', 'defense': '5', 'magic': '7', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/117.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/117.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '仙灵女巫,璐璐,ll,xlnw,Lulu,xianlingnvwu,lulu'}, {'heroId': '119', 'name': '荣耀行刑官', 'alias': 'Draven', 'title': '德莱文', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '9', 'defense': '3', 'magic': '1', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/119.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/119.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '荣耀行刑官,德莱文,Draven,rongyaoxingxingguan,delaiwen,ryxxg,dlw'}, {'heroId': '120', 'name': '战争之影', 'alias': 'Hecarim', 'title': '赫卡里姆', 'roles': ['fighter', 'tank'], 'isWeekFree': '1', 'attack': '8', 'defense': '6', 'magic': '4', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/120.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/120.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '战争之影,赫卡里姆,人马,Hecarim,rm,zzzy,hlkm,zhanzhengzhiying,hekalimu,renma'}, {'heroId': '121', 'name': '虚空掠夺者', 'alias': 'Khazix', 'title': '卡兹克', 'roles': ['assassin'], 'isWeekFree': '0', 'attack': '9', 'defense': '4', 'magic': '3', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/121.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/121.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '虚空掠夺者,螳螂,卡兹克,kzk,tl,xkldz,Khazix,xukonglueduozhe,tanglang,kazike'}, {'heroId': '122', 'name': '诺克萨斯之手', 'alias': 'Darius', 'title': '德莱厄斯', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '9', 'defense': '5', 'magic': '1', 'difficulty': '2', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/122.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/122.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '诺克萨斯之手,德莱厄斯,诺手,Darius,nuokesasizhishou,delaiesi,nuoshou,nksszs,ns,dles'}, {'heroId': '126', 'name': '未来守护者', 'alias': 'Jayce', 'title': '杰斯', 'roles': ['fighter', 'marksman'], 'isWeekFree': '0', 'attack': '8', 'defense': '4', 'magic': '3', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/126.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/126.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '未来守护者,杰斯,Jayce,js,wlshz,weilaishouhuzhe,jiesi'}, {'heroId': '127', 'name': '冰霜女巫', 'alias': 'Lissandra', 'title': '丽桑卓', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '5', 'magic': '8', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/127.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/127.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '冰霜女巫,冰女,丽桑卓,Lissandra,bn,lsz,bsnw,bingshuangnvwu,bingnv,lisangzhuo'}, {'heroId': '131', 'name': '皎月女神', 'alias': 'Diana', 'title': '黛安娜', 'roles': ['fighter', 'mage'], 'isWeekFree': '0', 'attack': '7', 'defense': '6', 'magic': '8', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/131.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/131.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '皎月女神,黛安娜,皎月,Diana,jiaoyuenvshen,daianna,jiaoyue,jy,dan,jyns'}, {'heroId': '133', 'name': '德玛西亚之翼', 'alias': 'Quinn', 'title': '奎因', 'roles': ['marksman', 'assassin'], 'isWeekFree': '0', 'attack': '9', 'defense': '4', 'magic': '2', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/133.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/133.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '德玛西亚之翼,奎因,鸟人,ky,dmxyzz,Quinn,nr,demaxiyazhiyi,kuiyin,niaoren'}, {'heroId': '134', 'name': '暗黑元首', 'alias': 'Syndra', 'title': '辛德拉', 'roles': ['mage', 'support'], 'isWeekFree': '0', 'attack': '2', 'defense': '3', 'magic': '9', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/134.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/134.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '暗黑元首,球女,辛德拉,qn,xdl,ahyy,Syndra,anheiyuanshou,qiunv,xindela'}, {'heroId': '136', 'name': '铸星龙王', 'alias': 'AurelionSol', 'title': '奥瑞利安索尔', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '3', 'magic': '8', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/136.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/136.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '铸星龙王,奥瑞利安索尔,索尔,龙王,AurelionSol,zhuxinglongwang,aoruiliansuoer,suoer,longwang,zxlw,lw,se,arlasr'}, {'heroId': '141', 'name': '影流之镰', 'alias': 'Kayn', 'title': '凯隐', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '10', 'defense': '6', 'magic': '1', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/141.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/141.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '影流之镰,凯隐,ky,ylzl,Kayn,yingliuzhilian,kaiyin'}, {'heroId': '142', 'name': '暮光星灵', 'alias': 'Zoe', 'title': '佐伊', 'roles': ['mage', 'support'], 'isWeekFree': '1', 'attack': '1', 'defense': '7', 'magic': '8', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/142.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/142.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '暮光星灵,佐伊,zy,mgxl,Zoe,muguangxingling,zuoyi'}, {'heroId': '143', 'name': '荆棘之兴', 'alias': 'Zyra', 'title': '婕拉', 'roles': ['mage', 'support'], 'isWeekFree': '0', 'attack': '4', 'defense': '3', 'magic': '8', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/143.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/143.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '荆棘之兴,婕拉,jl,jjzx,Zyra,jingjizhixing,jiela'}, {'heroId': '145', 'name': '虚空之女', 'alias': 'Kaisa', 'title': '卡莎', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '8', 'defense': '5', 'magic': '3', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/145.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/145.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '虚空之女,卡莎,ks,xkzn,Kaisa,xukongzhinv,kasha'}, {'heroId': '147', 'name': '星籁歌姬', 'alias': 'Seraphine', 'title': '萨勒芬妮', 'roles': ['mage', 'support'], 'isWeekFree': '0', 'attack': '0', 'defense': '0', 'magic': '0', 'difficulty': '0', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/147.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/147.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '萨勒芬妮,星籁歌姬,Seraphine,saleifenni,xinglaigeji'}, {'heroId': '150', 'name': '迷失之牙', 'alias': 'Gnar', 'title': '纳尔', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '6', 'defense': '5', 'magic': '5', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/150.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/150.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '迷失之牙,纳尔,Gnar,ne,mszy,mishizhiya,naer'}, {'heroId': '154', 'name': '生化魔人', 'alias': 'Zac', 'title': '扎克', 'roles': ['tank', 'fighter'], 'isWeekFree': '0', 'attack': '3', 'defense': '7', 'magic': '7', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/154.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/154.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3000', 'camp': '', 'campId': '', 'keywords': '生化魔人,扎克,Zac,shenghuamoren,zhake,zk,shmr'}, {'heroId': '157', 'name': '疾风剑豪', 'alias': 'Yasuo', 'title': '亚索', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '8', 'defense': '4', 'magic': '4', 'difficulty': '10', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/157.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/157.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '疾风剑豪,剑豪,亚索,Yasuo,ys,jh,jfjh,jifengjianhao,jianhao,yasuo'}, {'heroId': '161', 'name': '虚空之眼', 'alias': 'Velkoz', 'title': '维克兹', 'roles': ['mage'], 'isWeekFree': '0', 'attack': '2', 'defense': '2', 'magic': '10', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/161.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/161.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '虚空之眼,大眼,维克兹,wkz,dy,xkzy,Velkoz,xukongzhiyan,dayan,weikezi'}, {'heroId': '163', 'name': '岩雀', 'alias': 'Taliyah', 'title': '塔莉垭', 'roles': ['mage', 'support'], 'isWeekFree': '0', 'attack': '1', 'defense': '7', 'magic': '8', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/163.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/163.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '岩雀,小鸟,塔莉垭,tly,xn,yq,Taliyah,yanque,xiaoniao,taliya'}, {'heroId': '164', 'name': '青钢影', 'alias': 'Camille', 'title': '卡蜜尔', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '8', 'defense': '6', 'magic': '3', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/164.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/164.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '青钢影,卡蜜尔,卡密尔,Camille,腿女,qinggangying,kamier,kamier,tuinv,qgy,kme,tn'}, {'heroId': '201', 'name': '弗雷尔卓德之心', 'alias': 'Braum', 'title': '布隆', 'roles': ['support', 'tank'], 'isWeekFree': '0', 'attack': '3', 'defense': '9', 'magic': '4', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/201.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/201.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '弗雷尔卓德之心,布隆,bl,Braum,flezdzx,fuleierzhuodezhixin,bulong'}, {'heroId': '202', 'name': '戏命师', 'alias': 'Jhin', 'title': '烬', 'roles': ['marksman', 'mage'], 'isWeekFree': '0', 'attack': '10', 'defense': '2', 'magic': '6', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/202.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/202.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '戏命师,烬,Jhin,j,xms,ximingshi,jin'}, {'heroId': '203', 'name': '永猎双子', 'alias': 'Kindred', 'title': '千珏', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '8', 'defense': '2', 'magic': '2', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/203.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/203.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '永猎双子,千珏,Kindred,qj,ylsz,yonglieshuangzi,qianjue'}, {'heroId': '222', 'name': '暴走萝莉', 'alias': 'Jinx', 'title': '金克丝', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '9', 'defense': '2', 'magic': '4', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/222.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/222.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '暴走萝莉,萝莉,金克丝,Jinx,jks,ll,bzll,baozouluoli,luoli,jinkesi,金克丝'}, {'heroId': '223', 'name': '河流之王', 'alias': 'TahmKench', 'title': '塔姆', 'roles': ['support', 'tank'], 'isWeekFree': '0', 'attack': '3', 'defense': '9', 'magic': '6', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/223.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/223.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '河流之王,hama,塔姆,tm,hlzw,TahmKench,heliuzhiwang,tamu'}, {'heroId': '234', 'name': '破败之王', 'alias': 'Viego', 'title': '佛耶戈', 'roles': ['assassin', 'fighter'], 'isWeekFree': '0', 'attack': '6', 'defense': '4', 'magic': '2', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/234.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/234.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': ''}, {'heroId': '235', 'name': '涤魂圣枪', 'alias': 'Senna', 'title': '赛娜', 'roles': ['marksman', 'support'], 'isWeekFree': '0', 'attack': '7', 'defense': '2', 'magic': '6', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/235.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/235.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '涤魂圣枪,赛娜,奶枪,Senna,nq,sn,qhsq,dihunshengqiang,saina,naiqiang'}, {'heroId': '236', 'name': '圣枪游侠', 'alias': 'Lucian', 'title': '卢锡安', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '8', 'defense': '5', 'magic': '3', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/236.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/236.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '圣枪游侠,卢锡安,奥巴马,Lucian,abm,lxa,sqyx,shengqiangyouxia,luxian,aobama'}, {'heroId': '238', 'name': '影流之主', 'alias': 'Zed', 'title': '劫', 'roles': ['assassin'], 'isWeekFree': '0', 'attack': '9', 'defense': '2', 'magic': '1', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/238.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/238.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '影流之主,劫,j,ylzz,Zed,yingliuzhizhu,jie'}, {'heroId': '240', 'name': '暴怒骑士', 'alias': 'Kled', 'title': '克烈', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '8', 'defense': '2', 'magic': '2', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/240.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/240.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '暴怒骑士,克烈,kl,bnqs,baonuqishi,kelie'}, {'heroId': '245', 'name': '时间刺客', 'alias': 'Ekko', 'title': '艾克', 'roles': ['assassin', 'fighter'], 'isWeekFree': '0', 'attack': '5', 'defense': '3', 'magic': '7', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/245.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/245.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '时间刺客,艾克,Ekko,shijiancike,aike,ak,sjck'}, {'heroId': '246', 'name': '元素女皇', 'alias': 'Qiyana', 'title': '奇亚娜', 'roles': ['assassin', 'fighter'], 'isWeekFree': '0', 'attack': '0', 'defense': '2', 'magic': '4', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/246.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/246.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '元素女皇,奇亚娜,qyn,ysnh,Qiyana,yuansunvhuang,qiyana'}, {'heroId': '254', 'name': '皮城执法官', 'alias': 'Vi', 'title': '蔚', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '8', 'defense': '5', 'magic': '3', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/254.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/254.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '皮城执法官,拳女,蔚,v,qv,pczfg,Vi,pichengzhifaguan,quannv,wei'}, {'heroId': '266', 'name': '暗裔剑魔', 'alias': 'Aatrox', 'title': '亚托克斯', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '8', 'defense': '4', 'magic': '3', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/266.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/266.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '剑魔,亚托克斯,暗裔剑魔,jianmo,yatuokesi,anyijianmo,Aatrox,jm,ayjm,ytks'}, {'heroId': '267', 'name': '唤潮鲛姬', 'alias': 'Nami', 'title': '娜美', 'roles': ['support', 'mage'], 'isWeekFree': '0', 'attack': '4', 'defense': '3', 'magic': '7', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/267.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/267.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '4800', 'couponPrice': '3500', 'camp': '', 'campId': '', 'keywords': '唤潮鲛姬,鲛姬,娜美,nm,jj,hcjj,Nami,huanchaojiaoji,jiaoji,namei'}, {'heroId': '268', 'name': '沙漠皇帝', 'alias': 'Azir', 'title': '阿兹尔', 'roles': ['mage', 'marksman'], 'isWeekFree': '0', 'attack': '6', 'defense': '3', 'magic': '8', 'difficulty': '9', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/268.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/268.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '沙漠皇帝,阿兹尔,沙皇,Azir,shamohuangdi,azier,shahuang,smhd,aze,sh'}, {'heroId': '350', 'name': '魔法猫咪', 'alias': 'Yuumi', 'title': '悠米', 'roles': ['support', 'mage'], 'isWeekFree': '0', 'attack': '5', 'defense': '1', 'magic': '8', 'difficulty': '2', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/350.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/350.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '魔法猫咪,猫,猫咪,悠米,cat,m,mm,mfmm,ym,Yuumi,mofamaomi,mao,maomi,youmi'}, {'heroId': '360', 'name': '沙漠玫瑰', 'alias': 'Samira', 'title': '莎弥拉', 'roles': ['marksman'], 'isWeekFree': '1', 'attack': '8', 'defense': '5', 'magic': '3', 'difficulty': '6', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/360.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/360.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '莎弥拉,沙漠玫瑰,Samira,sml,smmg,shamila,shamomeigui'}, {'heroId': '412', 'name': '魂锁典狱长', 'alias': 'Thresh', 'title': '锤石', 'roles': ['support', 'fighter'], 'isWeekFree': '0', 'attack': '5', 'defense': '6', 'magic': '6', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/412.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/412.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '魂锁典狱长,锤石,Thresh,cs,hsdyz,hunsuodianyuzhang,chuishi'}, {'heroId': '420', 'name': '海兽祭司', 'alias': 'Illaoi', 'title': '俄洛伊', 'roles': ['fighter', 'tank'], 'isWeekFree': '1', 'attack': '8', 'defense': '6', 'magic': '3', 'difficulty': '4', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/420.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/420.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '海兽祭司,俄洛伊,触手妈,Illaoi,csm,ely,hsjs,haishoujisi,eluoyi,chushouma'}, {'heroId': '421', 'name': '虚空遁地兽', 'alias': 'RekSai', 'title': '雷克塞', 'roles': ['fighter'], 'isWeekFree': '0', 'attack': '8', 'defense': '5', 'magic': '2', 'difficulty': '3', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/421.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/421.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '虚空遁地兽,挖掘机,雷克赛,雷克塞,lks,wjj,xkdds,RekSai,xukongdundishou,wajueji,leikesai,leikesai'}, {'heroId': '427', 'name': '翠神', 'alias': 'Ivern', 'title': '艾翁', 'roles': ['support', 'mage'], 'isWeekFree': '0', 'attack': '3', 'defense': '5', 'magic': '7', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/427.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/427.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '翠神,艾翁,小菊,Ivern,xj,cs,aw,cuishen,aiweng,xiaoju'}, {'heroId': '429', 'name': '复仇之矛', 'alias': 'Kalista', 'title': '卡莉丝塔', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '8', 'defense': '2', 'magic': '4', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/429.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/429.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '复仇之矛,卡莉丝塔,Kalista,fczm,klst,fuchouzhimao,kalisita'}, {'heroId': '432', 'name': '星界游神', 'alias': 'Bard', 'title': '巴德', 'roles': ['support', 'mage'], 'isWeekFree': '0', 'attack': '4', 'defense': '4', 'magic': '5', 'difficulty': '9', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/432.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/432.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '星界游神,巴德,Bard,xingjieyoushen,bade,xjys,bd'}, {'heroId': '497', 'name': '幻翎', 'alias': 'Rakan', 'title': '洛', 'roles': ['support'], 'isWeekFree': '0', 'attack': '2', 'defense': '4', 'magic': '8', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/497.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/497.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '幻翎,洛,l,hl,Rakan,huanling,luo'}, {'heroId': '498', 'name': '逆羽', 'alias': 'Xayah', 'title': '霞', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '10', 'defense': '6', 'magic': '1', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/498.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/498.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '逆羽,霞,x,ny,Xayah,niyu,xia'}, {'heroId': '516', 'name': '山隐之焰', 'alias': 'Ornn', 'title': '奥恩', 'roles': ['tank', 'fighter'], 'isWeekFree': '0', 'attack': '5', 'defense': '9', 'magic': '3', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/516.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/516.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '山隐之焰,奥恩,Ornn,an,syzy,shanyinzhiyan,aoen'}, {'heroId': '517', 'name': '解脱者', 'alias': 'Sylas', 'title': '塞拉斯', 'roles': ['mage', 'assassin'], 'isWeekFree': '0', 'attack': '3', 'defense': '4', 'magic': '8', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/517.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/517.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '解脱者,塞拉斯,sls,suannan,sn,jtz,Sylas,jietuozhe,sailasi'}, {'heroId': '518', 'name': '万花通灵', 'alias': 'Neeko', 'title': '妮蔻', 'roles': ['mage', 'support'], 'isWeekFree': '0', 'attack': '1', 'defense': '1', 'magic': '9', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/518.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/518.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '万花通灵,妮蔻,neeko,nk,whtl,wanhuatongling,nikou'}, {'heroId': '523', 'name': '残月之肃', 'alias': 'Aphelios', 'title': '厄斐琉斯', 'roles': ['marksman'], 'isWeekFree': '0', 'attack': '6', 'defense': '2', 'magic': '1', 'difficulty': '10', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/523.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/523.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '改动英雄', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '残月之肃,厄斐琉斯,Aphelios,efls,cyzs,canyuezhisu,efeiliusi'}, {'heroId': '526', 'name': '镕铁少女', 'alias': 'Rell', 'title': '芮尔', 'roles': ['tank', 'support'], 'isWeekFree': '1', 'attack': '0', 'defense': '0', 'magic': '0', 'difficulty': '0', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/526.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/526.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '7800', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': ''}, {'heroId': '555', 'name': '血港鬼影', 'alias': 'Pyke', 'title': '派克', 'roles': ['support', 'assassin'], 'isWeekFree': '0', 'attack': '9', 'defense': '3', 'magic': '1', 'difficulty': '7', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/555.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/555.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '血港鬼影,派克,pk,xggy,Pyke,xuegangguiying,paike'}, {'heroId': '777', 'name': '封魔剑魂', 'alias': 'Yone', 'title': '永恩', 'roles': ['assassin', 'fighter'], 'isWeekFree': '0', 'attack': '8', 'defense': '4', 'magic': '4', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/777.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/777.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '永恩,封魔剑魂,ye,fmjh,Yone,yongen,fengmojianhun'}, {'heroId': '875', 'name': '腕豪', 'alias': 'Sett', 'title': '瑟提', 'roles': ['fighter', 'tank'], 'isWeekFree': '0', 'attack': '8', 'defense': '5', 'magic': '1', 'difficulty': '2', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/875.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/875.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '腕豪,瑟提,jinfu,jf,Sett,st,wh,wanhao,seti'}, {'heroId': '876', 'name': '含羞蓓蕾', 'alias': 'Lillia', 'title': '莉莉娅', 'roles': ['fighter', 'mage'], 'isWeekFree': '0', 'attack': '0', 'defense': '2', 'magic': '10', 'difficulty': '8', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/876.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/876.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '6300', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': '含羞蓓蕾,莉莉娅,小鹿,lly,hxbl,Lillia,hanxiubeilei,liliya,xiaolu'}, {'heroId': '887', 'name': '灵罗娃娃', 'alias': 'Gwen', 'title': '格温', 'roles': ['fighter', 'assassin'], 'isWeekFree': '0', 'attack': '7', 'defense': '4', 'magic': '5', 'difficulty': '5', 'selectAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/choose/887.ogg', 'banAudio': 'https://game.gtimg.cn/images/lol/act/img/vo/ban/887.ogg', 'isARAMweekfree': '0', 'ispermanentweekfree': '0', 'changeLabel': '无改动', 'goldPrice': '7800', 'couponPrice': '4500', 'camp': '', 'campId': '', 'keywords': ''}], 'version': '11.13', 'fileName': 'hero_list.js', 'fileTime': '2021-06-24 17:58:35'}
['6', '3', '5', '9', '2', '8', '9', '7', '9', '7', '4', '7', '7', '5', '4', '3', '6', '4', '3', '4', '1', '4', '5', '5', '1', '6', '5', '10', '6', '7', '5', '3', '5', '10', '9', '5', '4', '8', '5', '7', '9', '6', '5', '3', '7', '5', '8', '6', '4', '2', '8', '4', '3', '3', '5', '9', '7', '3', '4', '6', '8', '10', '10', '5', '8', '6', '8', '7', '6', '5', '4', '7', '4', '6', '7', '4', '5', '4', '6', '7', '8', '6', '4', '5', '8', '4', '5', '3', '6', '3', '8', '2', '6', '9', '4', '3', '4', '5', '8', '6', '6', '2', '7', '6', '4', '5', '8', '7', '8', '5', '7', '6', '0', '8', '8', '10', '8', '5', '4', '3', '6', '4', '6', '5', '5', '7', '6', '7', '7', '8', '8', '4', '4', '5', '9', '2', '6', '7', '4', '3', '7', '7', '9', '5', '5', '5', '5', '5', '10', '0', '7', '8', '2', '8', '5']

Process finished with exit code 0

LOL各英雄价格等信息

相关文章

网友评论

      本文标题:利用python爬虫爬取LOL英雄联盟英雄数据和皮肤价格信息

      本文链接:https://www.haomeiwen.com/subject/yndayltx.html