From 24410d57e6678d886c10e95b69bb78ae630294d9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 May 2020 08:51:26 -0300 Subject: 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 --- db/item_options.conf | 2 +- db/re/item_db.conf | 4 ++-- npc/craft/options.txt | 2 +- 3 files changed, 4 insertions(+), 4 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; diff --git a/npc/craft/options.txt b/npc/craft/options.txt index dbc61644b..a33837d03 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -399,7 +399,7 @@ function script csys_ArmorFix { array_remove(@csys_attr, HP_DRAIN); array_remove(@csys_attr, SP_DRAIN); array_remove(@csys_attr, IOPT_DOUBLEATTACK); - array_remove(@csys_attr, VAR_CRITICALSUCCESSVALUE); + //array_remove(@csys_attr, VAR_CRITICALSUCCESSVALUE); // VAR_PLUSASPDPERCENT and VAR_PLUSASPD ? // Remove penalties array_remove(@csys_penalty, VAR_ITEMDEFPOWER); -- cgit v1.2.3-60-g2f50