配音补充
This commit is contained in:
parent
f667edd06f
commit
3cd12d96c3
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.
Binary file not shown.
Binary file not shown.
|
@ -685,7 +685,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
},
|
},
|
||||||
//来敏
|
//来敏
|
||||||
laishou:{
|
laishou:{
|
||||||
audio:2,
|
audio:3,
|
||||||
trigger:{player:['damageBegin4','phaseZhunbeiBegin']},
|
trigger:{player:['damageBegin4','phaseZhunbeiBegin']},
|
||||||
filter:function(event,player){
|
filter:function(event,player){
|
||||||
var num=9;
|
var num=9;
|
||||||
|
|
|
@ -4473,7 +4473,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
},
|
},
|
||||||
//华雄
|
//华雄
|
||||||
sbyangwei:{
|
sbyangwei:{
|
||||||
audio:2,
|
audio:3,
|
||||||
enable:'phaseUse',
|
enable:'phaseUse',
|
||||||
filter:function(event,player){
|
filter:function(event,player){
|
||||||
return !player.hasSkill('sbyangwei_counter',null,null,false);
|
return !player.hasSkill('sbyangwei_counter',null,null,false);
|
||||||
|
|
|
@ -10605,8 +10605,14 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
yuwei:{
|
yuwei:{
|
||||||
|
audio:2,
|
||||||
|
trigger:{player:'shiyuanBegin'},
|
||||||
|
filter:function(event,player){
|
||||||
|
return _status.currentPhase.group=='qun';
|
||||||
|
},
|
||||||
zhuSkill:true,
|
zhuSkill:true,
|
||||||
locked:true,
|
forced:true,
|
||||||
|
content:function(){},
|
||||||
ai:{combo:'shiyuan'},
|
ai:{combo:'shiyuan'},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue