Stinking Cloud | |
Spell Information | |
Spell level : | Innate level: 3, Sorcerer/Wizard: 3 |
---|---|
School : | Conjuration |
Components : | Verbal and Somatic |
Range : | Medium |
Target/Area : | Huge |
Duration : | 6 sec. * cLevel 1 Round (cLevel) |
Save : | Fortitude negates |
Spell resistance : | Yes |
Description[]
All creatures caught within the area of effect are dazed. These effects last as long as they remain within the cloud and for 1 round after they leave.
Bug Notes[]
- The Dazed effect is applied for 2 rounds, however, the saving throws occur every round and if a dazed target succeeds on their saving throw, the effect is supposed to be removed prior to its expiration. However, the script responsible for removing the Dazed effect may fail to find the Dazed effect on the target. To remedy, open the script NW_S0_StinkCldC.nss, find the line
if(eFind == EffectDazed())
and replace by
if(GetEffectType(eFind) == EFFECT_TYPE_DAZED)
- Description lacks "Poison" descriptor.
- Targeting UI covers Gargantuan area instead of Huge.