summaryrefslogtreecommitdiff
path: root/db/re/mob_skill_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-18 16:22:44 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-18 16:22:44 -0300
commit34116bc3960dfd4bfee58431df227e05eb114832 (patch)
treefec15721772abf32c43e62da3cbdc66414142b4b /db/re/mob_skill_db.conf
parentc026452350ccf485d436c1d909a10339caa2a92d (diff)
downloadserverdata-34116bc3960dfd4bfee58431df227e05eb114832.tar.gz
serverdata-34116bc3960dfd4bfee58431df227e05eb114832.tar.bz2
serverdata-34116bc3960dfd4bfee58431df227e05eb114832.tar.xz
serverdata-34116bc3960dfd4bfee58431df227e05eb114832.zip
PoisonSpikyMushroom, as the name suggests, are poisonous
Diffstat (limited to 'db/re/mob_skill_db.conf')
-rw-r--r--db/re/mob_skill_db.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf
index 93f0f239c..7e01fc31e 100644
--- a/db/re/mob_skill_db.conf
+++ b/db/re/mob_skill_db.conf
@@ -282,6 +282,17 @@ mob_skill_db:(
ConditionData: 8
}
}
+ PoisonSpikyMushroom: {
+ NPC_POISON: {
+ SkillState: "MSS_BERSERK"
+ SkillLevel: 20
+ Rate: 250
+ Delay: 500
+ Cancelable: true
+ SkillTarget: "MST_TARGET"
+ CastCondition: "MSC_ALWAYS"
+ }
+ }
}
)