Item Bonus Documentation update

Updated doc for `bHPGainValue`, `bSPGainValue`, and `bSPGainRace`. To avoid a mislead, added "melee" word.
This commit is contained in:
Cydh Ramdh 2018-04-21 08:14:08 +07:00 committed by Jittapan Pluemsumran
parent 55bf142ab8
commit c4d3f0fd25

View File

@ -383,9 +383,9 @@ bonus3 bStateNoRecoverRace,r,x,t; Set a no recovery state of an enemy of race r
HP/SP gain
------------
bonus bHPGainValue,n; Heals +n HP when killing an enemy with a physical attack
bonus bSPGainValue,n; Heals +n SP when killing an enemy with a physical attack
bonus2 bSPGainRace,r,n; Heals +n SP when killing an enemy of race r with a physical attack
bonus bHPGainValue,n; Heals +n HP when killing an enemy with a melee-physical attack
bonus bSPGainValue,n; Heals +n SP when killing an enemy with a melee-physical attack
bonus2 bSPGainRace,r,n; Heals +n SP when killing an enemy of race r with a melee-physical attack
bonus bMagicHPGainValue,n; Heals +n HP when killing an enemy with a magical attack
bonus bMagicSPGainValue,n; Heals +n SP when killing an enemy with a magical attack