Ver código fonte

Item Bonus Documentation update

Updated doc for `bHPGainValue`, `bSPGainValue`, and `bSPGainRace`. To avoid a mislead, added "melee" word.
Cydh Ramdh 7 anos atrás
pai
commit
c4d3f0fd25
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      doc/item_bonus.txt

+ 3 - 3
doc/item_bonus.txt

@@ -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