This commit is contained in:
libccy 2017-03-31 14:36:44 +08:00
parent 88f70b51d0
commit f6101997ca
5 changed files with 12 additions and 6 deletions

View File

@ -392,7 +392,8 @@ character.gwent={
},
ai:{
expose:0.2,
threaten:1.5
threaten:1.5,
noautowuxie:true,
},
// group:'fengjian_hide',
// subSkill:{

View File

@ -2673,7 +2673,8 @@ character.hearth={
}
},
ai:{
threaten:1.5
threaten:1.5,
noautowuxie:true,
}
},
yuanzheng:{
@ -3521,7 +3522,8 @@ character.hearth={
},
ai:{
expose:0.2,
threaten:1.5
threaten:1.5,
noautowuxie:true,
}
},
mieshi:{

View File

@ -1114,7 +1114,8 @@ character.standard={
player.draw();
},
ai:{
threaten:1.4
threaten:1.4,
noautowuxie:true,
}
},
qicai:{

View File

@ -18383,7 +18383,8 @@
}
if(!_status.connectMode&&lib.config.wuxie_self&&event.getParent().state){
var tw=event.getTrigger().parent;
if(tw.player.isUnderControl(true)&&tw.targets&&tw.targets.length==1&&!tw.noai){
if(tw.player.isUnderControl(true)&&!tw.player.hasSkillTag('noautowuxie')&&
tw.targets&&tw.targets.length==1&&!tw.noai){
return true;
}
}

View File

@ -3095,7 +3095,8 @@ mode.boss={
game.log(player,'获得了',cards);
},
ai:{
threaten:1.4
threaten:1.4,
noautowuxie:true,
}
},
boss_guiyin:{