This commit is contained in:
libccy 2016-10-18 12:55:55 +08:00
parent 954e686348
commit e079eaba5f
2 changed files with 22 additions and 1 deletions

View File

@ -3592,7 +3592,12 @@
if(window.isNonameServer){
lib.config.mode='connect';
}
if(lib.config.hearth){
character.pack=character.hearthpack;
card.pack=card.hearthpack;
play.pack=play.hearthpack;
mode.pack=mode.hearthpack;
}
for(i in character.pack){
if(lib.config.hiddenCharacterPack.indexOf(i)==-1){
lib.config.all.characters.push(i);

View File

@ -15,6 +15,9 @@ character.pack={
xianjian:'仙剑',
xiake:'侠客',
};
character.hearthpack={
hs_classic:'经典',
};
card.pack={
standard:'标准',
extra:'军争',
@ -25,6 +28,10 @@ card.pack={
swd:'轩辕剑',
hearth:'炉石传说',
};
card.hearthpack={
hs_classic:'经典',
hs_naxx:'NAXX',
};
play.pack={
boss:'挑战武将',
cardpile:'牌堆补充',
@ -34,6 +41,9 @@ play.pack={
weather:'天气变化',
coin:'富甲天下',
};
play.hearthpack={
hs_mod:'规则调整'
};
mode.pack={
identity:'身份',
guozhan:'国战',
@ -45,6 +55,12 @@ mode.pack={
stone:'炉石',
brawl:'乱斗',
};
mode.hearthpack={
hs_combat:'对战',
hs_arena:'竞技',
hs_brawl:'乱斗',
hs_connect:'联机'
};
background.pack={
zhulian_bg:'璧合',
zhulin_bg:'竹林',