Revision: 1513
http://rails.svn.sourceforge.net/rails/?rev=1513&view=rev
Author: evos
Date: 2011-04-06 22:12:31 +0000 (Wed, 06 Apr 2011)
Log Message:
-----------
Fix: all 1830 variants had got obsoleting trains instead of just Coalfields
Modified Paths:
--------------
trunk/18xx/data/1830/Game.xml
Modified: trunk/18xx/data/1830/Game.xml
===================================================================
--- trunk/18xx/data/1830/Game.xml 2011-04-03 21:23:54 UTC (rev 1512)
+++ trunk/18xx/data/1830/Game.xml 2011-04-06 22:12:31 UTC (rev 1513)
@@ -99,12 +99,20 @@
cities="double" if city-revenue is doubled (e.g. 1826 TGV).
-->
</Defaults>
- <Train name="2" majorStops="2" cost="80" amount="6" obsoleting="yes"/>
- <Train name="3" majorStops="3" cost="180" amount="5" obsoleting="yes" startPhase="3"/>
- <Train name="4" majorStops="4" cost="300" amount="4" obsoleting="yes" startPhase="4"
+ <Train name="2" majorStops="2" cost="80" amount="6">
+ <IfOption name="Variant" value="Coalfields">
+ <Attributes obsoleting="yes"/>
+ </IfOption>
+ </Train>
+ <Train name="3" majorStops="3" cost="180" amount="5" startPhase="3">
+ <IfOption name="Variant" value="Coalfields">
+ <Attributes obsoleting="yes"/>
+ </IfOption>
+ </Train>
+ <Train name="4" majorStops="4" cost="300" amount="4" startPhase="4"
rustedTrain="2">
<IfOption name="Variant" value="Coalfields">
- <Attributes amount="5"/>
+ <Attributes obsoleting="yes" amount="5"/>
</IfOption>
</Train>
<Train name="5" majorStops="5" cost="450" amount="3" startPhase="5"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|