楼主想干嘛这样不如直接无限体力
skill={
trigger:{
source:"damageEnd",
},
forced:true,
content:function (){
player.maxHp++;
player.recover();
},
}
你要的代码
skill={
trigger:{
source:"damageEnd",
},
forced:true,
content:function (){
player.maxHp++;
player.recover();
},
}
你要的代码