diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-18 08:51:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-18 08:51:26 -0300 |
commit | 24410d57e6678d886c10e95b69bb78ae630294d9 (patch) | |
tree | 307717af3ef4c07df632c691a4cd2a6c17dd184a /db/re | |
parent | aa9ea4bd2e36082766615a06d875761a358368ba (diff) | |
download | serverdata-24410d57e6678d886c10e95b69bb78ae630294d9.tar.gz serverdata-24410d57e6678d886c10e95b69bb78ae630294d9.tar.bz2 serverdata-24410d57e6678d886c10e95b69bb78ae630294d9.tar.xz serverdata-24410d57e6678d886c10e95b69bb78ae630294d9.zip |
Russian Reversal
(Actually, I just mistakenly swapped out two bonuses with similar names D:)
(so fix them: bCriticalRate instead of bCritical except when the later is intended)
I also removed the restriction of adding critical bonuses to armors >_>
PS. Nerfed Murderer Crown along the way
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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; |