diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:06:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:06:37 -0300 |
commit | af99810db8a24e6ea7268ff85255084ddc8bcea4 (patch) | |
tree | bce8f02807bf82fa828958455b90c1a2a2d3101d /db/re/mob_db.conf | |
parent | f4dc3442277f6a99f61c399149df4f151a091e91 (diff) | |
download | serverdata-af99810db8a24e6ea7268ff85255084ddc8bcea4.tar.gz serverdata-af99810db8a24e6ea7268ff85255084ddc8bcea4.tar.bz2 serverdata-af99810db8a24e6ea7268ff85255084ddc8bcea4.tar.xz serverdata-af99810db8a24e6ea7268ff85255084ddc8bcea4.zip |
Add Bee Hives and Bee Keeper Hat
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 41 |
1 files changed, 39 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 707e4245a..952debf1a 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -587,7 +587,7 @@ mob_db: ( }, // 1013 is free // 1014 is free -// mob ids which is free: 1013, 1014, 1019, 1020 +// mob ids which is free: 1013, 1014 // is free: 1046, 1047, 1048 // is free: 1057, 1059 (small/big mineral bif) // Chests/Mimics: 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, @@ -1900,7 +1900,42 @@ mob_db: ( DarkCrystal: 15 } }, -// 1046~1048 is free +// 1046 is free +{ + Id: 1047 + SpriteName: "BeeHive" + Name: "Bee Hive" + Lv: 1 + Hp: 30 + Sp: 1 + Exp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 12 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: false + CanAttack:false + } + Drops: { + Honey: 400 + Honey: 200 + Honey: 100 + } +}, +// 1048 is free { Id: 1049 SpriteName: "BhopFluffy" @@ -2506,6 +2541,7 @@ mob_db: ( Dex: 60 Luk: 5 } + ViewRange: 12 ChaseRange: 12 Race: 2 Element: (4, 1) @@ -2522,6 +2558,7 @@ mob_db: ( DamageMotion: 480 Drops: { BugLeg: 500 + Honey: 15 Topaz: 1 } }, |