.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

Reply
 
Thread Tools Display Modes
  #1  
Old November 18th, 2008, 03:10 PM

VedalkenBear VedalkenBear is offline
Second Lieutenant
 
Join Date: May 2006
Posts: 465
Thanks: 10
Thanked 16 Times in 14 Posts
VedalkenBear is on a distinguished road
Default Dominion Spread Utility: Questions

Hey everyone. I'm currently writing a utility to simulate the spread of dominion. The one scenario I'm undertaking right now is lowering enemy dominion while sieging their capital.

I'll have some Java classes up in the next few days, but I wanted to state some assumptions and ask some questions here.

Assumptions
1) Dominion spread (both temple checks and preaching) works exactly as it states in the manual.

2) If a temple check results in a dominion gain, and that gain does not happen in the province that contains the source of the temple check, the gain cannot happen in that province. (I believe in the game that a dominion gain can jump back to the original province that generates it.)

Questions

1) The manual states that 'all dominion spread effects happen at the same time' in turn generation. Is this completely random, or do temple checks happen before preaching, is it done in player order, etc.? I think KO or JK would have to answer this question.

If there is no clear answer, I will assume that temple checks happen before preaching, and that (at least in the first case listed above), the besieged player's occurrences of each happen before the besieging player's occurrences. This should make it the 'worst case' for the besieging player.

If I have any more questions, or if anyone has any for me, I will update this post accordingly.

Edit:

Micah: All right, I will update the model. That isn't hard to do.

Jim: That shouldn't be too hard to model either. In fact, I think it makes the code easier.

I plan on doing many 5-turn runs. If someone can provide a base case where they know all the variables involved (#/kind of priests preaching, maxDominion of every participant in the province, # of temple checks generated by each player given above), I can try to validate the model to see which is more correct.

Last edited by VedalkenBear; November 18th, 2008 at 09:55 PM..
Reply With Quote
  #2  
Old November 18th, 2008, 07:18 PM

Micah Micah is offline
Major
 
Join Date: Dec 2006
Posts: 1,226
Thanks: 12
Thanked 86 Times in 48 Posts
Micah is on a distinguished road
Default Re: Dominion Spread Utility: Questions

Temple spread is almost certainly after preaching.

I also had a mystery dominion point in Artifacts on turn 2, where I had more candles on turn 2 than I possibly could have (3 for pretender, 1 for VP, 1 for home, 1 for temple, 1 for prophet and 1 starting for a total of 8, but I'm fairly certain I had 9 candles on turn 2 of the game.) Not a huge deal, but indicative of a possible bug.
Reply With Quote
The Following User Says Thank You to Micah For This Useful Post:
  #3  
Old November 18th, 2008, 07:36 PM
JimMorrison's Avatar

JimMorrison JimMorrison is offline
Lieutenant General
 
Join Date: May 2008
Location: Utopia, Oregon
Posts: 2,676
Thanks: 83
Thanked 143 Times in 108 Posts
JimMorrison is on a distinguished road
Default Re: Dominion Spread Utility: Questions

Quote:
Originally Posted by Micah View Post
Temple spread is almost certainly after preaching.
I am pretty sure that it doesn't exactly work that way.

It seems that there is one blanket check to see where and how many temple/priest checks will occur. Then they are all run simultaneously, and applied additively. This is my theory, based on the observation that large numbers of H1 priests can Preach a single province above 2 (or 3 with Temple), if you have enough in one place, and get lucky rolls. Also, doing it this way eliminates redundancy, allowing the game to proceed without checking for every individual source of Dominion, before rolling for it.
Reply With Quote
The Following User Says Thank You to JimMorrison For This Useful Post:
  #4  
Old November 18th, 2008, 08:37 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: Dominion Spread Utility: Questions

Quote:
Originally Posted by Micah View Post
Temple spread is almost certainly after preaching.

I also had a mystery dominion point in Artifacts on turn 2, where I had more candles on turn 2 than I possibly could have (3 for pretender, 1 for VP, 1 for home, 1 for temple, 1 for prophet and 1 starting for a total of 8, but I'm fairly certain I had 9 candles on turn 2 of the game.) Not a huge deal, but indicative of a possible bug.
No dom lucky event in turn 2? You mean more candles that should have been possible in a single province? Or more candles total around your cap?

If you had a lucky event in a province you didn't own but you had dominion in, you could get a dominion increase without the message. Just like barbarians popping up in to join an indy army when you've got misfortune.
__________________
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 19th, 2008, 12:23 PM

Illuminated One Illuminated One is offline
First Lieutenant
 
Join Date: Oct 2008
Location: In Ulm und um Ulm herum
Posts: 787
Thanks: 133
Thanked 78 Times in 46 Posts
Illuminated One is on a distinguished road
Default Re: Dominion Spread Utility: Questions

I have the following theories:

Temple checks are before preaching

Friendly checks are before enemy checks


One way to really check it is to make a large map with 2 nations played by you.
Take a province that's very remote so that it's not influence by dominion from other provinces.
Get a nation (A) with a h3 priest give him the sword that makes him h4.
Now you have a priest with 120% preaching chance.
The other nation (B) gets dom 10 -> 100% temple spread chance.
Build a temple and a castle in the remote province with nation B and siege it with nation A.

Then do the following:
Preach it to neutral dom, and then let only the h4 priest preach.
The priest should always +1 the dominion, the temple should have a 100% increase chance if there is neutral dom and a 95% chance if there's enemy dominion.
Ok, now you'd have to host it for a lot of turns and if the province is still neutral the temple spread happened always before the preaching.
If not then the preaching made the province +1 dominion on a turn and the temple failed at the 95% chance check (the good thing is the temple can never take this back as the priest will always procude 1 dom until dominion is 4 so you don't have to check all turns, just the last).
Reply With Quote
  #6  
Old November 19th, 2008, 01:36 PM
JimMorrison's Avatar

JimMorrison JimMorrison is offline
Lieutenant General
 
Join Date: May 2008
Location: Utopia, Oregon
Posts: 2,676
Thanks: 83
Thanked 143 Times in 108 Posts
JimMorrison is on a distinguished road
Default Re: Dominion Spread Utility: Questions

Your H4 Prophet also generates a free Temple Check in his current province, each month.
Reply With Quote
  #7  
Old November 19th, 2008, 04:19 PM

Illuminated One Illuminated One is offline
First Lieutenant
 
Join Date: Oct 2008
Location: In Ulm und um Ulm herum
Posts: 787
Thanks: 133
Thanked 78 Times in 46 Posts
Illuminated One is on a distinguished road
Default Re: Dominion Spread Utility: Questions

Does the artifact sword that gives you a priest level also make you a prophet?

Well, if thats the case maybe you could mod a natural h4 priest.
Reply With Quote
  #8  
Old November 19th, 2008, 05:52 PM
JimMorrison's Avatar

JimMorrison JimMorrison is offline
Lieutenant General
 
Join Date: May 2008
Location: Utopia, Oregon
Posts: 2,676
Thanks: 83
Thanked 143 Times in 108 Posts
JimMorrison is on a distinguished road
Default Re: Dominion Spread Utility: Questions

No, you only get a Prophet through the Become Prophet command. I was just pointing out that since all Prophets get automatic Temple Checks, that the experiment wouldn't work.
Reply With Quote
  #9  
Old November 19th, 2008, 06:06 PM

thejeff thejeff is offline
General
 
Join Date: Apr 2005
Posts: 3,327
Thanks: 4
Thanked 133 Times in 117 Posts
thejeff is on a distinguished road
Default Re: Dominion Spread Utility: Questions

The point is the experiment isn't with a prophet.

"Get a nation (A) with a h3 priest give him the sword that makes him h4."

Not a prophet.
Reply With Quote
  #10  
Old November 19th, 2008, 09:28 PM
JimMorrison's Avatar

JimMorrison JimMorrison is offline
Lieutenant General
 
Join Date: May 2008
Location: Utopia, Oregon
Posts: 2,676
Thanks: 83
Thanked 143 Times in 108 Posts
JimMorrison is on a distinguished road
Default Re: Dominion Spread Utility: Questions

That is so crazy. My eyes saw "get an H3 3 Priest, make him your Prophet for H4".

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 05:25 PM.


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