diff options
-rw-r--r-- | db/re/mob_db.conf | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index b810d9f86..5852d6b12 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2460,30 +2460,29 @@ mob_db: ( SpriteName: "IronFragments" Name: "Iron Fragments" Lv: 1 - Hp: 1 - Sp: 1 + Hp: 5 + Sp: 0 Exp: 1 JExp: 0 AttackRange: 1 - Attack: [0, 0] - Def: 0 - Mdef: 0 + Attack: [10, 10] + Def: 100 + Mdef: 1 Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 } - ViewRange: 0 + ViewRange: 1 ChaseRange: 12 - Size: 0 - Race: 2 - Element: (1, 1) + Size: 1 + Race: 3 + Element: (2, 1) Mode: { - CanMove: false - CanAttack:false + Plant: true } Drops: { IronOre: 500 |