This commit is contained in:
parent
16ff5b4036
commit
4ab0dad10a
|
@ -144,7 +144,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
maixie:true,
|
||||
maixie_hp:true,
|
||||
effect:{
|
||||
target:function(card,player){
|
||||
target:function(card,player,target){
|
||||
if(player.hasSkillTag('jueqing',false,target)) return [1,-1];
|
||||
if(get.tag(card,'damage')) return [1,0.5];
|
||||
}
|
||||
|
|
|
@ -4465,7 +4465,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
|||
},
|
||||
ai:{
|
||||
effect:{
|
||||
target:function(card,player){
|
||||
target:function(card,player,target){
|
||||
if(get.tag(card,'damage')||get.tag(card,'loseHp')){
|
||||
if(player.hp==5){
|
||||
if(game.players.length<4) return [0,5];
|
||||
|
|
Loading…
Reference in New Issue