diff options
author | Habilya <ciuvilin.co@gmail.com> | 2018-07-11 13:37:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 13:37:56 -0400 |
commit | 4bb4ef58c3f7f476ae783ce7bff68102c93b4c30 (patch) | |
tree | dd54c88b7495d6985386407d88bf53d281492d2e | |
parent | 8d028cbacdc4a424621c94a521c375baa234bdce (diff) | |
download | hercules-4bb4ef58c3f7f476ae783ce7bff68102c93b4c30.tar.gz hercules-4bb4ef58c3f7f476ae783ce7bff68102c93b4c30.tar.bz2 hercules-4bb4ef58c3f7f476ae783ce7bff68102c93b4c30.tar.xz hercules-4bb4ef58c3f7f476ae783ce7bff68102c93b4c30.zip |
Adjust item_bonus.txt
Adjusted the description of bonuses: bHealPower and bHealPower2.
-rw-r--r-- | doc/item_bonus.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index f588921cd..dd176d919 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -189,8 +189,8 @@ bonus bNoMiscDamage,n; Adds n% reduction to received misc damage Heal ---- -bonus bHealPower,n; Increase heal amount of all heal skills by n% -bonus bHealPower2,n; Increase heal amount if you are healed by any skills by n% +bonus bHealPower,n; Increase heal amount of all heal skills used by player on self by n% +bonus bHealPower2,n; Increase heal amount if you are healed by any skills of others by n% bonus2 bSkillHeal,sk,n; Increase heal amount of skill sk by n% bonus2 bSkillHeal2,sk,n; Increase heal amount if you are healed by skill sk by n% |