diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 20:14:21 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 20:14:21 -0200 |
commit | 7f119b40b382e74140417a06779fcea7376fd748 (patch) | |
tree | 4b86add5fed357ee1628850b6f6964a55e58bcea /db | |
parent | e83f1eccf9ee003b889a03deacee5020878841f2 (diff) | |
download | serverdata-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')
-rw-r--r-- | db/re/mob_skill_db.conf | 9 |
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" + } } } |