diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-16 02:26:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-16 02:27:48 -0300 |
commit | 4916468364fa836fdeef01d99ed7322d778aba89 (patch) | |
tree | 95669a44703c023b21bec93a8affb968a8ac480c | |
parent | 3c791e9ee312b057091834ba274dec63e271071f (diff) | |
download | serverdata-4916468364fa836fdeef01d99ed7322d778aba89.tar.gz serverdata-4916468364fa836fdeef01d99ed7322d778aba89.tar.bz2 serverdata-4916468364fa836fdeef01d99ed7322d778aba89.tar.xz serverdata-4916468364fa836fdeef01d99ed7322d778aba89.zip |
Dragonfruit press releaser10.6_200116
-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 |