var _Game_Action_executeDamage = Game_Action.prototype.executeDamage; Game_Action.prototype.executeDamage = function (target, value) { if(value>0) {/*Damage Formula中间的东西,去掉第3行*/} _Game_Action_executeDamage.call(this, target, value); }
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |