Project1

标题: 请问如何去掉在地图行走时的hp、mp、tp的..... [打印本页]

作者: wan5337088    时间: 2018-2-7 01:08
标题: 请问如何去掉在地图行走时的hp、mp、tp的.....
请问如何去掉特性(如体力再生)在地图行走时的hp、mp、tp的回复?只能在战斗中有效果
作者: 张咚咚    时间: 2018-2-8 12:39
本帖最后由 张咚咚 于 2018-2-8 12:41 编辑

【Game_Battler】
749行改成:self.hp -= @result.hp_damage if @result.hp_damage >= 0 or (@result.hp_damage < 0 and $game_party.in_battle)
762行改成:self.mp -= @result.mp_damage if @result.mp_damage >= 0 or (@result.mp_damage < 0 and $game_party.in_battle)
768行改成:self.tp += 100 * trg if 100 * trg <= 0 or (100 * trg > 0 and $game_party.in_battle)
地图行走增益无效,减益无影响




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1