diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-08-08 21:03:48 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-08-08 21:03:48 +0200 |
commit | f8e02277b74493c1d531cd454f371f1e8016a73a (patch) | |
tree | 642e7585e18d24a1ec1cee28058bf92f6b41df5d /db/re | |
parent | b207225cf9b17f0cba2b962d0bdd3aee309e6139 (diff) | |
download | hercules-f8e02277b74493c1d531cd454f371f1e8016a73a.tar.gz hercules-f8e02277b74493c1d531cd454f371f1e8016a73a.tar.bz2 hercules-f8e02277b74493c1d531cd454f371f1e8016a73a.tar.xz hercules-f8e02277b74493c1d531cd454f371f1e8016a73a.zip |
- Fix some incorrect card effect rate
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4156f2478..7d5dfbd4f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -37454,8 +37454,8 @@ item_db: ( Weight: 10 Loc: 136 Script: <" - bonus2 bAddMonsterDropItem,536,2000; - bonus2 bAddItemHealRate,536,500; + bonus2 bAddMonsterDropItem,536,500; + bonus2 bAddItemHealRate,536,100; "> }, { @@ -38018,7 +38018,7 @@ item_db: ( Loc: 769 Script: <" bonus bBaseAtk,10; - autobonus "{ bonus bFlee2,10; }",10,4000,0,"{ specialeffect2 EF_ENHANCE; }"; + autobonus "{ bonus bFlee2,10; }",10,10000,0,"{ specialeffect2 EF_ENHANCE; }"; "> }, { @@ -38031,7 +38031,7 @@ item_db: ( Loc: 769 Script: <" bonus bMatk,10; - autobonus "{ bonus bFixedCastrate,-50; }",10,4000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }"; + autobonus "{ bonus bFixedCastrate,-50; }",5,4000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }"; "> }, { @@ -38044,7 +38044,7 @@ item_db: ( Loc: 769 Script: <" bonus bHealPower,4; - bonus bUseSPrate,5; + bonus2 bSkillUseSP,"AL_HEAL",-15; "> }, { @@ -38058,7 +38058,7 @@ item_db: ( Script: <" bonus bDex,1; bonus bAgi,1; - autobonus "{ bonus bCritical,20; }",4,4000,0,"{ specialeffect2 EF_ENHANCE; }"; + autobonus "{ bonus bCritical,20; }",15,4000,0,"{ specialeffect2 EF_ENHANCE; }"; "> }, { @@ -38173,12 +38173,12 @@ item_db: ( Loc: 769 Script: <" bonus bBaseAtk,10; - bonus2 bAddMonsterDropItem,7932,30; - bonus2 bAddMonsterDropItem,7933,30; - bonus2 bAddMonsterDropItem,7934,30; - bonus2 bAddMonsterDropItem,7935,30; - bonus2 bAddMonsterDropItem,7936,30; - bonus2 bAddMonsterDropItem,7937,30; + bonus2 bAddMonsterDropItem,7932,10; + bonus2 bAddMonsterDropItem,7933,10; + bonus2 bAddMonsterDropItem,7934,10; + bonus2 bAddMonsterDropItem,7935,10; + bonus2 bAddMonsterDropItem,7936,10; + bonus2 bAddMonsterDropItem,7937,10; "> }, { @@ -38898,7 +38898,7 @@ item_db: ( Buy: 20 Weight: 10 Loc: 2 - Script: <" bonus2 bAddEff,Eff_Burning,500; "> + Script: <" bonus2 bAddEff,Eff_Burning,1500; "> }, { Id: 4519 |