This commit is contained in:
parent
2b5b08fb35
commit
9533d2a77a
|
@ -239,7 +239,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ai:{
|
ai:{
|
||||||
threaten:2
|
threaten:2,
|
||||||
|
expose:0.2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
junchi:{
|
junchi:{
|
||||||
|
|
|
@ -15443,7 +15443,8 @@
|
||||||
this.line(targets,nature);
|
this.line(targets,nature);
|
||||||
}
|
}
|
||||||
var info=lib.skill[name];
|
var info=lib.skill[name];
|
||||||
if(info&&info.ai&&info.ai.expose!=undefined&&this.logAi){
|
if(info&&info.ai&&info.ai.expose!=undefined&&
|
||||||
|
this.logAi&&(!targets||targets.length!=1||targets[0]!=this)){
|
||||||
this.logAi(lib.skill[name].ai.expose);
|
this.logAi(lib.skill[name].ai.expose);
|
||||||
}
|
}
|
||||||
if(this.checkShow){
|
if(this.checkShow){
|
||||||
|
|
Loading…
Reference in New Issue