左慈化身禁将将池更新+不能化身双势力武将,许靖评级
This commit is contained in:
parent
902e6c45a3
commit
7834d643bd
|
@ -1802,6 +1802,7 @@ window.noname_character_rank={
|
||||||
'xin_guozhao',
|
'xin_guozhao',
|
||||||
'shichangshi',
|
'shichangshi',
|
||||||
'dc_guansuo',
|
'dc_guansuo',
|
||||||
|
'dc_xujing',
|
||||||
],
|
],
|
||||||
epic:[
|
epic:[
|
||||||
'ol_pengyang',
|
'ol_pengyang',
|
||||||
|
|
|
@ -10557,7 +10557,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
map:{},
|
map:{},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
banned:['lisu','sp_xiahoudun','xushao','zhoutai','old_zhoutai','shixie'],
|
banned:['lisu','sp_xiahoudun','xushao','jsrg_xushao','zhoutai','old_zhoutai','shixie','xin_zhoutai','dc_shixie','old_shixie'],
|
||||||
bannedType:['Charlotte','主公技','觉醒技','限定技','隐匿技','使命技'],
|
bannedType:['Charlotte','主公技','觉醒技','限定技','隐匿技','使命技'],
|
||||||
addHuashen:function(player){
|
addHuashen:function(player){
|
||||||
if(!player.storage.rehuashen) return;
|
if(!player.storage.rehuashen) return;
|
||||||
|
@ -10567,7 +10567,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
_status.characterlist.randomSort();
|
_status.characterlist.randomSort();
|
||||||
for(let i=0;i<_status.characterlist.length;i++){
|
for(let i=0;i<_status.characterlist.length;i++){
|
||||||
let name=_status.characterlist[i];
|
let name=_status.characterlist[i];
|
||||||
if(name.indexOf('zuoci')!=-1||name.indexOf('key_')==0||name.indexOf('sp_key_')==0||lib.skill.rehuashen.banned.includes(name)||player.storage.rehuashen.character.includes(name)) continue;
|
if(name.indexOf('zuoci')!=-1||name.indexOf('key_')==0||name.indexOf('sp_key_')==0||get.is.double(name)||lib.skill.rehuashen.banned.includes(name)||player.storage.rehuashen.character.includes(name)) continue;
|
||||||
let skills=lib.character[name][3].filter(skill=>{
|
let skills=lib.character[name][3].filter(skill=>{
|
||||||
const categories=get.skillCategoriesOf(skill);
|
const categories=get.skillCategoriesOf(skill);
|
||||||
return !categories.some(type=>lib.skill.rehuashen.bannedType.includes(type));
|
return !categories.some(type=>lib.skill.rehuashen.bannedType.includes(type));
|
||||||
|
|
Loading…
Reference in New Issue