From 0716e501c9ed9bf49ff365c18b0c2a015ddbb791 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 May 2019 15:23:28 -0300 Subject: Psi Conscience (brain with low ranged attack) which summons Energy Balls (Nasty explosive things with lots of HP). Also, add Pollet to mob database. So you can get Iced Bottle :3 --- db/re/mob_skill_db.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'db/re/mob_skill_db.conf') diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index 7a219b401..8877371f7 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -1237,5 +1237,35 @@ SKILL_COND2 = { } } + /**********************************************************************/ + // Note: Cannot explode if poisoned (Poison arrows, anyone?!) + EnergyBall: { + NPC_SELFDESTRUCTION: { + SkillState: "MSS_BERSERK" + SkillLevel: 3 + Rate: 10000 + CastTime: 200 + Delay: 3000 + Cancelable: true + SkillTarget: "MST_SELF" + CastCondition: "MSC_MYSTATUSOFF" + ConditionData: "SC_POISON" + } + } + + /**********************************************************************/ + PsiConscience: { + NPC_SUMMONSLAVE: { + SkillState: "MSS_ANY" + SkillLevel: 3 + Rate: 10000 + CastTime: 100 + Delay: 10000 + SkillTarget: "MST_SELF" + CastCondition: "MSC_ALWAYS" + val0: 1220 + } + } + } ) -- cgit v1.2.3-60-g2f50