diff options
-rw-r--r-- | db/re/item_db.conf | 17 | ||||
-rw-r--r-- | db/re/mob_db.conf | 4 |
2 files changed, 21 insertions, 0 deletions
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 |