外服武将配音补充
This commit is contained in:
parent
8b5a3be569
commit
5e25d89926
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -693,6 +693,10 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
twxiayong:{
|
twxiayong:{
|
||||||
audio:2,
|
audio:2,
|
||||||
audioname:['tw_yanliang'],
|
audioname:['tw_yanliang'],
|
||||||
|
locked:true,
|
||||||
|
group:'twxiayong_effect',
|
||||||
|
subSkill:{
|
||||||
|
effect:{
|
||||||
trigger:{global:'damageBegin1'},
|
trigger:{global:'damageBegin1'},
|
||||||
filter(event,player){
|
filter(event,player){
|
||||||
if(event.getParent().type!='card'||event.card.name!='juedou'||!event.player.isIn()) return false;
|
if(event.getParent().type!='card'||event.card.name!='juedou'||!event.player.isIn()) return false;
|
||||||
|
@ -706,8 +710,9 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
forced:true,
|
forced:true,
|
||||||
logTarget:'player',
|
popup:false,
|
||||||
async content(event,trigger,player){
|
async content(event,trigger,player){
|
||||||
|
player.logSkill('twxiayong'+(trigger.player===player?'1':'2'),trigger.player);
|
||||||
if(trigger.player===player){
|
if(trigger.player===player){
|
||||||
const cards=player.getCards('h',card=>{
|
const cards=player.getCards('h',card=>{
|
||||||
return lib.filter.cardDiscardable(card,player,'twxiayong');
|
return lib.filter.cardDiscardable(card,player,'twxiayong');
|
||||||
|
@ -719,6 +724,16 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
twxiayong1:{
|
||||||
|
audio:true,
|
||||||
|
audioname:['tw_yanliang'],
|
||||||
|
sourceSkill:'twxiayong',
|
||||||
|
},
|
||||||
|
twxiayong2:{
|
||||||
|
inherit:'twxiayong1',
|
||||||
|
},
|
||||||
//袁谭
|
//袁谭
|
||||||
twqiaosi:{
|
twqiaosi:{
|
||||||
audio:2,
|
audio:2,
|
||||||
|
|
Loading…
Reference in New Issue