skill={
audio:"主角势力gongshi",
usable:false,
enable:"phaseUse",
filterTarget:function(player,target){
return player!=target&&target.hp>=0},
content:function(){ player.loseMaxHp(1);
target.loseMaxHp(); },
}
语法错误,有没有大佬知道错在哪,怎么改?


audio:"主角势力gongshi",
usable:false,
enable:"phaseUse",
filterTarget:function(player,target){
return player!=target&&target.hp>=0},
content:function(){ player.loseMaxHp(1);
target.loseMaxHp(); },
}
语法错误,有没有大佬知道错在哪,怎么改?

