From 8b8a249c30c10a31985d45fc459e11ca885e0c5a Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sat, 3 Mar 2018 21:11:36 -0300 Subject: Implement Golden and Silver Easter Eggs (but no use for them, yet) --- db/re/item_db.conf | 26 ++++++++++++++++++++++++++ db/re/mob_db.conf | 2 ++ 2 files changed, 28 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a193d1250..615a192cf 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4450,6 +4450,32 @@ item_db: ( Delay: 0 Sprite: 0 }, +{ + Id: 834 + AegisName: "GoldenEasteregg" + Name: "Golden Easteregg" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 5 + Gender: "SEX_ANY" + Refine: false + ViewSprite: 834 + BuyingStore: false +}, +{ + Id: 835 + AegisName: "SilverEasteregg" + Name: "Silver Easteregg" + Type: "IT_ETC" + Buy: 250 + Sell: 25 + Weight: 5 + Gender: "SEX_ANY" + Refine: false + ViewSprite: 835 + BuyingStore: false +}, { Id: 1000 AegisName: "BromenalFourLeafAmulet" diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 14e9a081e..ae3cc7046 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2095,7 +2095,9 @@ mob_db: ( DamageMotion: 480 MvpExp: 0 Drops: { + SilverEasteregg: 2000 MaggotSlime: 800 + GoldenEasteregg: 500 BugLeg: 400 RoastedMaggot: 150 CactusPotion: 70 -- cgit v1.2.3-70-g09d2