From 4916468364fa836fdeef01d99ed7322d778aba89 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Thu, 16 Jan 2020 02:26:17 -0300
Subject: Dragonfruit press release

---
 db/re/item_db.conf | 17 +++++++++++++++++
 db/re/mob_db.conf  |  4 ++++
 2 files changed, 21 insertions(+)

diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 728e540fd..5df59a8b3 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -15017,6 +15017,23 @@ item_db: (
 		getitem Bullet, rand(80, 95);
 	">
 },
+{
+	Id: 8013
+	AegisName: "Dragonfruit"
+	Name: "Dragonfruit"
+	Type: "IT_HEALING"
+	Buy: 20000
+	Sell: 300
+	Weight: 14
+	Refine: false
+	Delay: 500
+	UseEffect: "EFFECT_HEAL"
+	Script: <"
+		@type = 4;
+		@rarity=2;
+		doevent "rand_sc_heal::OnUse";
+	">
+},
 
 )
 
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 1b8aa8e8b..adbd2f0ab 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -6856,6 +6856,7 @@ mob_db: (
 	AttackMotion: 672
 	DamageMotion: 480
 	Drops: {
+		Dragonfruit: 3000
 		HastePotion: 2500
 		StrengthPotion: 2500
 		DragonScales: 2000
@@ -7526,6 +7527,7 @@ mob_db: (
 	DamageMotion: 480
 	Drops: {
 		DragonScales: 2000
+		Dragonfruit: 700
 		HastePotion: 500
 		StrengthPotion: 500
 		GoldOre: 200
@@ -8995,6 +8997,7 @@ mob_db: (
 	Drops: {
 		Wurtzite: 10000
 		DragonScales: 8000
+		Dragonfruit: 3000
 		HastePotion: 2500
 		StrengthPotion: 2500
 		DragonStar: 2
@@ -9059,6 +9062,7 @@ mob_db: (
 	DamageMotion: 380
 	Drops: {
 		DragonScales: 2000
+		Dragonfruit: 1000
 		HastePotion: 500
 		StrengthPotion: 500
 		GoldOre: 200
-- 
cgit v1.2.3-70-g09d2