diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/item_options.conf | 2 | ||||
-rw-r--r-- | db/re/item_db.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/item_options.conf b/db/item_options.conf index f32e213ab..fb2b76c82 100644 --- a/db/item_options.conf +++ b/db/item_options.conf @@ -159,7 +159,7 @@ item_options_db: ( { Id: 24 Name: "VAR_CRITICALSUCCESSVALUE" - Script: <" bonus(bCritical, min(100, getequippedoptioninfo(IT_OPT_VALUE))); "> + Script: <" bonus(bCriticalRate, min(100, getequippedoptioninfo(IT_OPT_VALUE))); "> }, { Id: 25 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5fb3ed2a5..4d82eefc3 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5834,7 +5834,7 @@ item_db: ( EquipLv: 30 Refine: false Script: <" - bonus bCriticalRate,10; + bonus bCritical,10; "> }, { @@ -10202,7 +10202,7 @@ item_db: ( } Script: <" bonus bMaxHP,6; - bonus bCriticalRate,100; + bonus bCriticalRate,50; bonus2 bSubEle,Ele_Holy,-25; bonus2 bSubEle,Ele_Dark,25; bonus bDef2, 1; |