From df3661dcf105f975b2e6cac1d813125e9349a47c Mon Sep 17 00:00:00 2001 From: Numa Date: Wed, 8 Nov 2023 02:50:34 +0000 Subject: Sync with Legacy repo --- db/pre-re/item_db.conf | 38 ++++++++++++++++++++-- db/pre-re/mob_db.conf | 88 +++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 108 insertions(+), 18 deletions(-) diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 22f5927c..9ee50411 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -14101,9 +14101,9 @@ item_db: ( AegisName: "PinkPetal" Name: "PinkPetal" Type: "IT_USABLE" - Buy: 100 + Buy: 125 Sell: 50 - Weight: 10 + Weight: 5 Def: 0 Slots: 0 Refine: false @@ -14119,7 +14119,7 @@ item_db: ( Type: "IT_USABLE" Buy: 125 Sell: 50 - Weight: 10 + Weight: 5 Def: 0 Slots: 0 Refine: false @@ -15540,6 +15540,38 @@ item_db: ( //misceffect FX_MAGIC_SHIELD, strcharinfo(0); //@TMWA "> }, +{ + Id: 5309 + AegisName: "ManaDust" + Name: "ManaDust" + Type: "IT_USABLE" + Buy: 125 + Sell: 50 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5309 + Script: <" + callfunc "itheal", 35, 15; + "> +}, +{ + Id: 5310 + AegisName: "EnlighteningElixir" + Name: "EnlighteningElixir" + Type: "IT_USABLE" + Buy: 500 + Sell: 250 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5309 + Script: <" + callfunc("SC_Bonus", 60, SC_PLUSMAGICPOWER, 100); + "> +}, /* Legs Armor */ { diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf index fc2917f5..aaf29201 100644 --- a/db/pre-re/mob_db.conf +++ b/db/pre-re/mob_db.conf @@ -1304,6 +1304,7 @@ mob_db: ( MutationStrength: 50 Drops: { IronPotion: 800 + EnlighteningElixir: 800 ConcentrationPotion: 800 Diamond: 50 } @@ -1596,6 +1597,8 @@ mob_db: ( RedApple: 500 EmptyBottle: 10 OrangeCupcake: 100 + CoinBag: 400 + SmallMushroom: 1000 SmallMushroom: 1000 } }, @@ -5515,6 +5518,7 @@ mob_db: ( Bone: 400 Skull: 300 IronPowder: 100 + EnlighteningElixir: 1200 GoldenTooth: 20 } }, @@ -5672,6 +5676,8 @@ mob_db: ( DarkCrystal: 40 Bloodstone: 700 DarkCrystal: 800 + EnlighteningElixir: 1600 + ManaDust: 10000 } }, { @@ -7571,6 +7577,7 @@ mob_db: ( DamageMotion: 480 Drops: { IronPotion: 800 + EnlighteningElixir: 800 ConcentrationPotion: 800 Diamond: 50 } @@ -7582,20 +7589,20 @@ mob_db: ( Lv: 100 Hp: 35000 Sp: 0 - Exp: 28970 - JExp: 1689 - AttackRange: 3 - Attack: [60, 80] - Def: 20 - Mdef: 20 + Exp: 88970 + JExp: 2689 + AttackRange: 4 + Attack: [220, 240] + Def: 77 + Mdef: 50 CriticalDef: 0 Stats: { - Str: 15 - Agi: 15 - Vit: 10 - Int: 15 - Dex: 95 - Luk: 50 + Str: 45 + Agi: 20 + Vit: 110 + Int: 150 + Dex: 255 + Luk: 110 } ViewRange: 14 ChaseRange: 16 @@ -7615,9 +7622,10 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - IronPotion: 800 - ConcentrationPotion: 800 - Diamond: 50 + IronPotion: 1600 + EnlighteningElixir: 1600 + ConcentrationPotion: 1600 + Diamond: 100 } }, { @@ -7938,4 +7946,54 @@ mob_db: ( LeatherGloves: 200 } }, +{ + Id: 1175 + SpriteName: "MegaManaBug" + Name: "MegaManaBug" + Lv: 111 + Hp: 675 + Sp: 0 + Exp: 275 + JExp: 40 + AttackRange: 1 + Attack: [60, 85] + Def: 3 + Mdef: 8 + CriticalDef: 0 + Stats: { + Str: 16 + Agi: 14 + Vit: 15 + Int: 20 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + MutationCount: 1 + MutationStrength: 60 + Drops: { + MaggotSlime: 1000 + BugLeg: 800 + RoastedMaggot: 400 + EmptyBottle: 10 + CoinBag: 400 + ManaDust: 1000 + ManaDust: 1000 + } +}, ) -- cgit v1.2.3-60-g2f50