summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-29 15:46:17 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-29 15:46:30 -0300
commit329559c9c953e5154f670aa470293cf595743e34 (patch)
treeafc3a1539cd35c02f806adcc1f4929d432d88993 /db/re/item_db.conf
parente9ce05a396a1669eea9673725a33eb8098d34214 (diff)
downloadserverdata-329559c9c953e5154f670aa470293cf595743e34.tar.gz
serverdata-329559c9c953e5154f670aa470293cf595743e34.tar.bz2
serverdata-329559c9c953e5154f670aa470293cf595743e34.tar.xz
serverdata-329559c9c953e5154f670aa470293cf595743e34.zip
Tonori Delight Alpha
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index ab2a4dea6..354dbba90 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1479,18 +1479,20 @@ item_db: (
Name: "Tonori Delight"
Type: "IT_HEALING"
Buy: 50
- Sell: 25
- Weight: 4
+ Sell: 20
+ Weight: 2
Refine: false
ViewSprite: 571
BuyingStore: true
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 4;
- @max = 400;
- @delay = 3;
+ @min = 375;
+ @max = 910;
+ @delay = 6;
@type = 1;
+ heal 0, rand(40,180);
+ sc_start SC_ATTHASTE_POTION1, 10000, 3;
doevent "rand_sc_heal::OnUse";
">
},