commit
83c31e0499
|
@ -4435,9 +4435,9 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
effect:{
|
||||
target:(card,player,target)=>{
|
||||
if(!get.tag(card,'damage')) return;
|
||||
if(target.hp<2&&target.countCards('hs')<3||player.hasSkillTag('jueqing',false,target)) return -2;
|
||||
if(target.hp+target.hujia<2||player.hasSkillTag('jueqing',false,target)) return -2;
|
||||
if(target.countMark('redanxin')>1) return [1,1];
|
||||
return [1,Math.min(3.2,0.8*target.hp)];
|
||||
return [1,Math.min(2,0.8*target.hp-0.7)];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue