View Single Post
  #1  
Old November 19th, 2007, 10:57 AM
vfb's Avatar

vfb vfb is offline
General
 
Join Date: Mar 2007
Location: Japan
Posts: 3,691
Thanks: 269
Thanked 397 Times in 200 Posts
vfb is on a distinguished road
Default Spell mods: self spells, madness and LoS need gem

Edit I've attached 1 zip with 2 mods.

self_spells.dm: Adds caster-only versions of Blessing, Body Ethereal, Flight, and Sermon of Courage, so your SC does not miss himself.

tomlos_gem.dm: Makes Legions of Steel fatigue 100 (needs a gem). Makes Touch of Madness fatigue 100 (needs a gem).

Original Post:

I wanted a "Bless Self" spell because I don't think a 100-precision Blessing by an SC should miss (but it does, even when you have no other units on the field).

It was easier then I expected (also attached, but it's so small I thought I'd include it inline too):

Code:
 
#modname "Add Bless Self"
#newspell
#copyspell "Blessing"
#name "Bless Self"
#descr "This spell can be used to bless the caster."
#aoe 0
#range 0
#precision 0
#end

Attached Files
File Type: zip 565406-vfb_spells.zip (602 Bytes, 297 views)
__________________
Whether he submitted the post, or whether he did not, made no difference. The Thought Police would get him just the same. He had committed— would still have committed, even if he had never set pen to paper— the essential crime that contained all others in itself. Thoughtcrime, they called it. Thoughtcrime was not a thing that could be concealed forever.
http://z7.invisionfree.com/Dom3mods/index.php?

Last edited by Edi; August 27th, 2008 at 05:00 PM.. Reason: Prefix
Reply With Quote