diff options
author | Michieru <Michieru@users.noreply.github.com> | 2015-05-17 01:00:56 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-05-17 01:06:04 +0200 |
commit | b2b597c523f19fbacaf052117d47f254483c6e0e (patch) | |
tree | ffe467b7cc47522d034f98c0308909ef372e80a8 /db/re | |
parent | 5be01dc1fe3f75e3a099f52dee2affb0c01f45a7 (diff) | |
download | hercules-b2b597c523f19fbacaf052117d47f254483c6e0e.tar.gz hercules-b2b597c523f19fbacaf052117d47f254483c6e0e.tar.bz2 hercules-b2b597c523f19fbacaf052117d47f254483c6e0e.tar.xz hercules-b2b597c523f19fbacaf052117d47f254483c6e0e.zip |
Added bonus4 bAddEff to the items that use it
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d05ec4b3f..9163bdaf7 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6272,6 +6272,7 @@ item_db: ( bonus bUnbreakableWeapon,0; bonus bCritical,20; bonus bCritAtkRate,50; + bonus4 bAddEff,Eff_Cold,300,ATF_SHORT,3000; if(BaseLevel>99) { bonus bBaseAtk,50; } @@ -9466,6 +9467,8 @@ item_db: ( View: 7 Script: <" bonus bAtkEle,Ele_Water; + bonus4 bAddEff,Eff_Cold,300,ATF_SHORT,3000; + bonus4 bAddEff,Eff_Cold,100,ATF_SELF,3000; bonus bUnbreakableWeapon,0; "> }, @@ -11224,6 +11227,7 @@ item_db: ( bonus3 bAddEffOnSkill,LK_SPIRALPIERCE,Eff_Bleeding,1000; bonus2 bSkillAtk,LK_SPIRALPIERCE,100; bonus2 bSkillAtk,LG_INSPIRATION,50; + //bonus4 bAddEff,Eff_FrosMisty,100,ATF_SHORT,3000; //Need to be Frost Misty if(BaseLevel>99) { bonus bBaseAtk,30; } @@ -39171,7 +39175,7 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 - Script: <" bonus2 bAddEff,Eff_Cold,500; "> + Script: <" bonus4 bAddEff,Eff_Cold,500,ATF_SHORT,3000; "> }, { Id: 4523 @@ -112381,7 +112385,10 @@ item_db: ( Loc: 2 WeaponLv: 1 View: 8 - Script: <" bonus2 bAddRace,RC_Brute,15; "> + Script: <" + bonus2 bAddRace,RC_Brute,15; + bonus4 bAddEff,Eff_Deepsleep,300,ATF_SHORT,5000; + "> }, { Id: 16016 @@ -112411,6 +112418,7 @@ item_db: ( bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Stun,150; bonus3 bAutoSpell,SM_BASH,5,20; + bonus4 bAddEff,Eff_Cold,100,ATF_SHORT,3000; if(BaseLevel>99) bonus bBaseAtk,20; "> }, |