v1.9.96.4.1
This commit is contained in:
parent
4fda1d2874
commit
87706237b2
|
@ -1551,7 +1551,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
target:'useCardToTargeted',
|
||||
},
|
||||
filter:function (event,player,name){
|
||||
if(!event.nzry_shicai) return false;
|
||||
if(!event.nzry_shicai&&!event.getParent().nzry_shicai) return false;
|
||||
if(name=='useCardToTargeted'&&('equip'!=get.type(event.card)||event.player!=player)) return false;
|
||||
if(name=='useCardAfter'&&['equip','delay'].contains(get.type(event.card))) return false;
|
||||
return event.cards.filterInD().length>0;
|
||||
|
@ -3237,7 +3237,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
group:["guzheng_count"],
|
||||
subSkill:{
|
||||
count:{
|
||||
trigger:{global:['dloseEnd','cardsDiscardAfter']},
|
||||
trigger:{global:['loseEnd','cardsDiscardAfter']},
|
||||
forced:true,
|
||||
silent:true,
|
||||
popup:false,
|
||||
|
|
|
@ -719,6 +719,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
next.set('source',player);
|
||||
next.set('jijiang',true);
|
||||
next.set('skillwarn','替'+get.translation(player)+'打出一张杀');
|
||||
next.noOrdering=true;
|
||||
next.autochoose=lib.filter.autoRespondSha;
|
||||
}
|
||||
else{
|
||||
|
@ -786,6 +787,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
next.set('target',target);
|
||||
next.set('jijiang',true);
|
||||
next.set('skillwarn','替'+get.translation(player)+'打出一张杀');
|
||||
next.noOrdering=true;
|
||||
next.autochoose=lib.filter.autoRespondSha;
|
||||
}
|
||||
else{
|
||||
|
|
|
@ -6356,6 +6356,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
});
|
||||
next.set('sourcex',player);
|
||||
next.set('jijiang',true);
|
||||
next.noOrdering=true;
|
||||
next.autochoose=lib.filter.autoRespondSha;
|
||||
}
|
||||
else{
|
||||
|
@ -6434,6 +6435,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
next.set('source',player);
|
||||
next.set('target',target);
|
||||
next.set('jijiang',true);
|
||||
next.noOrdering=true;
|
||||
next.autochoose=lib.filter.autoRespondSha;
|
||||
}
|
||||
else{
|
||||
|
|
Loading…
Reference in New Issue