summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf16
1 files changed, 10 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 3ad7b53fc..e431ebc62 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -976,8 +976,12 @@ item_db: (
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 4;
- @max = 400;
- @delay = 3;
+ @max = 5;
+ if ($EVENT$ == "SPRING") {
+ @min=400;
+ @max=500;
+ }
+ @delay = 1;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
@@ -3764,8 +3768,8 @@ item_db: (
Name: "Tulip"
Type: "IT_ETC"
Buy: 450
- Sell: 150
- Weight: 20
+ Sell: 50
+ Weight: 7
Refine: false
ViewSprite: 786
},
@@ -4018,8 +4022,8 @@ item_db: (
Name: "Rose"
Type: "IT_ETC"
Buy: 10000
- Sell: 500
- Weight: 20
+ Sell: 50
+ Weight: 7
Refine: false
ViewSprite: 811
},