summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-01-15 13:11:02 +0100
committerGitHub <noreply@github.com>2021-01-15 13:11:02 +0100
commit73facca44db00b6cfff9599341dbc8c2e375f405 (patch)
tree215ed485ef8bd4ce25d4297f366f7e6f9ea199d4 /docs
parentd8d2dbe1c44d1d1c500152056e053700aad176c5 (diff)
downloadwiki-73facca44db00b6cfff9599341dbc8c2e375f405.tar.gz
wiki-73facca44db00b6cfff9599341dbc8c2e375f405.tar.bz2
wiki-73facca44db00b6cfff9599341dbc8c2e375f405.zip
chore(spell_proc_event.md): update ppmRate (#374)
Diffstat (limited to 'docs')
-rw-r--r--docs/spell_proc_event.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/spell_proc_event.md b/docs/spell_proc_event.md
index 734290f..c7e2f38 100644
--- a/docs/spell_proc_event.md
+++ b/docs/spell_proc_event.md
@@ -140,6 +140,11 @@ PROC_EX_NO_AURA_REFRESH | 1048576 | 0x0100000 | Proc if aura was not refreshed
### ppmRate
Proc per minute. If 0 the value will be taken from DBC.
+ppmRate is a rate and therefore will not be guaranteed to prox X amount of times per minute. ppm is calculated by this formula
+```
+((WeaponSpeed * PPM) / 600.0f); // result is chance in percents (probability = Speed_in_sec * (PPM / 60))
+```
+
### CustomChance
If non-zero, chance for spell to trigger.