From a48d3ddb0c3ffd74bc33b018b2f9f0a01a18116d Mon Sep 17 00:00:00 2001 From: Micksha Date: Sun, 1 Apr 2018 20:00:17 +0200 Subject: Add poison skull --- db/re/mob_db.conf | 42 ++++++++++++++++++++++++++++++++++++++++++ db/re/mob_skill_db.txt | 1 + 2 files changed, 43 insertions(+) (limited to 'db/re') diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 7b54e3ed..d40aacb6 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -997,4 +997,46 @@ mob_db: ( Moss: 800 } }, +{ + Id: 1050 + SpriteName: "PoisonSkull" + Name: "Poison Skull" + Lv: 50 + Hp: 10500 + Sp: 0 + Exp: 250 + JExp: 45 + AttackRange: 2 + Attack: [750, 1000] + Def: 35 + Mdef: 0 + Stats: { + Str: 30 + Agi: 40 + Vit: 35 + Int: 35 + Dex: 45 + Luk: 15 + } + ViewRange: 8 + ChaseRange: 15 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 800 + AttackDelay: 1025 + AttackMotion: 452 + DamageMotion: 652 + MvpExp: 0 + Drops: { + Moss: 1500 + } +}, ) diff --git a/db/re/mob_skill_db.txt b/db/re/mob_skill_db.txt index 8a325296..8f6f7437 100644 --- a/db/re/mob_skill_db.txt +++ b/db/re/mob_skill_db.txt @@ -69,3 +69,4 @@ 1016,Tipiou@NPC_SUMMONSLAVE,idle,196,5,10000,0,0,no,self,onspawn,0,1002,,,,,, 1016,Tipiou@NPC_SUMMONSLAVE,attack,196,2,2000,700,10000,no,self,slavele,4,1002,,,,,, 1016,Tipiou@NPC_SUMMONSLAVE,idle,196,2,7000,700,10000,no,self,slavele,4,1002,,,,,, +1050,PoisonSkull@NPC_POISON,attack,176,20,2500,0,100,yes,target,always,0,,,,,,, -- cgit v1.2.3-60-g2f50