This commit is contained in:
libccy 2017-05-07 22:16:36 +08:00
parent 4411e9b26f
commit f71dba4db8
3 changed files with 13 additions and 2 deletions

View File

@ -1401,11 +1401,12 @@ game.import('character',function(lib,game,ui,get,ai,_status){
}
},
ai:{
threaten:2,
threaten:1.5,
order:8,
expos:0.2,
result:{
player:function(player,target){
if(player.countCards('h')<=2) return 0;
if(get.attitude(target,player)>0) return 1;
if(get.effect(target,{name:'juedou'},player,player)>0) return 1.5;
return 0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -5785,7 +5785,6 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
'hs_siwangzhiyi',
'chengyu',
'yangxiu',
'hs_yogg',
'hs_malygos',
'hs_ysera',
'hanba',
@ -5796,9 +5795,14 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
'gw_telisi',
'gw_xili',
'swd_huiyan',
'hs_pyros',
],
epic:[
'pal_yueqi',
'pal_yuejinzhao',
'pal_mingxiu',
'hs_tyrande',
'hs_amala',
'yxs_libai',
'swd_shuwaner',
'swd_kendi',
@ -5880,6 +5884,12 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
'gjqt_xunfang',
],
rare:[
'pal_shenqishuang',
'hs_selajin',
'hs_enzoth',
'hs_yashaji',
'hs_yogg',
'hs_kcthun',
'pal_nangonghuang',
'pal_wangpengxu',
'gw_yioufeisi',