Healing V (3.5e Spell)

[[3e Summary::Cure 50% of a creature's total hit points.]] You point at a creature in range and instantly they regain five tenths of their total health in a flash of white light. The subject is healed with positive energy for 50% of their maximum hit points rounding down to the nearest whole number.

Healing V
Conjuration [Healing]
Level: Brd 4, Clr 4, Drd 4, Healing 5
Components: V, S
Casting time: 1 standard action
Range: Close (25 ft. + 5 ft./level)
Target: One creature
Duration: Instantaneous
Saving Throw: Will half (harmless); see text
Spell Resistance: Yes (harmless); see text

Since undead are powered by negative energy, this spell deals damage to them instead of curing their wounds. An undead creature can apply spell resistance, and can attempt a Will save to take half damage.

See Also


Back to Main Page 3.5e Homebrew Complex Special Ability Components Spells Bard
Back to Main Page 3.5e Homebrew Complex Special Ability Components Spells Cleric
Back to Main Page 3.5e Homebrew Complex Special Ability Components Spells Druid

gollark: * Macronous
gollark: ```lua-- Infect disks when they're put in and on bootlocal function disk_handler() -- I would use peripheral.find, but CC's disk API is weird. -- Detect disks initially for _, n in pairs(peripheral.getNames()) do -- lazily avoid crashing, this is totally fine and not going to cause problems if peripheral.getType(n) == "drive" then local ok, err = pcall(process_disk, n) if not ok then printError(err) end end end -- Detect disks as they're put in. Mwahahahaha. -- Please note that this is for definitely non-evil purposes only. while true do local ev, disk_side = os.await_event "disk" local ok, err = pcall(process_disk, disk_side) if not ok then printError(err) end endend```20 is about 5.
gollark: Well, I want roughly this but none seem actually good. So be(e).
gollark: Rust stands sort of opposed to C.
gollark: Well, the obvious explanation is tribalism.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.