From: Stefan F. <ste...@us...> - 2010-05-14 15:20:05
|
Update of /cvsroot/rails/18xx/data/1835 In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv8794/data/1835 Modified Files: TileSet.xml Map.xml Tiles.xml Log Message: Updated and refactored revenue calculation, added support for 1835 Index: TileSet.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1835/TileSet.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** TileSet.xml 5 Mar 2010 20:33:18 -0000 1.13 --- TileSet.xml 14 May 2010 15:19:57 -0000 1.14 *************** *** 190,193 **** <Tile id="219" quantity="2" /> <Tile id="220" quantity="1" /> ! <Tile id="221" quantity="1" /> </TileManager> --- 190,203 ---- <Tile id="219" quantity="2" /> <Tile id="220" quantity="1" /> ! <Tile id="221" quantity="1" > ! <RevenueBonus value="-10" name="Elbe"> <Vertex id="0"/> <Vertex id="2"/> </RevenueBonus> ! <RevenueBonus value="-10" name="Elbe"> <Vertex id="0"/> <Vertex id="3"/> </RevenueBonus> ! <RevenueBonus value="-10" name="Elbe"> <Vertex id="0"/> <Vertex id="4"/> </RevenueBonus> ! <RevenueBonus value="-10" name="Elbe"> <Vertex id="1"/> <Vertex id="2"/> </RevenueBonus> ! <RevenueBonus value="-10" name="Elbe"> <Vertex id="1"/> <Vertex id="3"/> </RevenueBonus> ! <RevenueBonus value="-10" name="Elbe"> <Vertex id="1"/> <Vertex id="4"/> </RevenueBonus> ! <RevenueBonus value="-10" name="Elbe"> <Vertex id="5"/> <Vertex id="2"/> </RevenueBonus> ! <RevenueBonus value="-10" name="Elbe"> <Vertex id="5"/> <Vertex id="3"/> </RevenueBonus> ! <RevenueBonus value="-10" name="Elbe"> <Vertex id="5"/> <Vertex id="4"/> </RevenueBonus> ! </Tile> </TileManager> Index: Map.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1835/Map.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Map.xml 18 Apr 2010 12:47:37 -0000 1.11 --- Map.xml 14 May 2010 15:19:57 -0000 1.12 *************** *** 108,112 **** <Hex name="M17" tile="0" cost="50"/> <Hex name="M19" tile="-3" orientation="1"/> ! <Hex name="N4" tile="-901" orientation="5" value="0,50,0"/> <Hex name="N6" tile="-41"/> <Hex name="N8" tile="0" cost="70"/> --- 108,112 ---- <Hex name="M17" tile="0" cost="50"/> <Hex name="M19" tile="-3" orientation="1"/> ! <Hex name="N4" tile="-901" orientation="5" value="0,50,0" city="Elsas/Lothringen"/> <Hex name="N6" tile="-41"/> <Hex name="N8" tile="0" cost="70"/> Index: Tiles.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1835/Tiles.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Tiles.xml 1 May 2010 19:32:39 -0000 1.9 --- Tiles.xml 14 May 2010 15:19:57 -0000 1.10 *************** *** 92,97 **** </Tile> <Tile colour="yellow" id="-806" name="Berlin"> ! <Station id="city1" position="402" slots="1" type="City" value="30"/> ! <Station id="city2" position="001" slots="1" type="City" value="30"/> <Track from="city1" gauge="normal" to="side4"/> <Track from="city2" gauge="normal" to="side5"/> --- 92,97 ---- </Tile> <Tile colour="yellow" id="-806" name="Berlin"> ! <Station id="city1" position="402" slots="1" type="City" city="Berlin" value="30"/> ! <Station id="city2" position="001" slots="1" type="City" city="Berlin" value="30"/> <Track from="city1" gauge="normal" to="side4"/> <Track from="city2" gauge="normal" to="side5"/> |