 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
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
Patch 8.3.0 (2020-01-14): Added.