소스 검색

Item Bonus Documentation update

Updated doc for `bHPGainValue`, `bSPGainValue`, and `bSPGainRace`. To avoid a mislead, added "melee" word.
Cydh Ramdh 7 년 전
부모
커밋
c4d3f0fd25
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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