GetNegativeCorruptionEffectInfo

From Warcraft Wiki
Jump to navigation Jump to search

Produces a table describing all the harmful consequences of wearing corrupted gear without resistance.

corruptionEffects = GetNegativeCorruptionEffectInfo()

Returns

corruptionEffects
CorruptionEffectInfo[]
Field Type Description
name string
description string
minCorruption number

Example

/dump GetNegativeCorruptionEffectInfo()
Dump: value=GetNegativeCorruptionEffectInfo
[1]={
  [1]={
    minCorruption=1,
    name="Grasping Tendrils",
    description="Taking damage has a chance to reduce your movement speed for 5 sec. The magnitute of the snare increases with further Corruption."
  }
  [2]={
    (and so on)
  }
}

Patch changes

Battle for Azeroth Patch 8.3.0 (2020-01-14): Added.