summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-05-27 13:18:39 +0200
committerGitHub <noreply@github.com>2020-05-27 13:18:39 +0200
commit03889da5f0c58401ef3c9483006b0ac033edbee6 (patch)
tree56ef7d2cd059b44ae410a78b499dd31541473aaa /doc
parentc4eae30a53a2996f5ae80a496b6ab161308f0b05 (diff)
parentaa44b976cb7a512c2ad89c2e8974f525e77f1a7b (diff)
downloadhercules-03889da5f0c58401ef3c9483006b0ac033edbee6.tar.gz
hercules-03889da5f0c58401ef3c9483006b0ac033edbee6.tar.bz2
hercules-03889da5f0c58401ef3c9483006b0ac033edbee6.tar.xz
hercules-03889da5f0c58401ef3c9483006b0ac033edbee6.zip
Merge pull request #2733 from Kenpachi2k13/msc_magicattacked
Add MSC_MAGICATTACKED cast condition for monster skills
Diffstat (limited to 'doc')
-rw-r--r--doc/mob_skill_db.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mob_skill_db.md b/doc/mob_skill_db.md
index 12d3649de..8198446d3 100644
--- a/doc/mob_skill_db.md
+++ b/doc/mob_skill_db.md
@@ -175,6 +175,7 @@ MSC_MASTERHPLTMAXRATE | The monster master's HP in percent is less than `Conditi
MSC_MASTERATTACKED | The monster's master is attacked.
MSC_ALCHEMIST | The monster was summoned by an Alchemist class character.
MSC_SPAWN | The monster spawns.
+MSC_MAGICATTACKED | The monster has received magic damage.
### ConditionData
Additional cast condition data. Meaning depends on the situation. See `CastCondition` table.