diff options
-rw-r--r-- | db/re/item_db.conf | 26 | ||||
-rw-r--r-- | db/re/mob_db.conf | 43 |
2 files changed, 69 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d95a2f81..8d5f4ca2 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1710,6 +1710,32 @@ item_db: ( Sprite: 0 }, { + Id: 729 + AegisName: "FluffyFur" + Name: "Flufy Fur" + Type: "IT_ETC" + Buy: 250 + Sell: 15 + Weight: 2 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: 0xFFFFFFFF + Upper: 0x3F + Gender: 0 + Loc: 0 + WeaponLv: 0 + EquipLv: 0 + Refine: false + View: 729 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ Id: 1300 AegisName: "CreasedShirt" Name: "Creased Shirt" diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index e49d9fde..19ddca47 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -934,4 +934,47 @@ mob_db: ( DamageMotion: 480 MvpExp: 0 }, +{ + Id: 1022 + SpriteName: "Fluffy" + Name: "Fluffy" + Lv: 6 + Hp: 350 + Sp: 0 + Exp: 5 + JExp: 0 + AttackRange: 1 + Attack: [17, 25] + Def: 8 + Mdef: 0 + Stats: { + Str: 5 + Agi: 1 + Vit: 5 + Int: 1 + Dex: 20 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 500 + AttackDelay: 2872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + FluffyFur: 4000 + LettuceLeaf: 2000 + Moss: 800 + } +}, ) |