|
|
|
|
|
October 17th, 2007, 05:34 AM
|
|
National Security Advisor
|
|
Join Date: Oct 2003
Location: Helsinki, Finland
Posts: 5,425
Thanks: 174
Thanked 695 Times in 267 Posts
|
|
Re: Conceptual Balance Mod (and summary file) 1.
Yes, it will, since Armor Dest is not an AoE effect. However, you could mod Armor Dest to also have AoE 1 and then set that as #secondaryeffectalways on Star of Heroes. That *should* work, but no guarantees.
|
October 17th, 2007, 05:35 AM
|
|
National Security Advisor
|
|
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
|
|
Re: Conceptual Balance Mod (and summary file) 1.
You could #copyweapon the armor-breaking property itself, and make THAT #aoe 1, couldn't you?
|
October 17th, 2007, 05:44 AM
|
BANNED USER
|
|
Join Date: Feb 2007
Posts: 5,463
Thanks: 165
Thanked 324 Times in 190 Posts
|
|
Re: Conceptual Balance Mod (and summary file) 1.
I wasn't aware there was a "Destroy armor" weapon. I thought that property was one of those that exists on items, not equipment. Like the properties on item-armour.
Edit: By the way there is no copy weapon command.
|
October 17th, 2007, 05:52 AM
|
|
National Security Advisor
|
|
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
|
|
Re: Conceptual Balance Mod (and summary file) 1.
Weapon 174, "Armor Dest"
Most of the special weapon attributes, like Small Area Flame and Frost, or 1AN+MR, or Enslavement, are actually weapons.
|
October 17th, 2007, 06:02 AM
|
BANNED USER
|
|
Join Date: Feb 2007
Posts: 5,463
Thanks: 165
Thanked 324 Times in 190 Posts
|
|
Re: Conceptual Balance Mod (and summary file) 1.
Oh then I think the answer is simple.
#selectweapon "Star of Heroes"
#secondaryeffectalways XXX
#end
#newweapon XXX
#name "Wreck Armor"
#aoe 1
#secondaryeffect "Armor Dest"
#end
That should/could work. Obviously needs a test. I don't know if you can chain secondaryeffects.
|
October 17th, 2007, 06:23 AM
|
|
National Security Advisor
|
|
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
|
|
Re: Conceptual Balance Mod (and summary file) 1.
Quote:
Sombre said:
Oh then I think the answer is simple.
#selectweapon "Star of Heroes"
#secondaryeffectalways XXX
#end
#newweapon XXX
#name "Wreck Armor"
#aoe 1
#secondaryeffect "Armor Dest"
#end
That should/could work. Obviously needs a test. I don't know if you can chain secondaryeffects.
|
You probably can. However, AFAIK, this would create a default weapon (0 dam + str? whatever) that has the same special effect as the Star of Heroes. It might work, it might not. In case it doesn't work, this might work:
#newweapon XXY
#name "Destruction"
#copyweapon "Armor Dest"
#aoe 1
#end
|
October 17th, 2007, 06:36 AM
|
|
National Security Advisor
|
|
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
|
|
Re: Conceptual Balance Mod (and summary file) 1.
Neither of these worked.
|
October 17th, 2007, 07:22 AM
|
|
National Security Advisor
|
|
Join Date: Oct 2003
Location: Helsinki, Finland
Posts: 5,425
Thanks: 174
Thanked 695 Times in 267 Posts
|
|
Re: Conceptual Balance Mod (and summary file) 1.
Sombre, that one can't work, since AoE weapon secondaryeffects must always be of the #secondaryeffectalways variety. Try assigning AoE 1 to Armor Dest and see where that gets you. Or did you try that already, Endo?
|
October 17th, 2007, 07:25 AM
|
|
Colonel
|
|
Join Date: Jun 2007
Location: Finland
Posts: 1,617
Thanks: 179
Thanked 304 Times in 123 Posts
|
|
Re: Conceptual Balance Mod (and summary file) 1.
Quote:
Endoperez said:
Neither of these worked.
|
That's a shame.
It's a pet peeve of mine, but I'd really like to see a forgeable weapon that strikes with AoE (think of Sauron at the battlefield in the first LoTR movie, Sauron struck like 3 guys at once). Something to give some options for a SC/thug weapon besides the Brands.
__________________
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.
|
October 17th, 2007, 07:50 AM
|
BANNED USER
|
|
Join Date: Feb 2007
Posts: 5,463
Thanks: 165
Thanked 324 Times in 190 Posts
|
|
Re: Conceptual Balance Mod (and summary file) 1.
Endo's one didn't work because there is no #copyweapon command, which I pointed out earlier.
Ok, so try my one but use #secondaryeffectalways both times.
So:
#selectweapon "Star of Heroes"
#secondaryeffectalways XXX
#aoe 1
#end
#newweapon XXX
#name "Wreck Armor"
#aoe 1
#nostr
#dmg 1
#secondaryeffectalways "Armor Dest"
#end
The reason to avoid messing with "Armor Dest" giving it aoe 1 is that it might impact more than the star of heroes.
Oh and Burnsaber: It's not that we're having trouble getting AOE working on star of heroes. The problem is getting the AOE on the armour destroying effect as well.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|