Here are two patches to 1870 data files to include the small city in H3 and
change the cost of 2 trains to $80. Tell me if I'm doing this right.
### Eclipse Workspace Patch 1.0
#P 18xx
Index: data/1870/Map.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/1870/Map.xml,v
retrieving revision 1.7
diff -u -r1.7 Map.xml
--- data/1870/Map.xml 23 Jan 2007 21:50:53 -0000 1.7
+++ data/1870/Map.xml 13 Feb 2008 20:57:41 -0000
@@ -73,7 +73,7 @@
<Hex name="G18" tile="0" cost="60"/>
<Hex name="G20" tile="-1"/>
<Hex name="H1" tile="0"/>
- <Hex name="H3" tile="0" cost="40"/>
+ <Hex name="H3" tile="-1" cost="40"/>
<Hex name="H5" tile="0" cost="40"/>
<Hex name="H7" tile="0" cost="60"/>
<Hex name="H9" tile="0"/>
Index: data/1870/Game.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/1870/Game.xml,v
retrieving revision 1.17
diff -u -r1.17 Game.xml
--- data/1870/Game.xml 11 Dec 2007 20:58:34 -0000 1.17
+++ data/1870/Game.xml 13 Feb 2008 20:57:41 -0000
@@ -32,7 +32,7 @@
<Reach base="stops" countTowns="major"/>
<Score towns="yes"/>
</Defaults>
- <Train name="2" majorStops="2" cost="100" amount="7"/>
+ <Train name="2" majorStops="2" cost="80" amount="7"/>
<Train name="3" majorStops="3" cost="180" amount="6"
startPhase="2"/>
<Train name="4" majorStops="4" cost="300" amount="5" startPhase="3"
rustedTrain="2"/>
|