From: Erik V. <ev...@us...> - 2010-01-16 15:06:52
|
Update of /cvsroot/rails/18xx/data/1830 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8948/data/1830 Modified Files: CompanyManager.xml Log Message: Added Privates item to Info menu. Added long private names for 1830. Index: CompanyManager.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1830/CompanyManager.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** CompanyManager.xml 13 Dec 2009 16:39:49 -0000 1.26 --- CompanyManager.xml 16 Jan 2010 15:06:44 -0000 1.27 *************** *** 18,26 **** <Trains number="4,4,3,2"/> </CompanyType> ! <Company name="SVNRR" type="Private" basePrice="20" revenue="5"> ! <Blocking hex="G15"/> ! </Company> ! <Company name="C&StL" type="Private" basePrice="40" revenue="10"> ! <Blocking hex="B20"/> <SpecialProperties> <SpecialProperty condition="ifOwnedByCompany" when="tileLayingStep" class="rails.game.special.SpecialTileLay"> --- 18,28 ---- <Trains number="4,4,3,2"/> </CompanyType> ! <Company name="SVNRR" type="Private" basePrice="20" revenue="5" ! longName="Schuylkill Valley Navigation & Railroad Company"> ! <Blocking hex="G15"/> ! </Company> ! <Company name="C&StL" type="Private" basePrice="40" revenue="10" ! longName="Champlain & St.Lawrence"> ! <Blocking hex="B20"/> <SpecialProperties> <SpecialProperty condition="ifOwnedByCompany" when="tileLayingStep" class="rails.game.special.SpecialTileLay"> *************** *** 29,34 **** </SpecialProperties> </Company> ! <Company name="D&H" type="Private" basePrice="70" revenue="15"> ! <Blocking hex="F16"/> <SpecialProperties> <SpecialProperty condition="ifOwnedByCompany" when="tileLayingStep" class="rails.game.special.SpecialTileLay"> --- 31,37 ---- </SpecialProperties> </Company> ! <Company name="D&H" type="Private" basePrice="70" revenue="15" ! longName="Delaware & Hudson"> ! <Blocking hex="F16"/> <SpecialProperties> <SpecialProperty condition="ifOwnedByCompany" when="tileLayingStep" class="rails.game.special.SpecialTileLay"> *************** *** 40,45 **** </SpecialProperties> </Company> ! <Company name="M&H" type="Private" basePrice="110" revenue="20"> ! <Blocking hex="D18"/> <SpecialProperties> <SpecialProperty condition="ifOwnedByPlayer" when="anyTime" class="rails.game.special.ExchangeForShare"> --- 43,49 ---- </SpecialProperties> </Company> ! <Company name="M&H" type="Private" basePrice="110" revenue="20" ! longName="Mohawk & Hudson"> ! <Blocking hex="D18"/> <SpecialProperties> <SpecialProperty condition="ifOwnedByPlayer" when="anyTime" class="rails.game.special.ExchangeForShare"> *************** *** 48,57 **** </SpecialProperties> </Company> ! <Company name="C&A" type="Private" basePrice="160" revenue="25"> ! <Blocking hex="H18"/> ! </Company> ! <Company name="B&O" type="Private" basePrice="220" revenue="30"> ! <Blocking hex="I13,I15"/> ! </Company> <!-- Note two supported colour specification formats: --- 52,63 ---- </SpecialProperties> </Company> ! <Company name="C&A" type="Private" basePrice="160" revenue="25" ! longName="Camden & Amboy"> ! <Blocking hex="H18"/> ! </Company> ! <Company name="B&O" type="Private" basePrice="220" revenue="30" ! longName="Baltimore & Ohio"> ! <Blocking hex="I13,I15"/> ! </Company> <!-- Note two supported colour specification formats: |