![]() |
Re: Terrain effects-putting together the complete
Those are not the same as the randomly distributed sites. Those sites are pre-placed by the map generator and are visible on the map by little icons:
<font class="small">Code:</font><hr /><pre> Decimal Bitmap (3byte?) 2^x Terrain Number 321098765432109876543210 8192 000000000010000000000000 ="firesite" (vulcano) 16384 000000000100000000000000 ="airsite" (?) 32768 000000001000000000000000 ="watersite" (lake) 65536 000000010000000000000000 ="earthsite" (?) 131072 000000100000000000000000 ="astralsite" (?) 262144 000001000000000000000000 ="deathsite" (house) 524288 000010000000000000000000 ="naturesite" (?) 1048576 000100000000000000000000 ="bloodsite" (????) 2097152 001000000000000000000000 ="priestsite" (menhirs) </pre><hr /> |
Re: Terrain effects-putting together the complete
My impression is that they are randomly distributed sites, but random within a certain set of site types. I have not tested this, but it would appear to insure that the given province will contain at least one site out of the specified theme or grouping. I think I understand what you were saying though.
On a side note (for anyone interested) the bit math is really simple. If you have terrain of plains (0) and want to flag it as containing a fire site (because you named it "The burning Plains"), then: #terrain prvnbr 8192 0 + 8192 = 8192 To make that same province "nostart", 0 + 8192 + 512 = 8704 You can easily "decompile" it by simply looking at the list of values (that Gandalf kindly posted above http://forum.shrapnelgames.com/images/smilies/happy.gif ) and finding the largest value that will go into your terrain value and subtract it. Rinse and repeat until you have your complete list of terrain flags. Pulled this terrain value from a random map: 524418 - "naturesite" 524288 = 130 - "forest" 128 = "large" 2 So the given province is a large forest province containing a random nature site. (Sorry Corwin, I guess all of this really doesn't help you in your quest for modifiers.) |
Re: Terrain effects-putting together the complete
Quote:
I never meant that there is a dice bonus. I simply want to put together the list of all terrain types and the most likely magic site types that they can contain. Like forest for nature, waste for death, mountain for earth, etc. Quote:
Thanks Arralan. But I saw that post earlier however, before I started this thread. It explains mechanics nicely, but it doesn't give exact numbers. (or rather Kristoffer wrote some but said that he is not sure of exact values, and that the values that he wrote are just a guess) And I really would like to know the exact values. To know, for example, which province should I search first - swamp or mountain. (I always thought mountain tend to have the most sites, but in Kris's list it has lower chance than waste/swamp) |
Re: Terrain effects-putting together the complete
Quote:
Any thoughts? |
Re: Terrain effects-putting together the complete
To have a TEC would be a huge help. Right now I mostly just stumble around and ignore terrain because there are so few clues as to what terrain effects are and how significant they are.
BTW, do rivers do anything at all? |
Re: Terrain effects-putting together the complete
i think, at the least rivers restrain movement
|
Re: Terrain effects-putting together the complete
What rivers are you talking about? You can assign a province the "fresh water" attribute, but I don't think it has any influence on movement.
The rivers in Jason Lutes' maps constrain movement because some provinces are set up not to be adjacent across the graphic of a river, but that's due to the design of the map, not the province properties. |
Re: Terrain effects-putting together the complete
Oh, and BTW - it looks like in Dominions there are 3 types of magic sites - "common"/"uncommom"/"rare" (plus "unique" flag), according tio the new table that QM sent me yesterday.
Kristoffer's post only mention two types - normal ("Common") and "Rare" magic sites. He said that "rare" site, if randomly chosen, gets re-rolled one more time. What about "uncommon" sites? |
All times are GMT -4. The time now is 11:15 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.