Cure Serious Wounds, Mass
From NWN2Wiki
| Mass Cure Serious Wounds | |
| Spell Information | |
| Spell level : | Innate level: 7, Cleric: 7, Druid: 8 |
|---|---|
| School : | Conjuration |
| Descriptor(s) : | Healing |
| Components : | Verbal and Somatic |
| Range : | Close |
| Target/Area : | One creature / level |
| Duration : | Instantaneous |
| Save : | None |
| Spell resistance : | No |
[edit] Description
This spell heals 3d8 points of damage +1 point per caster level (maximum +35). The effect is centered on you, and targets are affected in the following order of priority: you, your party, friendly creatures sorted by distance from you. This spell can be spontaneously cast.
[edit] Bug Notes
General: The description misses out these parts: That it has spell resistance, a will save and its area radius (also see below).
We can also assume that "sorted by distance from you" is a mistake - since it can be targeted at a point, it should be removed to make the spell more simple (GetFirst/NextObjectInShape() doesn't work on a range-basis).
A better sentence would be: "The effect is centered on a chosen location, and targets are affected in the following order of priority: you, your party, friendly creatures, enemy undead."
The description should have the Target line as: "One creature/level in a Large area" too, to show the area somewhere.
Line 94: This should have "d8(3) + nBonus;", because nCasterLvl is capped.
Line 96: The second parameter of ApplyMetamagicVariableMods() should use 24 + nBonus, since the bonus is capped at +35, and it is 3d8 cure/harm.
