孙休【诏缚】zhuSkill标签添加
This commit is contained in:
parent
f1f8055118
commit
e55b47748c
|
@ -1358,15 +1358,13 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
audio:'zhaofu',
|
audio:'zhaofu',
|
||||||
enable:'phaseUse',
|
enable:'phaseUse',
|
||||||
usable:1,
|
usable:1,
|
||||||
filter:function(event,player){
|
|
||||||
return player.hasZhuSkill('xinzhaofu');
|
|
||||||
},
|
|
||||||
mark:true,
|
mark:true,
|
||||||
limited:true,
|
limited:true,
|
||||||
skillAnimation:true,
|
skillAnimation:true,
|
||||||
animationColor:'wood',
|
animationColor:'wood',
|
||||||
selectTarget:[1,2],
|
selectTarget:[1,2],
|
||||||
filterTarget:lib.filter.notMe,
|
filterTarget:lib.filter.notMe,
|
||||||
|
zhuSkill:true,
|
||||||
contentBefore:function(){
|
contentBefore:function(){
|
||||||
player.awakenSkill('xinzhaofu');
|
player.awakenSkill('xinzhaofu');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue