From b6e13a2f9103993c2df110cf1c9292996019a279 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Aug 2019 21:52:54 -0300 Subject: Improve alchemy crafting recipes and some potions effects --- db/craft_db.conf | 42 +++++++++++++++++++++++++++++++++++++++--- db/re/item_db.conf | 4 ++-- 2 files changed, 41 insertions(+), 5 deletions(-) diff --git a/db/craft_db.conf b/db/craft_db.conf index 24e864feb..9476c01a5 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -123,6 +123,12 @@ craft_db: ( ) CreateItems: ( + { + StatusResetPotion: 2 + }, + { + StatusResetPotion: 1 + }, { StatusResetPotion: 1 }, @@ -144,7 +150,16 @@ craft_db: ( CreateItems: ( { - MoveSpeedPotion: 1 + MoveSpeedPotion: 6 + }, + { + MoveSpeedPotion: 4 + }, + { + MoveSpeedPotion: 3 + }, + { + MoveSpeedPotion: 2 }, ) Priority: 10 @@ -163,6 +178,12 @@ craft_db: ( ) CreateItems: ( + { + PrecisionPotion: 2 + }, + { + PrecisionPotion: 2 + }, { PrecisionPotion: 1 }, @@ -183,6 +204,9 @@ craft_db: ( ) CreateItems: ( + { + DodgePotion: 2 + }, { DodgePotion: 1 }, @@ -594,7 +618,13 @@ craft_db: ( CreateItems: ( { - SacredLifePotion: 1 + SacredLifePotion: 3 + }, + { + SacredLifePotion: 3 + }, + { + SacredLifePotion: 2 }, ) Priority: 10 @@ -615,7 +645,13 @@ craft_db: ( CreateItems: ( { - SacredManaPotion: 1 + SacredManaPotion: 3 + }, + { + SacredManaPotion: 3 + }, + { + SacredManaPotion: 2 }, ) Priority: 10 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9711fbcbb..2dada34e2 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1186,7 +1186,7 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @delay = 30; + @delay = rand(30,90); @type = 4; @rarity=6; doevent "rand_sc_heal::OnUse"; @@ -2781,7 +2781,7 @@ item_db: ( Script: <" @min = 150; @max = 150; - @delay = 5; + @delay = rand(5,15); @type = SC_WALKSPEED; doevent "inc_sc_bonus::OnUse"; "> -- cgit v1.2.3-70-g09d2