风包配音
This commit is contained in:
parent
b14c5bf3fc
commit
a73229a403
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -432,6 +432,7 @@ character.diy={
|
|||
},
|
||||
},
|
||||
diyleiji:{
|
||||
audio:2,
|
||||
trigger:{player:'respond'},
|
||||
filter:function(event,player){
|
||||
return event.card.name=='shan';
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
'use strict';
|
||||
character.wind={
|
||||
character:{
|
||||
xiahouyuan:['male','wei',4,['shensu'],['fullskin']],
|
||||
|
@ -16,6 +17,7 @@ character.wind={
|
|||
group:['shensu1','shensu2']
|
||||
},
|
||||
shensu1:{
|
||||
audio:2,
|
||||
trigger:{player:'phaseBegin'},
|
||||
direct:true,
|
||||
content:function(){
|
||||
|
@ -40,6 +42,7 @@ character.wind={
|
|||
}
|
||||
},
|
||||
shensu2:{
|
||||
audio:2,
|
||||
trigger:{player:'phaseUseBefore'},
|
||||
direct:true,
|
||||
filter:function(event,player){
|
||||
|
@ -87,6 +90,7 @@ character.wind={
|
|||
},
|
||||
},
|
||||
jushou:{
|
||||
audio:true,
|
||||
trigger:{player:'phaseEnd'},
|
||||
content:function(){
|
||||
player.turnOver();
|
||||
|
@ -94,6 +98,7 @@ character.wind={
|
|||
}
|
||||
},
|
||||
liegong:{
|
||||
audio:2,
|
||||
trigger:{player:'shaBegin'},
|
||||
filter:function(event,player){
|
||||
var length=event.target.num('h');
|
||||
|
@ -104,6 +109,7 @@ character.wind={
|
|||
}
|
||||
},
|
||||
kuanggu:{
|
||||
audio:2,
|
||||
trigger:{source:'damageEnd'},
|
||||
forced:true,
|
||||
filter:function(event,player){
|
||||
|
@ -114,6 +120,7 @@ character.wind={
|
|||
}
|
||||
},
|
||||
tianxiang:{
|
||||
audio:2,
|
||||
trigger:{player:'damageBefore'},
|
||||
direct:true,
|
||||
filter:function(event,player){
|
||||
|
@ -205,6 +212,7 @@ character.wind={
|
|||
}
|
||||
},
|
||||
buqu:{
|
||||
audio:2,
|
||||
trigger:{player:'dieBefore'},
|
||||
forced:true,
|
||||
filter:function(event,player){return player.maxHp>0},
|
||||
|
@ -249,6 +257,7 @@ character.wind={
|
|||
}
|
||||
},
|
||||
fenji:{
|
||||
audio:2,
|
||||
trigger:{global:'discardAfter'},
|
||||
filter:function(event){
|
||||
if(_status.currentPhase!=event.player){
|
||||
|
@ -269,6 +278,7 @@ character.wind={
|
|||
},
|
||||
},
|
||||
leiji:{
|
||||
audio:2,
|
||||
trigger:{player:'respond'},
|
||||
filter:function(event,player){
|
||||
return event.card.name=='shan';
|
||||
|
@ -320,6 +330,7 @@ character.wind={
|
|||
}
|
||||
},
|
||||
guidao:{
|
||||
audio:2,
|
||||
trigger:{global:'judge'},
|
||||
filter:function(event,player){
|
||||
return player.num('he',{color:'black'})>0;
|
||||
|
@ -387,6 +398,7 @@ character.wind={
|
|||
global:'huangtian2'
|
||||
},
|
||||
huangtian2:{
|
||||
audio:2,
|
||||
enable:'phaseUse',
|
||||
discard:false,
|
||||
line:true,
|
||||
|
@ -404,6 +416,7 @@ character.wind={
|
|||
return target==game.zhu;
|
||||
},
|
||||
usable:1,
|
||||
forceaudio:true,
|
||||
content:function(){
|
||||
target.gain(cards);
|
||||
},
|
||||
|
|
|
@ -238,8 +238,8 @@ window.config={
|
|||
right_click:'pause',
|
||||
sort:'type_sort',
|
||||
|
||||
cards:['standard','ex','extra','refresh','guozhan'],
|
||||
characters:['standard','wind','fire','woods','mountain','sp','yijiang','refresh','extra','guozhan'],
|
||||
cards:['standard','ex','extra','refresh'],
|
||||
characters:['standard','wind','fire','woods','mountain','refresh'],
|
||||
plays:[],
|
||||
|
||||
mode:'identity',
|
||||
|
|
|
@ -1305,7 +1305,8 @@
|
|||
"step 0"
|
||||
var info=get.info(event.skill);
|
||||
event._skill=event.skill;
|
||||
if(lib.config.background_speak&&!lib.skill.global.contains(event.skill)){
|
||||
if(lib.config.background_speak&&
|
||||
(!lib.skill.global.contains(event.skill)||lib.skill[event.skill].forceaudio)){
|
||||
if(typeof info.audio=='number'){
|
||||
game.playAudio('skill',event.skill+Math.ceil(info.audio*Math.random()));
|
||||
}
|
||||
|
|
|
@ -4,11 +4,11 @@ character.pack={
|
|||
fire:'火包',
|
||||
woods:'林包',
|
||||
mountain:'山包',
|
||||
refresh:'界限突破',
|
||||
extra:'神将',
|
||||
sp:'SP',
|
||||
guozhan:'国战',
|
||||
yijiang:'一将成名',
|
||||
refresh:'界限突破',
|
||||
jiange:'守卫剑阁',
|
||||
zhuogui:'捉鬼驱邪',
|
||||
diy:'DIY',
|
||||
|
|
Loading…
Reference in New Issue