From: Stefan F. <ste...@us...> - 2010-05-11 21:47:30
|
Update of /cvsroot/rails/18xx/data/1889 In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv14662/data/1889 Modified Files: Game.xml Map.xml Log Message: Added VertexVisitedSets and RevenueBonuses, several other improvements to the RC Index: Map.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1889/Map.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Map.xml 3 Feb 2010 20:01:28 -0000 1.2 --- Map.xml 11 May 2010 21:47:21 -0000 1.3 *************** *** 24,28 **** <Hex name="E8" tile="0"/> ! <Hex name="F1" tile="-902" orientation="2" value="30,60,100" city="Imabari"/> <!-- TODO: 3rd value is for diesel only--> <Hex name="F3" tile="-10" city="Saijou"/> <Hex name="F5" tile="0" cost="80"/> --- 24,30 ---- <Hex name="E8" tile="0"/> ! <Hex name="F1" tile="-902" orientation="2" value="30,60" city="Imabari"> ! <RevenueBonus value="40"> <Vertex id="-1"/> <Train type="D"/> </RevenueBonus> ! </Hex> <Hex name="F3" tile="-10" city="Saijou"/> <Hex name="F5" tile="0" cost="80"/> *************** *** 51,55 **** <Hex name="I12" tile="-1" city="Muki"/> ! <Hex name="J1" tile="-902" orientation="2" value="20,40,80" city="Sakaide & Okoyama"/> <!-- TODO: 3rd value is for diesel only--> <Hex name="J3" tile="0"/> <Hex name="J5" tile="-1" city="Ritsurin Kouen"/> --- 53,59 ---- <Hex name="I12" tile="-1" city="Muki"/> ! <Hex name="J1" tile="-902" orientation="2" value="20,40" city="Sakaide & Okoyama"> ! <RevenueBonus value="40"> <Vertex id="-1"/> <Train type="D"/> </RevenueBonus> ! </Hex> <Hex name="J3" tile="0"/> <Hex name="J5" tile="-1" city="Ritsurin Kouen"/> *************** *** 62,66 **** <Hex name="K8" tile="-10" city="Tokushima"/> ! <Hex name="L7" tile="-902" orientation="3" value="20,40,80" city="Naruto & Awaji"/> <!-- TODO: 3rd value is for diesel only--> </Map> --- 66,72 ---- <Hex name="K8" tile="-10" city="Tokushima"/> ! <Hex name="L7" tile="-902" orientation="3" value="20,40" city="Naruto & Awaji"> ! <RevenueBonus value="40"> <Vertex id="-1"/> <Train type="D"/> </RevenueBonus> ! </Hex> </Map> Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1889/Game.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Game.xml 23 Feb 2010 22:38:01 -0000 1.8 --- Game.xml 11 May 2010 21:47:21 -0000 1.9 *************** *** 129,135 **** <Phase name="D"> <Tiles colour="yellow,green,brown"/> - <!-- TODO: Offboard revenue only for diesels changes, other trains remain at step 2, - but not relevant as long as revenue calculation is not supported. --> - <OffBoardRevenue step="3"/> </Phase> </Component> --- 129,132 ---- |