summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-04-05 07:49:34 +0000
committerSaulc <lucashelaine14@gmail.com>2018-04-05 07:49:34 +0000
commitfd21c7ce1996ebd6afcb28344202aeb79905af3c (patch)
tree19dea41d11fc4367c83d0b160f7c355b1e78301f /db/re/item_db.conf
parent35f1ce5cc1470ea8268c5f2912f505c44a7ccf72 (diff)
downloadserverdata-fd21c7ce1996ebd6afcb28344202aeb79905af3c.tar.gz
serverdata-fd21c7ce1996ebd6afcb28344202aeb79905af3c.tar.bz2
serverdata-fd21c7ce1996ebd6afcb28344202aeb79905af3c.tar.xz
serverdata-fd21c7ce1996ebd6afcb28344202aeb79905af3c.zip
Update MountainSnakeEgg 600
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 1c6890681..a977a3e0f 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2259,7 +2259,7 @@ item_db: (
Name: "Snake Egg"
Type: "IT_HEALING"
Buy: 400
- Sell: 98
+ Sell: 45
Weight: 8
Gender: "SEX_ANY"
WeaponLv: 0
@@ -2285,8 +2285,8 @@ item_db: (
Name: "Moutain Snake Egg"
Type: "IT_HEALING"
Buy: 400
- Sell: 100
- Weight: 1
+ Sell: 80
+ Weight: 9
Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
@@ -2298,9 +2298,9 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 10;
- @max = 100;
- @delay = 4;
+ @min = 150;
+ @max = 250;
+ @delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
">