View Single Post
  #46  
Old October 17th, 2007, 06:23 AM
Endoperez's Avatar

Endoperez Endoperez is offline
National Security Advisor
 
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
Endoperez is on a distinguished road
Default 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
Reply With Quote