From: brett l. <wak...@gm...> - 2006-07-29 18:01:48
|
On 7/29/06, Erik Vos <eri...@hc...> wrote: > Your proposal looks like a change to Tiles.xml, but that is > definitely not the right place, as this file should > only contain game-independent tile features. > The off-board revenue values should be defined in Map.xml. > > In fact I have this item high on my list of next-to-do things. > > I would do it like this: > > 1. Put the values per step in Map.xml, e.g. like (for 1830) > > <Hex name="A9" tile="-901" orientation="0" values="30,50"/> > > 2. Put the change conditions in Game.xml per Phase. > The default would be step 1. Only the change point needs be > defined, e.g. like > > <Phase name="5"> > <Tiles colour="yellow,green,brown"/> > <Privates close="yes"/> > <OperatingRounds number="3"/> > <OffBoardRevenue step="2"/> > </Phase> > > If it's OK with you, I can do this after I have fixed token laying. > Sure, you can do this whenever you like. I was more just trying to find a good place to include this information. |