From: Erik V. <ev...@us...> - 2008-11-03 15:55:04
|
Update of /cvsroot/rails/18xx/data/1856 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17514/data/1856 Modified Files: CompanyManager.xml Map.xml Game.xml Log Message: Implemented varying flotation percentage for 1856. New generic Parameter property map in Phase. Index: CompanyManager.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/CompanyManager.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** CompanyManager.xml 28 Oct 2008 21:01:34 -0000 1.21 --- CompanyManager.xml 3 Nov 2008 15:55:00 -0000 1.22 *************** *** 6,13 **** <CanBuyPrivates lowerPriceFactor="0.5" upperPriceFactor="2.0"/> <PoolPaysOut/> - <Float percentage="30"/><!-- Should be variable--> <ShareUnit percentage="10"/> <Certificate type="President" shares="2"/> <Certificate shares="1" number="8"/> <BaseTokens> <LayCost method="sequence" cost="0,40,100"/> --- 6,13 ---- <CanBuyPrivates lowerPriceFactor="0.5" upperPriceFactor="2.0"/> <PoolPaysOut/> <ShareUnit percentage="10"/> <Certificate type="President" shares="2"/> <Certificate shares="1" number="8"/> + <Capitalisation type="incremental"/> <BaseTokens> <LayCost method="sequence" cost="0,40,100"/> Index: Map.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/Map.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Map.xml 6 Mar 2008 21:52:10 -0000 1.8 --- Map.xml 3 Nov 2008 15:55:00 -0000 1.9 *************** *** 1,4 **** <Map mapClass="rails.ui.swing.hexmap.NSHexMap" tileOrientation="NS" letterOrientation="horizontal" even="A"> - <!-- To be added: tiles, orientation, impassable hex sides, etc.--> <Hex name="A20" tile="-902" value="30,50,60" city="Detroit/Windsor"/> <Hex name="B13" tile="-902" value="30,50,50" city="Sarnia"/> --- 1,3 ---- Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/Game.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Game.xml 11 Dec 2007 20:58:35 -0000 1.17 --- Game.xml 3 Nov 2008 15:55:00 -0000 1.18 *************** *** 3,6 **** --- 3,8 ---- <Component name="GameManager" class="rails.game.GameManager"> <Game name="1856"/> + <StockRound class="rails.game.specific._1856.StockRound_1856" + sequence="SellBuyOrBuySell"/> <PlayerShareLimit percentage="60"/> <BankPoolLimit percentage="50"/> *************** *** 47,50 **** --- 49,53 ---- <OperatingRounds number="1"/> <Trains tradingAllowed="yes"/> + <Parameters floatPercentage="20"/> </Phase> <Phase name="2"> *************** *** 52,58 **** --- 55,63 ---- <OperatingRounds number="2"/> <Privates sellingAllowed="yes"/> + <Parameters floatPercentage="30"/> </Phase> <Phase name="3"> <Tiles colour="yellow,green"/> + <Parameters floatPercentage="40"/> </Phase> <Phase name="4"> *************** *** 61,67 **** --- 66,74 ---- <Privates close="yes"/> <OffBoardRevenue step="2"/> + <Parameters floatPercentage="50"/> </Phase> <Phase name="5"> <Tiles colour="yellow,green,brown,grey"/> + <Parameters floatPercentage="60"/> </Phase> <Phase name="6"> |