star曹仁【砺锋】ai优化
This commit is contained in:
parent
9862f0c4e5
commit
42da034c89
|
@ -196,13 +196,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
return !player.getStorage('starlifeng_count').contains(get.color(card,player))||_status.connectMode;
|
return !player.getStorage('starlifeng_count').contains(get.color(card,player))||_status.connectMode;
|
||||||
})) return false;
|
})) return false;
|
||||||
},
|
},
|
||||||
order:function(item,player){
|
order:10,
|
||||||
if(player&&_status.event.type=='phase'){
|
|
||||||
if(player.hasSkill('starsujin')&&Math.abs(player.countCards('h')-2*player.countCards('h',{type:'basic'}))==1) return 10;
|
|
||||||
return get.order({name:'sha'})+0.3;
|
|
||||||
}
|
|
||||||
return 2;
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
group:'starlifeng_mark',
|
group:'starlifeng_mark',
|
||||||
subSkill:{
|
subSkill:{
|
||||||
|
|
Loading…
Reference in New Issue