.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
  #11  
Old February 4th, 2008, 11:55 AM
cleveland's Avatar

cleveland cleveland is offline
Captain
 
Join Date: Oct 2007
Location: guess - and you'll be wrong
Posts: 834
Thanks: 33
Thanked 187 Times in 66 Posts
cleveland is on a distinguished road
Default Re: Conceptual Balance Mod 1.2

I think I found an error.

It seems the intention was to give the Star of Heroes an 1 AOE armor destruction.

However, as coded, the Star of Heroes now has a 1 AOE damage attack AND a 1 AOE armor destruction. Further, the Magic Sceptre has also been given this ability. It's a simple numbering error: 172 = magic sceptre, 173 = star of heroes, and 174 = armor destruction.



As coded (first 3 entries under "Items"):

#selectitem "Star of Heroes"
#constlevel 0
#end

#selectweapon 172
#secondaryeffectalways 173
#end

#selectweapon 173
#aoe 1
#end


EDIT: also need to remove original secondary effect
I think it's supposed to be:

#selectitem "Star of Heroes"
#constlevel 0
#end

#selectweapon 173
#secondaryeffect 0
#end

#selectweapon 173
#secondaryeffectalways 174
#end

#selectweapon 174
#aoe 1
#end
Reply With Quote
  #12  
Old February 4th, 2008, 03:37 PM

krawn krawn is offline
Private
 
Join Date: Oct 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
krawn is on a distinguished road
Default Re: Conceptual Balance Mod 1.2

Hmm, I've found an interesting bug:

Magic scale in the segmented mod is worth +33RP!

Reply With Quote
  #13  
Old February 4th, 2008, 04:37 PM

quantum_mechani quantum_mechani is offline
Lieutenant General
 
Join Date: Dec 2003
Location: Alaska
Posts: 2,968
Thanks: 24
Thanked 221 Times in 46 Posts
quantum_mechani is on a distinguished road
Default Re: Conceptual Balance Mod 1.2

Quote:
cleveland said:
I think I found an error.

It seems the intention was to give the Star of Heroes an 1 AOE armor destruction.

However, as coded, the Star of Heroes now has a 1 AOE damage attack AND a 1 AOE armor destruction. Further, the Magic Sceptre has also been given this ability. It's a simple numbering error: 172 = magic sceptre, 173 = star of heroes, and 174 = armor destruction.



As coded (first 3 entries under "Items"):

#selectitem "Star of Heroes"
#constlevel 0
#end

#selectweapon 172
#secondaryeffectalways 173
#end

#selectweapon 173
#aoe 1
#end


EDIT: also need to remove original secondary effect
I think it's supposed to be:

#selectitem "Star of Heroes"
#constlevel 0
#end

#selectweapon 173
#secondaryeffect 0
#end

#selectweapon 173
#secondaryeffectalways 174
#end

#selectweapon 174
#aoe 1
#end
Thank you, I'll get a fix uploaded soon.

As for the scale issue, that's about the third time that's cropped up, I think it only effects the segmented version. Anyway, I'll upload a fixed version for that soon as well.
Reply With Quote
  #14  
Old February 4th, 2008, 05:04 PM
cleveland's Avatar

cleveland cleveland is offline
Captain
 
Join Date: Oct 2007
Location: guess - and you'll be wrong
Posts: 834
Thanks: 33
Thanked 187 Times in 66 Posts
cleveland is on a distinguished road
Default Re: Conceptual Balance Mod 1.2

QM: more corrections for the other Stars...


Star of Thraldom should be:

#selectitem "Star of Thraldom"
#constlevel 0
#end

#selectweapon 218
#secondaryeffect 0
#end

#selectweapon 218
#secondaryeffectalways 219
#end

#selectweapon 219
#aoe 1
#end



Evening Star:

#selectitem "Evening Star"
#constlevel 2
#end

#selectweapon 304
#secondaryefect 0
#end

#selectweapon 304
#secondaryefectalways 305
#end

#selectweapon 305
#aoe 1
#end


The Evening Star one is important, because as it stands, the square being attacked is hit with Weakness as many times as there are units which occupy it. So in a square containing 3 units, each will be hit with Fire once, and Weakness three times. In a square containing 6 units, each will be hit with Fire once, and Weakness six times. Poor hobbits.
Reply With Quote
  #15  
Old February 4th, 2008, 05:10 PM
cleveland's Avatar

cleveland cleveland is offline
Captain
 
Join Date: Oct 2007
Location: guess - and you'll be wrong
Posts: 834
Thanks: 33
Thanked 187 Times in 66 Posts
cleveland is on a distinguished road
Default Re: Conceptual Balance Mod 1.2

I found those errors because I was putting together a CBM specific forging reference, not unlike the one linked in my signature.

It's attached. Feel free to include it in your distribution. If not, that's cool too.
Attached Files
File Type: zip 579286-CBM_Forging_Reference.zip (77.6 KB, 103 views)
Reply With Quote
  #16  
Old February 4th, 2008, 08:17 PM

llamabeast llamabeast is offline
National Security Advisor
 
Join Date: Nov 2006
Location: Oxford, UK
Posts: 5,921
Thanks: 194
Thanked 855 Times in 291 Posts
llamabeast will become famous soon enoughllamabeast will become famous soon enough
Default Re: Conceptual Balance Mod 1.2

Awesome! Good work Cleveland! At a stroke you've made CB vastly more playable.

I guess you'll know as well as anyone - are there many changes to the forging levels? I couldn't see that many at a quick glance, apart from Thistle Mace -> N3.
__________________
www.llamaserver.net
LlamaServer FAQ
My mod nations: Tomb Kings and Vampire Counts
A compilation of high quality mod nations: Expanded Nations Packs
Reply With Quote
  #17  
Old February 4th, 2008, 10:10 PM

quantum_mechani quantum_mechani is offline
Lieutenant General
 
Join Date: Dec 2003
Location: Alaska
Posts: 2,968
Thanks: 24
Thanked 221 Times in 46 Posts
quantum_mechani is on a distinguished road
Default Re: Conceptual Balance Mod 1.2

If the thistle mace is still there it's a bug, nothing should be harder to forge than base game now.
Reply With Quote
  #18  
Old February 4th, 2008, 11:17 PM
cleveland's Avatar

cleveland cleveland is offline
Captain
 
Join Date: Oct 2007
Location: guess - and you'll be wrong
Posts: 834
Thanks: 33
Thanked 187 Times in 66 Posts
cleveland is on a distinguished road
Default Re: Conceptual Balance Mod 1.2

No problem, glad to help.

Yes, there are substantial changes to the forging levels. In general, there's been a great shift toward making items more accessible. Easily 50 items were modified, and I'd guess 90% of the changes were decreases in Const level, decreases in mage level, or both.

Some interesting changes I recall:
-Many more easily accessible AOE weapons. The new ones, as mentioned are the Star of Heros, Evening Star, and Star of Thraldom. Doom glave now only S1, Const0.
-All research boosters reduced. Skull mentor now D1, Const6; owl quill, Const0; lightless lantern, Const4.
-Charcoal shield now Const6 (up from Const4)
-Thistle Mace was the only booster to change.
Reply With Quote
  #19  
Old February 5th, 2008, 01:03 AM

quantum_mechani quantum_mechani is offline
Lieutenant General
 
Join Date: Dec 2003
Location: Alaska
Posts: 2,968
Thanks: 24
Thanked 221 Times in 46 Posts
quantum_mechani is on a distinguished road
Default Re: Conceptual Balance Mod 1.2

Research boosters (apart from owl quills) were also supposed to be reset to base game. Charcoal shield I might move back simply to reduce confusion.

I knew when I uploaded 1.2 I must be forgetting something, seems I forgot to implement my items to do list.
Reply With Quote
  #20  
Old February 5th, 2008, 01:47 AM
DrPraetorious's Avatar

DrPraetorious DrPraetorious is offline
Major General
 
Join Date: Feb 2005
Location: Lake of Hali, Aldebaran, OH
Posts: 2,474
Thanks: 51
Thanked 67 Times in 27 Posts
DrPraetorious is on a distinguished road
Default Re: Conceptual Balance Mod 1.2

I've been playing a bit with command auras. Add this to a mod of your choice and let me know what you think.

If they work well, they could help to encourage the use of national commanders in actual combat, without (hopefully) stepping on the toes of the mages too much.
Attached Files
File Type: txt 579384-CommandAuras.txt (2.6 KB, 108 views)
__________________
If you read his speech at Rice, all his arguments for going to the moon work equally well as arguments for blowing up the moon, sending cloned dinosaurs into space, or constructing a towering *****-shaped obelisk on Mars. --Randall Munroe
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:48 PM.


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