summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authoraleos <aleos@54d463be-8e91-2dee-dedb-b68131a5f0ec>2013-02-20 04:13:42 +0000
committerStreusel <advance_me@hotmail.de>2013-02-21 16:43:47 -0800
commit803169a68c6b3dcf9d0db07b479d4bad65894603 (patch)
tree6f66d468095b16376c24eb203d40a22411a5a71c /src/map/skill.c
parent625981b877c90a69b1ae644013edcd59f9143e9c (diff)
downloadhercules-803169a68c6b3dcf9d0db07b479d4bad65894603.tar.gz
hercules-803169a68c6b3dcf9d0db07b479d4bad65894603.tar.bz2
hercules-803169a68c6b3dcf9d0db07b479d4bad65894603.tar.xz
hercules-803169a68c6b3dcf9d0db07b479d4bad65894603.zip
> Follow up to r17140.
- Crush Strike now lasts for 30 seconds. - Phantom Thrust is now targeted to allies. - Updated SP requirement for Death Bound. - Giant Growth now has a .1% chance to break caster's weapon. - Stone Hard Skin now has a 30% chance to break caster's weapon. - Stone Hard Skin now has a 30% chance to reduce 25% damage from monsters for 10 seconds. - Corrected Stone Hard Skin's DEF/MDEF increase formula. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17145 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 98c7e8ba3..81bfbd7c7 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -1436,6 +1436,8 @@ int skill_additional_effect (struct block_list* src, struct block_list *bl, uint
rate = battle_config.equip_natural_break_rate;
if( sc )
{
+ if(sc->data[SC_GIANTGROWTH])
+ rate += 10;
if(sc->data[SC_OVERTHRUST])
rate += 10;
if(sc->data[SC_MAXOVERTHRUST])