This commit is contained in:
libccy 2018-01-02 23:40:36 +08:00
parent 6df82f44dc
commit 2961693eef
1 changed files with 5 additions and 8 deletions

View File

@ -2875,16 +2875,13 @@ game.import('character',function(lib,game,ui,get,ai,_status){
effect: {
target: function(card, player, target) {
if (get.tag(card, 'damage')) {
if (player.hasSkillTag('jueqing', false, target)) return [1, -2];
if (player.hasSkillTag('jueqing', false, target)) return;
if (!target.hasFriend()) return;
if (target.hp >= 4) return [0.5, get.tag(card, 'damage') * 2];
if (!target.hasSkill('paiyi') && target.hp > 1) return [0.5, get.tag(card, 'damage') * 1.5];
if (target.hp == 3) return [0.5, get.tag(card, 'damage') * 1];
if (target.hp == 2) return [1, get.tag(card, 'damage') * 0.5];
return 0.8;
}
},
},
},
}
}
}
},
liangji:{
enable: "phaseUse",