summaryrefslogtreecommitdiff
path: root/db/re/mob_skill_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-08 20:14:21 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-08 20:14:21 -0200
commit7f119b40b382e74140417a06779fcea7376fd748 (patch)
tree4b86add5fed357ee1628850b6f6964a55e58bcea /db/re/mob_skill_db.conf
parente83f1eccf9ee003b889a03deacee5020878841f2 (diff)
downloadserverdata-7f119b40b382e74140417a06779fcea7376fd748.tar.gz
serverdata-7f119b40b382e74140417a06779fcea7376fd748.tar.bz2
serverdata-7f119b40b382e74140417a06779fcea7376fd748.tar.xz
serverdata-7f119b40b382e74140417a06779fcea7376fd748.zip
Dust Boss can now blind players, oh noes
Diffstat (limited to 'db/re/mob_skill_db.conf')
-rw-r--r--db/re/mob_skill_db.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf
index a611b30cb..85e4a1959 100644
--- a/db/re/mob_skill_db.conf
+++ b/db/re/mob_skill_db.conf
@@ -962,6 +962,15 @@ SKILL_COND2 = {
ConditionData: 1
val0: 1208
}
+ NPC_BLIND: {
+ SkillState: "MSS_BERSERK"
+ SkillLevel: 2
+ Rate: 9000
+ Delay: 30000
+ Cancelable: true
+ SkillTarget: "MST_RANDOM"
+ CastCondition: "MSC_ALWAYS"
+ }
}
}