修复国战【征荣】ai

This commit is contained in:
157 2024-01-07 14:41:27 +08:00
parent dcca993b83
commit 6a6c7de094
1 changed files with 6 additions and 3 deletions

View File

@ -1557,9 +1557,12 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
});
return !player.wontYe('wei')||!game.hasPlayer(current=>current.identity=='wei')
},
check:function(event,player,name){
return name!='damageBegin1';
},
check:function(event,player){
return !event.player.hasSkillTag('filterDamage',null,{
player:event.source,
card:event.card,
})&&get.damageEffect(event.player,event.source,player,_status.event.player)>0;
},
content:function(){
trigger.num++;
},