配音补充

This commit is contained in:
mengxinzxz 2023-10-12 23:56:29 +08:00 committed by GitHub
parent f667edd06f
commit 3cd12d96c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 9 additions and 3 deletions

BIN
audio/die/laimin.mp3 Normal file

Binary file not shown.

BIN
audio/die/sb_xiaoqiao.mp3 Normal file

Binary file not shown.

BIN
audio/die/sb_yl_luzhi.mp3 Normal file

Binary file not shown.

BIN
audio/die/zhangyan.mp3 Normal file

Binary file not shown.

BIN
audio/skill/laishou1.mp3 Normal file

Binary file not shown.

BIN
audio/skill/laishou2.mp3 Normal file

Binary file not shown.

BIN
audio/skill/laishou3.mp3 Normal file

Binary file not shown.

BIN
audio/skill/luanqun1.mp3 Normal file

Binary file not shown.

BIN
audio/skill/luanqun2.mp3 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
audio/skill/ollangdao1.mp3 Normal file

Binary file not shown.

BIN
audio/skill/ollangdao2.mp3 Normal file

Binary file not shown.

BIN
audio/skill/olsuji1.mp3 Normal file

Binary file not shown.

BIN
audio/skill/olsuji2.mp3 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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;

View File

@ -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);

View File

@ -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'},
}, },