diff options
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | db/re/mob_db.conf | 49 |
2 files changed, 50 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4d82eefc3..396791fdd 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5752,9 +5752,9 @@ item_db: ( Buy: 75000 Sell: 10000 Weight: 100 - Def: 1 + Def: 0 Loc: 1024 - EquipLv: 90 + EquipLv: 9 Refine: false }, // <!-- Charms --> diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 147b88c6b..a88384ae5 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1460,7 +1460,54 @@ mob_db: ( WolvernTeethNecklace: 1 } }, -// 1038 is free +{ + Id: 1038 + SpriteName: "Moubi" + Name: "Moubi" + Lv: 135 + Hp: 24000 + Sp: 0 + Exp: 17200 + JExp: 35 + AttackRange: 1 + Attack: [660, 797] + Def: 180 + Mdef: 71 + Stats: { + Str: 17 + Agi: 28 + Vit: 33 + Int: 1 + Dex: 33 + Luk: 19 + } + ViewRange: 7 + ChaseRange: 12 + Race: 2 + Element: (6, 2) + Mode: { + CanMove: true + CanAttack: true + ChangeChase: true + CastSensorChase: true + Assist: true + SurviveWithoutMaster: true + } + MoveSpeed: 420 + AttackDelay: 872 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + Milk: 2000 + RedApple: 1750 + MoubooSteak: 1500 + ChocolateBar: 1450 + CasinoCoins: 1250 + ReedBundle: 1000 + ChocolateMouboo: 500 + HeartNecklace: 1 + } +}, { Id: 1039 SpriteName: "Bat" |