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 /db/pre-re/item_db.conf | |
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 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 1185bc70a..27a80f4ee 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -5108,10 +5108,10 @@ item_db: ( EquipLv: 40 View: 2 Script: <" - bonus bAtkEle,Ele_Ghost; - bonus2 bSPVanishRate,30,30; - bonus bSPDrainValue,-1; - bonus bUnbreakableWeapon,0; + bonus bAtkEle, Ele_Ghost; + bonus2 bSPVanishRate, 30, 30; + bonus bSPDrainValue, -1; + bonus bUnbreakableWeapon, 1; "> }, { @@ -27330,8 +27330,8 @@ item_db: ( Weight: 10 Loc: 2 Script: <" - bonus2 bSPVanishRate,50,10; - if(BaseJob==Job_Sage) bonus bSPDrainValue,1; + bonus2 bSPVanishRate, 50, 10; + if (BaseJob == Job_Sage) bonus bSPDrainValue, 1; "> }, { @@ -74660,10 +74660,10 @@ item_db: ( Refine: false View: 2 Script: <" - bonus bAtkEle,Ele_Ghost; - bonus2 bSPVanishRate,45,30; - bonus bSPDrainValue,-1; - bonus bUnbreakableWeapon,0; + bonus bAtkEle, Ele_Ghost; + bonus2 bSPVanishRate, 45, 30; + bonus bSPDrainValue, -1; + bonus bUnbreakableWeapon, 1; "> }, { |