.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
World Supremacy- Save $9.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening > Scenarios, Maps and Mods

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old November 19th, 2007, 01:57 PM

Lazy_Perfectionist Lazy_Perfectionist is offline
Lieutenant Colonel
 
Join Date: May 2007
Posts: 1,355
Thanks: 0
Thanked 5 Times in 4 Posts
Lazy_Perfectionist is on a distinguished road
Default Re: New Spell: Bless Self

Thanks.
Reply With Quote
  #3  
Old November 20th, 2007, 01:29 AM
Juzza's Avatar

Juzza Juzza is offline
Second Lieutenant
 
Join Date: Oct 2006
Location: Canberra, Australia
Posts: 409
Thanks: 0
Thanked 1 Time in 1 Post
Juzza is on a distinguished road
Default Re: New Spell: Bless Self

if it misses just give it a slightly bigger area effect, there isn't anything wrong with making it have a bigger one, it'd just be like a normal bless spell except the target.
__________________
My Mods:
Tarent Mod:
http://forum.shrapnelgames.com/showt...ghlight=Tarent

Dinnas'Arval Mod:
http://forum.shrapnelgames.com/showt...nnas'Arval

Free Port:
http://forum.shrapnelgames.com/showt...+nation&page=3

Currently working on:
http://forum.shrapnelgames.com/showt...hlight=witcher
Inspired by the game The Witcher and the Witcher Novels.
Reply With Quote
  #4  
Old November 20th, 2007, 03:26 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 Re: New Spell: Bless Self

Well, then your H1 priest could bless (if you increase area to 10) 30 normal units instead of just 15. And an SC still could miss himself (though there would be less chance).

With this mod, the normal "Blessing" spell is still available. This mod just adds a new spell for SCs or Thugs who want to bless themselves before entering combat, without having to worry about spilling their holy water all over the place and not managing to get a drop on themselves, even though "Blessing" is a precision 100 spell.
__________________
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?
Reply With Quote
  #5  
Old November 21st, 2007, 12:38 AM
paradoxharbinger's Avatar

paradoxharbinger paradoxharbinger is offline
Sergeant
 
Join Date: May 2004
Posts: 338
Thanks: 0
Thanked 0 Times in 0 Posts
paradoxharbinger is on a distinguished road
Default Re: New Spell: Bless Self

i wonder, can you put multiple effects into a spell? an interesting mod could make spells have a good and bad effect. for example, i cast fireball, but the laws of the universe dictate that i have to pay for that, and as such i take some frost damage. not really related, but your mod gave me the idea.
__________________
ParadoxHarbinger's MapGen New Site!

Get The MapGen Alpha

Get The Dom3 Unit Maker

I'm shoulder high in crap, and my water-wings are flat!
Reply With Quote
  #6  
Old November 21st, 2007, 12:43 AM
Foodstamp's Avatar
Foodstamp Foodstamp is offline
Major General
 
Join Date: Oct 2006
Location: Tennessee USA
Posts: 2,059
Thanks: 229
Thanked 106 Times in 71 Posts
Foodstamp is on a distinguished road
Default Re: New Spell: Bless Self

VFB's method is the best way I have found to handle such spells. I created a spell called "Fade into the Veil" for one of my nations. The spell was meant to be a self castable body ethereal. After fiddling around with a few methods, I ended up handling the spell in the exact same manner as VFB handled his spell.
__________________
BLAH BLAH BLAH BLAH NEXT TURN.
Reply With Quote
  #7  
Old November 21st, 2007, 01:00 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 Re: New Spell: Bless Self

Quote:
paradoxharbinger said:
i wonder, can you put multiple effects into a spell? an interesting mod could make spells have a good and bad effect. for example, i cast fireball, but the laws of the universe dictate that i have to pay for that, and as such i take some frost damage. not really related, but your mod gave me the idea.
That sounds really cool, and it would probably shift gameplay more towards armies.

But I don't think it's current possible, because first, there's only one 'effect' (which is not a bitmask), and second, there's no way to specify with 2 "number of effects" that one is range 0, and the other has range 25 (or whatever).
__________________
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?
Reply With Quote
  #8  
Old November 21st, 2007, 01:15 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 Re: New Spell: Bless Self

Quote:
Foodstamp said:
VFB's method is the best way I have found to handle such spells. I created a spell called "Fade into the Veil" for one of my nations. The spell was meant to be a self castable body ethereal. After fiddling around with a few methods, I ended up handling the spell in the exact same manner as VFB handled his spell.
Are there any other spells this could be done for? I think most other buffs already have a lower level 'caster only' version. I'd like to make a mod which includes all of these 'buff self' spells.
__________________
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?
Reply With Quote
  #9  
Old November 21st, 2007, 02:49 AM
Burnsaber's Avatar

Burnsaber Burnsaber is offline
Colonel
 
Join Date: Jun 2007
Location: Finland
Posts: 1,617
Thanks: 179
Thanked 304 Times in 123 Posts
Burnsaber is on a distinguished road
Default Re: New Spell: Bless Self

Quote:
vfb said:
Are there any other spells this could be done for? I think most other buffs already have a lower level 'caster only' version. I'd like to make a mod which includes all of these 'buff self' spells.
Here are some:
Berserk, Aim, Earth Might, Haste, Legions of Steel, Weapons of Sharpness, Sermon of Courage, Flight

And more (these are a bit silly)
Life after Death, Flaming Arrows, Army of Gold/Lead.
__________________
I have now officially moved to the Dom3mods forums and do not actively use this account any more. You can stll contact me by PM's, since my account gives e-mail notifications on such occasions.

If you need to ask something about modding, you can contact me here.

See this thread for the latest info concerning my mods.
Reply With Quote
  #10  
Old November 23rd, 2007, 07:28 PM
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 Re: New Spell: Bless Self

Thanks for the ideas.

Berserk is precision 0, so I won't add it.

The self-affecting version of Aim is Eagle Eyes; I don't want to make that spell obsolete.

Earth Might is also precision 0.

Legions of Steel and Weapons of Sharpness are AoE 25, I don't think they'll miss, and they are also precision 0.

I did add "Fly", "Courage", and "Fade" ... "Fade" is self-body-ethereal, which sounds too ugly to me.
__________________
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?
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 02:02 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.