diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index fe3ff75eb..1dd138657 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1550,9 +1550,9 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; - @max = 400; - @delay = 3; + @min = 500; + @max = 700; + @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; "> @@ -3084,7 +3084,7 @@ item_db: ( }, { Id: 783 - AegisName: "TetiClaw" + AegisName: "YetiClaw" Name: "Yeti Claw" Type: "IT_ETC" Buy: 15 @@ -9533,15 +9533,11 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - if (@useType == 1) - { - if (!getmapxy(.@map$, .@x, .@y, 0)) - { + if (@useType == 1) { + if (!getmapxy(.@map$, .@x, .@y, 0)) { monster(.@map$, .@x, .@y, l("Oak"), 1017, 1); } - } - else - { + } else { @min = 8; @max = 30; @delay = 3; |