diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-11 21:52:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-11 21:52:54 -0300 |
commit | b6e13a2f9103993c2df110cf1c9292996019a279 (patch) | |
tree | 356f27fd3fc51d1088e5c4f2d07e0b075e45ea34 /db/craft_db.conf | |
parent | 83af6ac15eccff6796c590af26c500e74b962542 (diff) | |
download | serverdata-b6e13a2f9103993c2df110cf1c9292996019a279.tar.gz serverdata-b6e13a2f9103993c2df110cf1c9292996019a279.tar.bz2 serverdata-b6e13a2f9103993c2df110cf1c9292996019a279.tar.xz serverdata-b6e13a2f9103993c2df110cf1c9292996019a279.zip |
Improve alchemy crafting recipes and some potions effects
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 42 |
1 files changed, 39 insertions, 3 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 @@ -124,6 +124,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 @@ -164,6 +179,12 @@ craft_db: ( CreateItems: ( { + PrecisionPotion: 2 + }, + { + PrecisionPotion: 2 + }, + { PrecisionPotion: 1 }, ) @@ -184,6 +205,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 |