diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1dd138657..ea564d8d2 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1014,7 +1014,7 @@ item_db: ( { Id: 550 AegisName: "CherryCake" - Name: "CherryCake" + Name: "Cherry Cake" Type: "IT_HEALING" Buy: 50 Sell: 25 @@ -1025,8 +1025,8 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; - @max = 400; + @min = 60; + @max = 130; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -1067,9 +1067,9 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; - @max = 400; - @delay = 3; + @min = 100; + @max = 800; + @delay = rand(1,8); @type = 1; doevent "rand_sc_heal::OnUse"; "> @@ -1089,8 +1089,8 @@ item_db: ( UseEffect: "EFFECT_HEAL" Script: <" @min = 4; - @max = 400; - @delay = 3; + @max = 240; + @delay = 4; @type = 1; doevent "rand_sc_heal::OnUse"; "> @@ -1256,9 +1256,9 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; + @min = 200; @max = 400; - @delay = 3; + @delay = 2; @type = 1; doevent "rand_sc_heal::OnUse"; "> @@ -1543,7 +1543,7 @@ item_db: ( Type: "IT_HEALING" Buy: 50 Sell: 25 - Weight: 4 + Weight: 5 Refine: false ViewSprite: 583 BuyingStore: true |