diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-24 10:43:11 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-24 10:43:11 +0800 |
commit | 3f13598714f2d6cecb1c1e5c382592a904798624 (patch) | |
tree | b527f2652e10f4b3bd446e26f6473aef0f358de9 /src/map/pc.h | |
parent | 9c137f8d979f9cde9f3c54c754d0a26912f4f208 (diff) | |
download | hercules-3f13598714f2d6cecb1c1e5c382592a904798624.tar.gz hercules-3f13598714f2d6cecb1c1e5c382592a904798624.tar.bz2 hercules-3f13598714f2d6cecb1c1e5c382592a904798624.tar.xz hercules-3f13598714f2d6cecb1c1e5c382592a904798624.zip |
Item Update:
- Fix items that uses SPVanishRate bonus are not working properly.
- Fix Velum Katzbalger item effect.
- Added HPVanishRate bonus.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 93173f6c8..97f339bf6 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -377,6 +377,8 @@ BEGIN_ZEROED_BLOCK; // this block will be globally zeroed at the beginning of st short add_steal_rate; short add_heal_rate, add_heal2_rate; short sp_gain_value, hp_gain_value, magic_sp_gain_value, magic_hp_gain_value; + short hp_vanish_rate; + short hp_vanish_per, hp_vanish_trigger; short sp_vanish_rate; short sp_vanish_per, sp_vanish_trigger; unsigned short unbreakable; // chance to prevent ANY equipment breaking [celest] |