View Single Post
  #45  
Old June 1st, 2007, 01:55 AM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: Idea thread: special provinces, unique defende

Quote:
I am not sure I completely understand your idea. Maybe it can done differently: create two such provinces: one with Golems, another - without and then set it so that only one of the provinces is selected for the generated map. Then Golems could have had semi-random equipment. Would it work?
You have discovered one of the limitations of the current design. If you create two unique provinces there is a chance that both could be placed on the same map.

Ideally, I should have treated commanders as objects with their attributes attached directly to their selection instead of treating each line separately. Maybe in future versions I can add support for random sections. This would allow multiple internal province versions... Will have to think on that some more when I am awake.

What I was describing before was that if you had a commander of some sort with no or limited slots (I'll call him "catcher") and a chance for a single golem that might make an appearance as a well armed thug, the placement in the file would be something like this:
#commander 101 -- catcher
@2 commander
471 --Golem
--no Golem
#additem "Horned Helmet"
#additem "Fire Plate"
#additem "Fire Brand"
#additem "Charcoal Shield"
#additem "Boots of Long Strides"

In this example, their is a 50% chance for the golem to make an appearance. If he does, then he will be equipped with the listed items. If he does not then the items would be applied to "catcher". My thought is that if catcher has no slots for these items that they simply go *poof*. This depends on exactly how dom3 handles such a situation and is just theory on my part. If the catcher does have slots, but they already have items, I strongly suspect that the existing items will be replaced by subsequent #additems.

Anyone who has had experience with anything like this, please feel free to correct or confirm.


Quote:
P.S. Thanks for the program!
Your welcome! (and thanks for the thanks!)
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote