|
@ -3148,9 +3148,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
derivation:'gw_diandian',
|
derivation:'gw_diandian',
|
||||||
image:'character/gw_hengsaite',
|
image:'character/gw_hengsaite',
|
||||||
enable:true,
|
enable:true,
|
||||||
filterTarget:function(card,player,target){
|
filterTarget:true,
|
||||||
return target!=player;
|
|
||||||
},
|
|
||||||
content:function(){
|
content:function(){
|
||||||
var list=[];
|
var list=[];
|
||||||
for(var i=0;i<3;i++){
|
for(var i=0;i<3;i++){
|
||||||
|
@ -3169,6 +3167,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
order:1,
|
order:1,
|
||||||
result:{
|
result:{
|
||||||
target:function(player,target){
|
target:function(player,target){
|
||||||
|
if(target==player) return 0.1;
|
||||||
return 1/Math.sqrt(target.countCards('h')+1);
|
return 1/Math.sqrt(target.countCards('h')+1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3849,7 +3848,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
gwmaoxian_telisi:'特丽斯',
|
gwmaoxian_telisi:'特丽斯',
|
||||||
gwmaoxian_telisi_info:'对至多3名随机友方角色施加一个随机正面效果,然后结束出牌阶段',
|
gwmaoxian_telisi_info:'对至多3名随机友方角色施加一个随机正面效果,然后结束出牌阶段',
|
||||||
gwmaoxian_hengsaite:'亨赛特',
|
gwmaoxian_hengsaite:'亨赛特',
|
||||||
gwmaoxian_hengsaite_info:'令一名其他角色获得3张杀,然后结束出牌阶段',
|
gwmaoxian_hengsaite_info:'令一名角色获得3张杀,然后结束出牌阶段',
|
||||||
gwmaoxian_fuertaisite:'弗尔泰斯特',
|
gwmaoxian_fuertaisite:'弗尔泰斯特',
|
||||||
gwmaoxian_fuertaisite_info:'令至多两名角色各获得一点护甲,然后结束出牌阶段',
|
gwmaoxian_fuertaisite_info:'令至多两名角色各获得一点护甲,然后结束出牌阶段',
|
||||||
gwmaoxian_laduoweide:'拉多维德',
|
gwmaoxian_laduoweide:'拉多维德',
|
||||||
|
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |