This commit is contained in:
libccy 2018-08-20 20:29:53 +08:00
parent f0890f9f95
commit 2bdc026db6
1 changed files with 9 additions and 0 deletions

View File

@ -141,6 +141,15 @@ game.import('character',function(lib,game,ui,get,ai,_status){
player.loseHp();
}
},
ai:{
effect:{
player:function(card,player){
if (get.type(card)=='trick'&&get.value(card)<6){
return [0,-2];
}
}
}
}
},
qinyin:{
audio:2,