适当降低【殚心】卖血收益上限

This commit is contained in:
157 2024-01-03 09:09:53 +08:00
parent 92d59fd895
commit 3234519ac9
1 changed files with 1 additions and 1 deletions

View File

@ -4437,7 +4437,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
if(!get.tag(card,'damage')) return;
if(target.hp<2&&target.countCards('hs')<3||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)];
}
}
}