以下引用火鸡三毛老大于2008-8-16 14:22:22的发言:
战斗后回复Hp&MP我就有……
#===============================================================================
#战斗后回复HP
#===============================================================================
class Game_Battler
def remove_states_battle
for state in states
remove_state(state.id) if state.battle_only
end
n = maxhp * 100 #战斗后回复的HP百分比
n /= 100
self.hp += n
end
end
以下引用越前リョーマ于2008-8-16 15:43:27的发言:
跟XP的差不多吧…… - -
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |