olxuanfeng的audioname2修正,添加OL界的prefix前缀
This commit is contained in:
parent
42282a1ece
commit
1c8c841bdd
|
@ -20,7 +20,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
},
|
},
|
||||||
connect:true,
|
connect:true,
|
||||||
character:{
|
character:{
|
||||||
ol_lingtong:['male','wu',4,['olxuanfeng'],['die_audio:re_lingtong','unseen']],
|
ol_lingtong:['male','wu',4,['olxuanfeng'],['die_audio:re_lingtong']],
|
||||||
re_xushu:['male','shu',4,['zhuhai','qianxin']],
|
re_xushu:['male','shu',4,['zhuhai','qianxin']],
|
||||||
re_lidian:['male','wei',3,['xunxun','xinwangxi']],
|
re_lidian:['male','wei',3,['xunxun','xinwangxi']],
|
||||||
re_zhongyao:['male','wei',3,['rehuomo','zuoding'],['clan:颍川钟氏']],
|
re_zhongyao:['male','wei',3,['rehuomo','zuoding'],['clan:颍川钟氏']],
|
||||||
|
@ -176,7 +176,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
audioname:['boss_lvbu3'],
|
audioname:['boss_lvbu3'],
|
||||||
audioname2:{
|
audioname2:{
|
||||||
lingtong:'xuanfeng',
|
lingtong:'xuanfeng',
|
||||||
ol_lingtong:'rexuanfeng',
|
ol_lingtong:'xuanfeng_re_lingtong',
|
||||||
},
|
},
|
||||||
trigger:{
|
trigger:{
|
||||||
player:['loseAfter'],
|
player:['loseAfter'],
|
||||||
|
@ -222,6 +222,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
noe:true
|
noe:true
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
xuanfeng_re_lingtong:{audio:2},
|
||||||
ollianhuan:{
|
ollianhuan:{
|
||||||
audio:'xinlianhuan',
|
audio:'xinlianhuan',
|
||||||
audioname:['ol_pangtong'],
|
audioname:['ol_pangtong'],
|
||||||
|
|
|
@ -36083,6 +36083,12 @@ new Promise(resolve=>{
|
||||||
['星',{
|
['星',{
|
||||||
color:'#ffd700',
|
color:'#ffd700',
|
||||||
nature:'glodenmm',
|
nature:'glodenmm',
|
||||||
|
}],
|
||||||
|
['OL界',{
|
||||||
|
/**
|
||||||
|
* @returns {string}
|
||||||
|
*/
|
||||||
|
getSpan:()=>`${get.prefixSpan('OL')}${get.prefixSpan('界')}`
|
||||||
}]
|
}]
|
||||||
]),
|
]),
|
||||||
groupnature:{
|
groupnature:{
|
||||||
|
|
Loading…
Reference in New Issue