diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-11 16:58:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-11 16:58:41 -0300 |
commit | fe32155331e96c2b3fdc0477cc4bf8f350bdc512 (patch) | |
tree | 42ae5c0b8f4e54ded690fcf1a959638e00404c52 /db/re | |
parent | cacdb798496277e53c2723e3b17a49ed7e7cdf40 (diff) | |
download | serverdata-fe32155331e96c2b3fdc0477cc4bf8f350bdc512.tar.gz serverdata-fe32155331e96c2b3fdc0477cc4bf8f350bdc512.tar.bz2 serverdata-fe32155331e96c2b3fdc0477cc4bf8f350bdc512.tar.xz serverdata-fe32155331e96c2b3fdc0477cc4bf8f350bdc512.zip |
Regen 009-1 mapcache, fix items as requested by Micksha
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 48b6e00a5..e6055038e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -181,8 +181,8 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 25; - @max = 40; + @min = 35; + @max = 50; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -234,8 +234,8 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 30; - @max = 50; + @min = 40; + @max = 60; @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -260,8 +260,8 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 7; - @max = 13; + @min = 12; + @max = 20; @delay = 2; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -312,8 +312,8 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 12; - @max = 23; + @min = 22; + @max = 33; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -364,8 +364,8 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 75; - @max = 100; + @min = 80; + @max = 110; @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -1016,8 +1016,8 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 10; - @max = 1000; + @min = 80; + @max = 200; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -1042,8 +1042,8 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; - @max = 400; + @min = 60; + @max = 140; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -1080,8 +1080,8 @@ item_db: ( AegisName: "Beer" Name: "Beer" Type: "IT_HEALING" - Buy: 50 - Sell: 25 + Buy: 200 + Sell: 50 Weight: 4 Gender: "SEX_ANY" WeaponLv: 0 @@ -1094,8 +1094,8 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; - @max = 400; + @min = 150; + @max = 300; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -2052,7 +2052,7 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, Bread, Cheese; + setarray .@r, StrangeCoin, Bread, Cheese, Aquada; .@n=rand(getarraysize(.@r)); if (.@n > 0) |