diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 47 | ||||
-rw-r--r-- | db/re/mob_db.conf | 45 | ||||
-rw-r--r-- | db/re/mob_skill_db.conf | 23 |
3 files changed, 112 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1a5ce55c..adf5fcec 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1736,6 +1736,33 @@ item_db: ( Weight: 25 }, { + Id: 758 + AegisName: "SmallMushroom" + Name: "Small Mushroom" + Type: "IT_ETC" + Buy: 500 + Sell: 80 + Weight: 75 +}, +{ + Id: 759 + AegisName: "BlackScorpionStinger" + Name: "Black Scorpion Stinger" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 200 +}, +{ + Id: 760 + AegisName: "GoldenScorpionStinger" + Name: "Golden Scorpion Stinger" + Type: "IT_ETC" + Buy: 25000 + Sell: 8500 + Weight: 500 +}, +{ Id: 800 AegisName: "DiamondShard" Name: "Diamond Shard" @@ -3451,9 +3478,6 @@ item_db: ( Sell: 50 Weight: 15 Atk: 120 - Matk: 0 - Range: 0 - Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 1 @@ -3461,6 +3485,23 @@ item_db: ( Subtype: "W_DAGGER" BindOnEquip: false }, +{ + Id: 3516 + AegisName: "BoneKnife" + Name: "Bone Knife" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 4000 + Weight: 250 + Atk: 125 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: false + Subtype: "W_DAGGER" + ViewSprite: 1 + BindOnEquip: false +}, // Pet Eggs { Id: 4000 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 3b36b838..1ed2e6c9 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2097,6 +2097,7 @@ mob_db: ( DamageMotion: 600 Drops: { HardSpike: 1000 + SmallMushroom: 800 } }, { @@ -3216,6 +3217,7 @@ mob_db: ( AttackMotion: 800 DamageMotion: 500 Drops: { + BlackScorpionStinger:750 } }, { @@ -3380,6 +3382,49 @@ mob_db: ( } }, { + Id: 1110 + SpriteName: "GoldenScorpion" + Name: "Golden Scorpion" + Lv: 40 + Hp: 18000 + Sp: 0 + Exp: 1600 + JExp: 200 + AttackRange: 2 + Attack: [470, 520] + Def: 90 + Mdef: 50 + Stats: { + Str: 30 + Agi: 30 + Vit: 50 + Int: 5 + Dex: 40 + Luk: 20 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeChase: true + ChangeTargetMelee: true + CastSensorChase: true + Boss: true + } + MoveSpeed: 300 + AttackDelay: 872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + BugLeg: 4000 + GoldenScorpionStinger:1500 + } +}, +{ Id: 1120 SpriteName: "Tengu" Name: "Tengu" diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index 0f45087c..7e4c18e8 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -571,6 +571,29 @@ SKILL_COND2 = { val0: 1029 } } + /**********************************************************************/ + GoldenScorpion: { + SM_BASH: { + SkillState: "MSS_BERSERK" + SkillLevel: 6 + Rate: 1800 + Delay: 20000 + Cancelable: true + SkillTarget: "MST_TARGET" + CastCondition: "MSC_ATTACKPCGE" + ConditionData: 2 + } + NPC_SILENCEATTACK: { + SkillState: "MSS_BERSERK" + SkillLevel: 2 + Rate: 9800 + Delay: 40000 + CastTime: 700 + Cancelable: true + SkillTarget: "MST_TARGET" + CastCondition: "MSC_LONGRANGEATTACKED" + } + } } ) |