|
From: Erik V. <ev...@us...> - 2011-10-30 22:46:30
|
data/18JR/CompanyManager.xml | 101 --------------
data/18JR/Game.xml | 168 ------------------------
data/18JR/Map.xml | 65 ---------
data/18JR/StockMarket.xml | 111 ----------------
data/18JR/TileSet.xml | 128 ------------------
data/18JR/Tiles.xml | 291 -------------------------------------------
data/GamesList.xml | 17 --
7 files changed, 881 deletions(-)
New commits:
commit 6915bd88f7d018bcbb3e7dcdd9f3d82cf7973c87
Author: Erik Vos <eri...@xs...>
Date: Sun Oct 30 23:45:41 2011 +0100
18Jr prototype removed.
As requested by the designer: Scott Petersen.
diff --git a/data/18JR/CompanyManager.xml b/data/18JR/CompanyManager.xml
deleted file mode 100644
index cd1aaaa..0000000
--- a/data/18JR/CompanyManager.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0"?>
-<CompanyManager>
- <CompanyType name="Private" class="rails.game.PrivateCompany">
- <ClosingConditions>
- <Phase>5</Phase>
- </ClosingConditions>
- </CompanyType>
- <CompanyType name="Public" class="rails.game.PublicCompany">
- <CanBuyPrivates lowerPriceFactor="0.5" upperPriceFactor="2.0"/>
- <PoolPaysOut/>
- <Float percentage="60"/>
- <ShareUnit percentage="10"/>
- <BaseTokens>
- <!-- HomeBase lay options: "whenStarted", "whenFloated", "firstOR" (default) -->
- <HomeBase lay="firstOR"/>
- <!-- LayCost methods: only "sequence" (1830 style) implemented so far (default) -->
- <LayCost method="sequence" cost="0,40,100"/>
- </BaseTokens>
- <Certificate type="President" shares="2"/>
- <Certificate shares="1" number="8"/>
- <Trains limit="4,3,2"/>
- <CanUseSpecialProperties/>
- </CompanyType>
- <Company name="SVNRR" type="Private" basePrice="20" revenue="5"
- longname="Schuylkill Valley Navigation & Railroad Company">
- </Company>
- <Company name="C&StL" type="Private" basePrice="40" revenue="10"
- longname="Champlain & St.Lawrence">
- </Company>
- <Company name="D&H" type="Private" basePrice="70" revenue="15"
- longname="Delaware & Hudson">
- </Company>
- <Company name="M&H" type="Private" basePrice="110" revenue="20"
- longname="Mohawk & Hudson">
- <SpecialProperties>
- <SpecialProperty condition="ifOwnedByPlayer" when="anyTurn" class="rails.game.special.ExchangeForShare">
- <ExchangeForShare company="NYC" share="10"/>
- </SpecialProperty>
- </SpecialProperties>
- </Company>
- <Company name="C&A" type="Private" basePrice="160" revenue="25"
- longname="Camden & Amboy">
- <Info key="ComesWithCertificate" parm="PRR,10"/>
- </Company>
- <Company name="B&O" type="Private" basePrice="220" revenue="30"
- longname="Baltimore & Ohio">
- <Info key="ComesWithPresidency" parm="B&O,20"/>
- </Company>
-
- <!-- Note two supported colour specification formats:
- RGB decimal with commas and RGB hexadecimal without commas -->
- <Company name="B&O" type="Public" tokens="2" fgColour="FFFFFF" bgColour="0,0,255"
- longname="Baltimore and Ohio">
- <Home hex="H6"/>
- </Company>
- <Company name="C&A" type="Public" tokens="2" fgColour="000000" bgColour="FF8000"
- longname="Camden and Amboy">
- <Home hex="E11"/>
- </Company>
- <Company name="C&O" type="Public" tokens="2" fgColour="000000" bgColour="A0E0FF"
- longname="Chesapeake and Ohio Railway">
- <Home hex="M7"/>
- </Company>
- <Company name="N&W" type="Public" tokens="2" fgColour="FFFFFF" bgColour="B03B00"
- longname="Norfolk and Western">
- <Home hex="M3"/>
- </Company>
- <Company name="PLE" type="Public" tokens="2" fgColour="FFFFFF" bgColour="000000"
- longname="Pittsburgh and Lake Erie Railroad">
- <Home hex="C1"/>
- </Company>
- <Company name="PRR" type="Public" tokens="2" fgColour="FFFFFF" bgColour="008000"
- longname="Pennsylvania Railroad">
- <Home hex="D10"/>
- </Company>
- <Company name="SQ" type="Public" tokens="2" fgColour="000000" bgColour="FFFF00"
- longname="New York, Susquehanna and Western Railway">
- <Home hex="B6"/>
- </Company> <Company name="SRC" type="Public" tokens="2" fgColour="FFFF00" bgColour="FF0000"
- longname="Strasburg Rail Road">
- <FirstTrainCloses type="Private" name="B&O"/>
- <Home hex="D8"/>
- </Company>
- <IfOption name="Variant" value="Pere Marquette">
- <Company name="PM" type="Public" tokens="2" fgColour="FFFF00" bgColour="000080"
- longname="Pere Marquette">
- <Home hex="C7"/>
- </Company>
- </IfOption>
- <StartPacket roundClass="rails.game.StartRound_1830">
- <Bidding initial="5" minimum="5" increment="1"/>
- <Item name="SVNRR" type="Private" basePrice="20"/>
- <Item name="C&StL" type="Private" basePrice="40"/>
- <Item name="D&H" type="Private" basePrice="70"/>
- <Item name="M&H" type="Private" basePrice="110"/>
- <Item name="C&A" type="Private" basePrice="160"/>
- <Item name="B&O" type="Private" basePrice="220">
- <SubItem name="B&O" type="Public" president="yes"/>
- </Item>
- </StartPacket>
-</CompanyManager>
diff --git a/data/18JR/Game.xml b/data/18JR/Game.xml
deleted file mode 100644
index aadd083..0000000
--- a/data/18JR/Game.xml
+++ /dev/null
@@ -1,168 +0,0 @@
-<?xml version="1.0"?>
-<ComponentManager>
- <Component name="GameManager" class="rails.game.GameManager">
- <Game name="18JR"/>
- <!-- GAME OPTIONS must have:
- - a name, which must also exist as an entry in LocalText.properties,
- - optionally 'type="toggle"', which has the effect that the
- selection uses a checkbox instead of a dropdown list.
- In this case, 'values' must be absent
- (the allowed values are fixed to "yes,no").
- - optionally, 'values="a,b,c"' i,e, a list of allowed values.
- - optionally, a default value (only affects a toggle;
- in a dropdown the first item is always the default).
- -->
- <!-- The options in Game.xml are not currently used.
- See GamesList.xml for the real ones.
- -->
- <GameOption name="Variant" values="Basegame,Cotton Port"
- default="Basegame"/>
- <GameOption name="NoMapMode" type="toggle" default="no"/>
- <GameOption name="RouteAwareness" values="Highlight,Deactivate"
- default="Deactivate"/>
- <GameOption name="RevenueCalculation" values="Suggest,Deactivate"
- default="Deactivate"/>
- <GameOption name="UnlimitedTiles" values="No,Yellow Plain,Yes" default="No"/>
- <GameOption name="BeginnerGame" type="toggle" default="no"/>
- <GameOption name="WithOptional6Train" type="toggle" default="no"/>
- <GameOption name="UnlimitedTopTrains" parm="D" type="toggle" default="no"/>
- <GameOption name="LeaveAuctionOnPass" type="toggle" default="no"/>
- <GameOption name="TwoPlayersCertLimit70Percent" type="toggle"
- default="yes"/>
- <GameOption name="SeparateSalesAtSamePrice" type="toggle" default="yes"/>
- <GameParameters>
- <PlayerShareLimit percentage="60">
- <!-- Option "NumberOfPlayers" is automatically set
- by the game engine -->
- <IfOption name="NumberOfPlayers" value="2">
- <IfOption name="TwoPlayersCertLimit70Percent" value="yes">
- <Attributes percentage="70"/>
- </IfOption>
- </IfOption>
- </PlayerShareLimit>
- <BankPoolLimit percentage="50"/>
- <StockRound>
- <NoSaleInFirstSR/>
- </StockRound>
- </GameParameters>
- <EndOfGame>
- <Bankruptcy/>
- <BankBreaks limit="0" finish="setOfORs"/>
- <!-- "Runs out"; when "broken", -1 is the limit -->
- </EndOfGame>
- </Component>
- <Component name="PlayerManager" class="rails.game.PlayerManager">
- <IfOption name="Variant" value="Basegame">
- <Players number="2" cash="1200" certLimit="28"/>
- <Players number="3" cash="800" certLimit="20"/>
- <Players number="4" cash="600" certLimit="16"/>
- <Players number="5" cash="480" certLimit="13"/>
- <Players number="6" cash="400" certLimit="11"/>
- </IfOption>
- <IfOption name="Variant" value="Pere Marquette">
- <Players number="2" cash="1200" certLimit="32"/>
- <Players number="3" cash="800" certLimit="22"/>
- <Players number="4" cash="600" certLimit="17"/>
- <Players number="5" cash="480" certLimit="14"/>
- <Players number="6" cash="400" certLimit="12"/>
- <Players number="7" cash="360" certLimit="11"/>
- </IfOption>
- </Component>
- <Component name="Bank" class="rails.game.Bank">
- <Bank amount="12000"/>
- <Money format="$@"/>
- </Component>
- <Component name="TileManager" class="rails.game.TileManager"
- file="TileSet.xml"/>
- <Component name="Map" class="rails.game.MapManager" file="Map.xml"/>
- <Component name="CompanyManager" class="rails.game.CompanyManager"
- file="CompanyManager.xml"/>
- <Component name="StockMarket" class="rails.game.StockMarket"
- file="StockMarket.xml"/>
- <Component name="TrainManager" class="rails.game.TrainManager">
- <Defaults>
- <Reach base="stops" countTowns="yes"/>
- <!-- Alternative values:
- base="hexes" for H-trains as in 1826, 1849 etc.
- countTowns="no" for all trains in 1841, 18EU, etc.,
- where towns score but do not count against the train length.
- Otherwise, towns are counted as minor or major stops,
- depending on the presence or absence of a "minorStops" value.
- -->
- <Score towns="yes"/>
- <!-- Alternative values:
- towns="no" for trains that ignore towns (e.g. 1826 TGV).
- cities="double" if city-revenue is doubled (e.g. 1826 TGV).
- -->
- </Defaults>
- <TrainType name="2" majorStops="2" cost="80" quantity="6"/>
- <TrainType name="3" majorStops="3" cost="180" quantity="5">
- <NewPhase phaseName="3"/>
- </TrainType>
- <TrainType name="4" majorStops="4" cost="300" quantity="4">
- <NewPhase phaseName="4"/>
- </TrainType>
- <TrainType name="5" majorStops="5" cost="450" quantity="3">
- <!--Train name="6" majorStops="6" cost="630" quantity="2" startPhase="6"
- rustedTrain="3" releasedTrain="D"/-->
- <NewPhase phaseName="5"/>
- </TrainType>
- <TrainType name="6" majorStops="6" cost="630">
- <NewPhase phaseName="6"/>
- <IfOption name="WithOptional6Train" value="yes">
- <Attributes quantity="3"/>
- </IfOption>
- <IfOption name="WithOptional6Train" value="no">
- <Attributes quantity="2"/>
- </IfOption>
- <IfOption name="Variant" value="Pere Marquette">
- <Attributes quantity="3"/>
- </IfOption>
- </TrainType>
- <TrainType name="D" majorStops="99" cost="1100">
- <NewPhase phaseName="D"/>
- <IfOption name="UnlimitedTopTrains" value="yes">
- <Attributes quantity="-1"/>
- </IfOption>
- <IfOption name="UnlimitedTopTrains" value="no">
- <Attributes quantity="6"/>
- </IfOption>
- <Exchange cost="800"/>
- </TrainType>
- </Component>
- <Component name="PhaseManager" class="rails.game.PhaseManager">
- <!-- Note: released and rusted trains are now specified per Train
- but could as well be moved here. To be sorted out when we do 18US. -->
- <!-- Each Phase's defaults are the previous one's values -->
- <Phase name="2">
- <Tiles colour="yellow"/>
- <Privates sellingAllowed="no"/>
- <OperatingRounds number="1"/>
- <Trains tradingAllowed="yes"/>
- </Phase>
- <Phase name="3">
- <Tiles colour="yellow,green"/>
- <Privates sellingAllowed="yes"/>
- <OperatingRounds number="2"/>
- </Phase>
- <Phase name="4">
- <Tiles colour="yellow,green"/>
- <Trains rusted="2" limitStep="2"/>
- </Phase>
- <Phase name="5">
- <Tiles colour="yellow,green,brown"/>
- <Trains limitStep="3"/>
- <!--Privates close="yes"/-->
- <OperatingRounds number="3"/>
- <OffBoardRevenue step="2"/>
- </Phase>
- <Phase name="6">
- <Tiles colour="yellow,green,brown"/>
- <Trains rusted="3" released="D"/>
- </Phase>
- <Phase name="D">
- <Tiles colour="yellow,green,brown"/>
- <Trains rusted="4"/>
- </Phase>
- </Component>
-</ComponentManager>
\ No newline at end of file
diff --git a/data/18JR/Map.xml b/data/18JR/Map.xml
deleted file mode 100644
index e765ba1..0000000
--- a/data/18JR/Map.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<Map tileOrientation="NS" letterOrientation="vertical" even="B">
-
- <Hex name="A5" tile="-7" orientation="1"/>
- <Hex name="A7" tile="-7" orientation="2"/>
- <Hex name="B2" tile="-902" orientation="1" value="40,50"/>
- <Hex name="B4" tile="0" cost="120"/>
- <Hex name="B6" tile="-10"/>
- <Hex name="B8" tile="0"/>
- <Hex name="B10" tile="0"/>
- <Hex name="B12" tile="-902" orientation="2" value="40,50"/>
- <Hex name="C1" tile="-104"/>
- <Hex name="C3" tile="-10"/>
- <Hex name="C5" tile="-10" cost="120"/>
- <Hex name="C7" tile="-1" cost="40"/>
- <Hex name="C9" tile="-1"/>
- <Hex name="C11" tile="-2"/>
- <Hex name="D2" tile="-2"/>
- <Hex name="D4" tile="0" cost="120"/>
- <Hex name="D6" tile="0"/>
- <Hex name="D8" tile="-10" cost="40"/>
- <Hex name="D10" tile="-10" cost="40"/>
- <Hex name="D12" tile="0"/>
- <Hex name="E3" tile="0"/>
- <Hex name="E5" tile="0" cost="120"/>
- <Hex name="E7" tile="0"/>
- <Hex name="E9" tile="0" cost="40"/>
- <Hex name="E11" tile="-10"/>
- <Hex name="F2" tile="0"/>
- <Hex name="F4" tile="0" cost="120"/>
- <Hex name="F6" tile="0"/>
- <Hex name="F8" tile="-10" cost="40"/>
- <Hex name="F10" tile="0" cost="40"/>
- <Hex name="G1" tile="-902" value="40,50"/>
- <Hex name="G3" tile="-10"/>
- <Hex name="G5" tile="0" cost="120"/>
- <Hex name="G7" tile="0"/>
- <Hex name="G9" tile="-10"/>
- <Hex name="H2" tile="0"/>
- <Hex name="H4" tile="0" cost="120"/>
- <Hex name="H6" tile="-10"/>
- <Hex name="H10" tile="0"/>
- <Hex name="I3" tile="0"/>
- <Hex name="I5" tile="-1"/>
- <Hex name="I7" tile="0" cost="40"/>
- <Hex name="I9" tile="0"/>
- <Hex name="I11" tile="-901" orientation="3" value="40,50"/>
- <Hex name="J2" tile="0"/>
- <Hex name="J4" tile="0" cost="120"/>
- <Hex name="J6" tile="0" cost="40"/>
- <Hex name="J10" tile="0"/>
- <Hex name="K3" tile="0"/>
- <Hex name="K5" tile="-1"/>
- <Hex name="K7" tile="0" cost="40"/>
- <Hex name="K11" tile="-901" orientation="3" value="40,50"/>
- <Hex name="L2" tile="0"/>
- <Hex name="L4" tile="-10"/>
- <Hex name="L6" tile="0"/>
- <Hex name="L8" tile="0" cost="40"/>
- <Hex name="M1" tile="-901" orientation="5" value="40,50"/>
- <Hex name="M3" tile="-10" cost="120"/>
- <Hex name="M5" tile="0"/>
- <Hex name="M7" tile="-10"/>
- <Hex name="N2" tile="-902" orientation="5" value="40,50"/>
- <Hex name="N8" tile="-901" orientation="3" value="40,50"/>
-</Map>
diff --git a/data/18JR/StockMarket.xml b/data/18JR/StockMarket.xml
deleted file mode 100644
index 121e5de..0000000
--- a/data/18JR/StockMarket.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-<StockMarket type="rectangular">
- <!-- Note two supported colour specification formats:
- RGB decimal with commas and RGB hexadecimal without commas -->
- <StockSpaceType name="yellow" colour="255,255,0">
- <NoCertLimit/>
- </StockSpaceType>
-
- <StockSpace name="A1" price="70" />
- <StockSpace name="A2" price="65" type="yellow"/>
- <StockSpace name="A3" price="55" type="yellow"/>
- <StockSpace name="A4" price="50" type="yellow"/>
- <StockSpace name="A5" price="45" type="yellow"/>
- <StockSpace name="A6" price="40" type="yellow"/>
- <StockSpace name="A7" price="30" type="yellow"/>
- <StockSpace name="A8" price="20" type="yellow"/>
- <StockSpace name="B1" price="75" />
- <StockSpace name="B2" price="70" />
- <StockSpace name="B3" price="65" type="yellow"/>
- <StockSpace name="B4" price="60" type="yellow"/>
- <StockSpace name="B5" price="55" type="yellow"/>
- <StockSpace name="B6" price="50" type="yellow"/>
- <StockSpace name="B7" price="40" type="yellow"/>
- <StockSpace name="B8" price="30" type="yellow"/>
- <StockSpace name="C1" price="80" />
- <StockSpace name="C2" price="75" />
- <StockSpace name="C3" price="70" />
- <StockSpace name="C4" price="65" type="yellow"/>
- <StockSpace name="C5" price="60" type="yellow"/>
- <StockSpace name="C6" price="55" type="yellow"/>
- <StockSpace name="C7" price="50" type="yellow"/>
- <StockSpace name="C8" price="40" type="yellow"/>
- <StockSpace name="D1" price="85" />
- <StockSpace name="D2" price="80" />
- <StockSpace name="D3" price="75" />
- <StockSpace name="D4" price="70" />
- <StockSpace name="D5" price="65" />
- <StockSpace name="D6" price="60" type="yellow"/>
- <StockSpace name="D7" price="55" type="yellow"/>
- <StockSpace name="D8" price="45" type="yellow"/>
- <StockSpace name="E1" price="90" />
- <StockSpace name="E2" price="85" />
- <StockSpace name="E3" price="80" />
- <StockSpace name="E4" price="75" />
- <StockSpace name="E5" price="70" />
- <StockSpace name="E6" price="65" />
- <StockSpace name="E7" price="60" />
- <StockSpace name="E8" price="50" type="yellow"/>
- <StockSpace name="F1" price="100" >
- <StartSpace/>
- </StockSpace>
- <StockSpace name="F2" price="90" >
- <StartSpace/>
- </StockSpace>
- <StockSpace name="F3" price="85" >
- <StartSpace/>
- </StockSpace>
- <StockSpace name="F4" price="80" >
- <StartSpace/>
- </StockSpace>
- <StockSpace name="F5" price="75" >
- <StartSpace/>
- </StockSpace>
- <StockSpace name="F6" price="70" >
- <StartSpace/>
- </StockSpace>
- <StockSpace name="F7" price="65" />
- <StockSpace name="F8" price="60" />
- <StockSpace name="G1" price="110" />
- <StockSpace name="G2" price="100" />
- <StockSpace name="G3" price="95" />
- <StockSpace name="G4" price="85" />
- <StockSpace name="G5" price="80" />
- <StockSpace name="G6" price="75" />
- <StockSpace name="G7" price="70" />
- <StockSpace name="G8" price="65" />
- <StockSpace name="H1" price="125" />
- <StockSpace name="H2" price="110" />
- <StockSpace name="H3" price="105" />
- <StockSpace name="H4" price="95" />
- <StockSpace name="H5" price="85" />
- <StockSpace name="H6" price="80" />
- <StockSpace name="H7" price="75" />
- <StockSpace name="I1" price="140" />
- <StockSpace name="I2" price="125" />
- <StockSpace name="I3" price="115" />
- <StockSpace name="I4" price="105" />
- <StockSpace name="I5" price="95" />
- <StockSpace name="I6" price="85" />
- <StockSpace name="J1" price="160" />
- <StockSpace name="J2" price="140" />
- <StockSpace name="J3" price="130" />
- <StockSpace name="J4" price="115" />
- <StockSpace name="J5" price="105" />
- <StockSpace name="K1" price="180" />
- <StockSpace name="K2" price="160" />
- <StockSpace name="K3" price="145" />
- <StockSpace name="K4" price="130" />
- <StockSpace name="L1" price="205" />
- <StockSpace name="L2" price="180" />
- <StockSpace name="L3" price="160" />
- <StockSpace name="L4" price="145" />
- <StockSpace name="M1" price="235" />
- <StockSpace name="M2" price="205" />
- <StockSpace name="M3" price="180" />
- <StockSpace name="N1" price="265" />
- <StockSpace name="N2" price="235" />
- <StockSpace name="N3" price="205" />
- <StockSpace name="O1" price="300" />
- <StockSpace name="O2" price="265" />
- <StockSpace name="O3" price="235" />
-</StockMarket>
diff --git a/data/18JR/TileSet.xml b/data/18JR/TileSet.xml
deleted file mode 100644
index ea95336..0000000
--- a/data/18JR/TileSet.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-<TileManager tiles="Tiles.xml">
- <!-- Preprinted tiles -->
- <Tile id="0"><!-- Empty space -->
- <Upgrade id="7,8,9"/>
- </Tile>
- <Tile id="-1"><!-- 1 town -->
- <Upgrade id="3,4,58"/>
- </Tile>
- <Tile id="-2"><!-- 2 towns -->
- <Upgrade id="1,2,55,56,69"/>
- </Tile>
- <Tile id="-3"/>
- <Tile id="-5"/>
- <Tile id="-7"/>
- <Tile id="-10"><!-- 1 city -->
- <Upgrade id="57,1441"/>
- </Tile>
- <Tile id="-11"><!-- B yellow -->
- <Upgrade id="53"/>
- </Tile>
- <Tile id="-20"><!-- 2 OO cities -->
- <Upgrade id="59" relayBaseTokens="yes"/>
- </Tile>
- <Tile id="-21"><!-- New York -->
- <Upgrade id="54"/>
- </Tile>
- <Tile id="-58"/>
- <Tile id="-101"/><!-- Altoona -->
- <Tile id="-102"/><!-- Rochester -->
- <Tile id="-103"/><!-- Montreal -->
- <Tile id="-104"/><!-- Norwich -->
- <Tile id="-105"/><!-- Cleveland -->
- <Tile id="-901"/>
- <Tile id="-902"/>
- <Tile id="-903"/>
-
- <!-- Yellow tiles -->
- <Tile id="1" quantity="1" />
- <Tile id="2" quantity="1" />
- <Tile id="3" quantity="2" />
- <Tile id="4" quantity="2" />
- <Tile id="7" quantity="4">
- <Upgrade id="18,26,27,28,29" />
- </Tile>
- <Tile id="8" quantity="8">
- <Upgrade id="16,19,23,24,25,28,29" />
- </Tile>
- <Tile id="9" quantity="7">
- <Upgrade id="18,19,20,23,24,26,27" />
- </Tile>
- <Tile id="55" quantity="1" />
- <Tile id="56" quantity="1" />
- <Tile id="57" quantity="4">
- <Upgrade id="14,15" />
- </Tile>
- <Tile id="58" quantity="2" />
- <Tile id="69" quantity="1" />
-
- <!-- Green tiles -->
- <Tile id="14" quantity="3">
- <Upgrade id="63" />
- </Tile>
- <Tile id="15" quantity="2">
- <Upgrade id="63" />
- </Tile>
- <Tile id="16" quantity="1">
- <Upgrade id="43,70" />
- </Tile>
- <Tile id="18" quantity="1">
- <Upgrade id="43" />
- </Tile>
- <Tile id="19" quantity="1">
- <Upgrade id="45,46" />
- </Tile>
- <Tile id="20" quantity="1">
- <Upgrade id="44,47" />
- </Tile>
- <Tile id="23" quantity="3">
- <Upgrade id="41,43,45,47" />
- </Tile>
- <Tile id="24" quantity="3">
- <Upgrade id="42,43,46,47" />
- </Tile>
- <Tile id="25" quantity="1">
- <Upgrade id="40,45,46" />
- </Tile>
- <Tile id="26" quantity="1">
- <Upgrade id="42,44,45" />
- </Tile>
- <Tile id="27" quantity="1">
- <Upgrade id="41,44,46" />
- </Tile>
- <Tile id="28" quantity="1">
- <Upgrade id="39,43,46,70" />
- </Tile>
- <Tile id="29" quantity="1">
- <Upgrade id="39,43,45,70" />
- </Tile>
- <Tile id="53" quantity="2">
- <Upgrade id="61" />
- </Tile>
- <Tile id="54" quantity="1">
- <Upgrade id="62" />
- </Tile>
- <Tile id="59" quantity="2">
- <Upgrade id="64,65,66,67,68" />
- </Tile>
- <!-- Brown tiles -->
- <Tile id="39" quantity="1" />
- <Tile id="40" quantity="1" />
- <Tile id="41" quantity="2" />
- <Tile id="42" quantity="2" />
- <Tile id="43" quantity="2" />
- <Tile id="44" quantity="1" />
- <Tile id="45" quantity="2" />
- <Tile id="46" quantity="2" />
- <Tile id="47" quantity="1" />
- <Tile id="61" quantity="2" />
- <Tile id="62" quantity="1" />
- <Tile id="63" quantity="3" />
- <Tile id="64" quantity="1" />
- <Tile id="65" quantity="1" />
- <Tile id="66" quantity="1" />
- <Tile id="67" quantity="1" />
- <Tile id="68" quantity="1" />
- <Tile id="70" quantity="1" />
- <Tile id="1441" quantity="1"/>
-</TileManager>
diff --git a/data/18JR/Tiles.xml b/data/18JR/Tiles.xml
deleted file mode 100644
index 0f21688..0000000
--- a/data/18JR/Tiles.xml
+++ /dev/null
@@ -1,291 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><Tiles><Tile colour="white" id="0" name="empty"/><Tile colour="white" id="-1" name="1 village">
- <Station id="city1" position="002" type="Town"/>
- </Tile><Tile colour="white" id="-2" name="2 villages">
- <Station id="city1" position="102" type="Town"/>
- <Station id="city2" position="302" type="Town"/>
- </Tile><Tile colour="fixed" id="-3" name="MF 3">
- <Station id="city1" position="252" type="Town" value="10"/>
- <Track from="city1" gauge="normal" to="side2"/>
- <Track from="city1" gauge="normal" to="side3"/>
- </Tile><Tile colour="fixed" id="-5" name="MF 5">
- <Station id="city1" position="0" slots="1" type="City" value="20"/>
- <Track from="city1" gauge="normal" to="side2"/>
- <Track from="city1" gauge="normal" to="side1"/>
- </Tile><Tile colour="fixed" id="-7" name="MF 7">
- <Track from="side2" gauge="normal" to="side1"/>
- </Tile><Tile colour="white" id="-10" name="1 city">
- <Station id="city1" position="302" slots="1" type="City"/>
- </Tile><Tile colour="yellow" id="-11" name="B">
- <Station id="city1" position="0" slots="1" type="City" value="30"/>
- <Track from="city1" gauge="normal" to="side1"/>
- <Track from="city1" gauge="normal" to="side3"/>
- </Tile><Tile colour="yellow" id="-20" name="2 cities">
- <Station id="city1" position="002" slots="1" type="City"/>
- <Station id="city2" position="302" slots="1" type="City"/>
- </Tile><Tile colour="yellow" id="-21" name="NY">
- <Station id="city1" position="202" slots="1" type="City" value="40"/>
- <Station id="city2" position="502" slots="1" type="City" value="40"/>
- <Track from="city1" gauge="normal" to="side2"/>
- <Track from="city2" gauge="normal" to="side5"/>
- </Tile><Tile colour="fixed" id="-58" name="MF 58">
- <Station id="city1" position="301" type="Town" value="10"/>
- <Track from="city1" gauge="normal" to="side2"/>
- <Track from="city1" gauge="normal" to="side4"/>
- </Tile><Tile colour="fixed" id="-101" name="Philadelphia">
- <Station id="city1" position="0" slots="1" type="City" value="10"/>
- <Track from="city1" gauge="normal" to="side1"/>
- <Track from="city1" gauge="normal" to="side4"/>
- <Track from="side4" gauge="normal" to="side1"/>
- </Tile><Tile colour="fixed" id="-102" name="-102">
- <Station id="city1" position="251" slots="1" type="City" value="20"/>
- <Track from="city1" gauge="normal" to="side1"/>
- <Track from="city1" gauge="normal" to="side3"/>
- <Track from="city1" gauge="normal" to="side4"/>
- </Tile><Tile colour="fixed" id="-103" name="MF 103">
- <Station id="city1" position="0" slots="1" type="City" value="40"/>
- <Track from="city1" gauge="normal" to="side2"/>
- <Track from="city1" gauge="normal" to="side3"/>
- </Tile><Tile colour="fixed" id="-104" name="MF 104">
- <Station id="city1" position="0" slots="1" type="City" value="20"/>
- <Track from="city1" gauge="normal" to="side2"/>
- </Tile><Tile colour="fixed" id="-105" name="MF 105">
- <Station id="city1" position="0" slots="1" type="City" value="30"/>
- <Track from="city1" gauge="normal" to="side2"/>
- <Track from="city1" gauge="normal" to="side3"/>
- </Tile><Tile colour="red" id="-901" name="OM 1 way">
- <Station id="city1" position="0" type="OffMapCity" value="-1"/>
- <Track from="city1" gauge="normal" to="side2"/>
- </Tile><Tile colour="red" id="-902" name="OM 2 way">
- <Station id="city1" position="0" type="OffMapCity" value="-1"/>
- <Track from="city1" gauge="normal" to="side2"/>
- <Track from="city1" gauge="normal" to="side1"/>
- </Tile><Tile colour="red" id="-903" name="OM 3 way">
- <Station id="city1" position="0" type="OffMapCity" value="-1"/>
- <Track from="city1" gauge="normal" to="side3"/>
- <Track from="city1" gauge="normal" to="side2"/>
- <Track from="city1" gauge="normal" to="side1"/>
- </Tile><Tile colour="yellow" id="1" name="1">
- <Station id="city1" position="408" type="Town" value="10"/>
- <Station id="city2" position="108" type="Town" value="10"/>
- <Track from="city1" gauge="normal" to="side0"/>
- <Track from="city1" gauge="normal" to="side4"/>
- <Track from="city2" gauge="normal" to="side1"/>
- <Track from="city2" gauge="normal" to="side3"/>
- </Tile><Tile colour="yellow" id="2" name="2">
- <Station id="city1" position="302" type="Town" value="10"/>
- <Station id="city2" position="109" type="Town" value="10"/>
- <Track from="city1" gauge="normal" to="side3"/>
- <Track from="city1" gauge="normal" to="side0"/>
- <Track from="city2" gauge="normal" to="side1"/>
- <Track from="city2" gauge="normal" to="side2"/>
- </Tile><Tile colour="yellow" id="3" name="3">
- <Station id="city1" position="352" type="Town" value="10"/>
- <Track from="city1" gauge="normal" to="side3"/>
- <Track from="city1" gauge="normal" to="side4"/>
- </Tile><Tile colour="yellow" id="4" name="4">
- <Station id="city1" position="0" type="Town" value="10"/>
- <Track from="city1" gauge="normal" to="side3"/>
- <Track from="city1" gauge="normal" to="side0"/>
- </Tile><Tile colour="yellow" id="7" name="7">
- <Track from="side3" gauge="normal" to="side4"/>
- </Tile><Tile colour="yellow" id="8" name="8">
- <Track from="side3" gauge="normal" to="side5"/>
- </Tile><Tile colour="yellow" id="9" name="9">
- <Track from="side3" gauge="normal" to="side0"/>
- </Tile><Tile colour="yellow" id="55" name="55">
- <Station id="city1" position="202" type="Town" value="10"/>
- <Station id="city2" position="302" type="Town" value="10"/>
- <Track from="city1" gauge="normal" to="side2"/>
- <Track from="city1" gauge="normal" to="side5"/>
- <Track from="city2" gauge="normal" to="side3"/>
- <Track from="city2" gauge="normal" to="side0"/>
- </Tile><Tile colour="yellow" id="56" name="56">
- <Station id="city1" position="407" type="Town" value="10"/>
- <Station id="city2" position="108" type="Town" value="10"/>
- <Track from="city2" gauge="normal" to="side1"/>
- <Track from="city2" gauge="normal" to="side3"/>
- <Track from="city1" gauge="normal" to="side4"/>
- <Track from="city1" gauge="normal" to="side2"/>
- </Tile><Tile colour="yellow" id="57" name="57">
- <Station id="city1" position="0" slots="1" type="City" value="20"/>
- <Track from="city1" gauge="normal" to="side3"/>
- <Track from="city1" gauge="normal" to="side0"/>
- </Tile><Tile colour="yellow" id="58" name="58">
- <Station id="city1" position="401" type="Town" value="10"/>
- <Track from="city1" gauge="normal" to="side5"/>
- <Track from="city1" gauge="normal" to="side3"/>
- </Tile><Tile colour="yellow" id="69" name="69">
- <Station id="city1" position="407" type="Town" value="10"/>
- <Station id="city2" position="002" type="Town" value="10"/>
- <Track from="city1" gauge="normal" to="side2"/>
- <Track from="city1" gauge="normal" to="side4"/>
- <Track from="city2" gauge="normal" to="side0"/>
- <Track from="city2" gauge="normal" to="side3"/>
- </Tile><Tile colour="green" id="14" name="14">
- <Station id="city1" position="0" slots="2" type="City" value="30"/>
- <Track from="city1" gauge="normal" to="side1"/>
- <Track from="city1" gauge="normal" to="side3"/>
- <Track from="city1" gauge="normal" to="side4"/>
- <Track from="city1" gauge="normal" to="side0"/>
- </Tile><Tile colour="green" id="15" name="15">
- <Station id="city1" position="0" slots="2" type="City" value="30"/>
- <Track from="city1" gauge="normal" to="side3"/>
- <Track from="city1" gauge="normal" to="side4"/>
- <Track from="city1" gauge="normal" to="side5"/>
- <Track from="city1" gauge="normal" to="side0"/>
- </Tile><Tile colour="green" id="16" name="16">
- <Track from="side3" gauge="normal" to="side5"/>
- <Track from="side4" gauge="normal" to="side0"/>
- </Tile><Tile colour="green" id="18" name="18">
- <Track from="side3" gauge="normal" to="side0"/>
- <Track from="side4" gauge="normal" to="side5"/>
- </Tile><Tile colour="green" id="19" name="19">
- <Track from="side5" gauge="normal" to="side1"/>
- <Track from="side0" gauge="normal" to="side3"/>
- </Tile><Tile colour="green" id="20" name...
[truncated message content] |