【贞烈】增加减酒伤ai
This commit is contained in:
parent
08585e9636
commit
63ec4510f5
|
@ -11905,6 +11905,10 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ai:{
|
ai:{
|
||||||
|
filterDamage:true,
|
||||||
|
skillTagFilter:(player,tag,arg)=>{
|
||||||
|
return arg&&arg.jiu==true;
|
||||||
|
},
|
||||||
effect:{
|
effect:{
|
||||||
target:(card,player,target)=>{
|
target:(card,player,target)=>{
|
||||||
if(target.hp<=0&&target.hasSkill('zhenlie_lose')&&get.tag(card,'recover')) return [1,1.2];
|
if(target.hp<=0&&target.hasSkill('zhenlie_lose')&&get.tag(card,'recover')) return [1,1.2];
|
||||||
|
|
Loading…
Reference in New Issue