From: Erik V. <ev...@us...> - 2010-02-04 21:28:07
|
Update of /cvsroot/rails/18xx/data/1835 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7192/data/1835 Modified Files: CompanyManager.xml Log Message: Info: replaced Privates by Companies. Now covers all (private and public) company types, as defined in the XML. Info display also extended. 1830 and 1835 done, others remain. Index: CompanyManager.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1835/CompanyManager.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** CompanyManager.xml 31 Jan 2010 22:15:57 -0000 1.23 --- CompanyManager.xml 4 Feb 2010 21:27:59 -0000 1.24 *************** *** 64,68 **** </ClosingConditions> </Company> ! <Company name="LD" longname="Leipzig-Dresdner Bahn" type="Private" basePrice="190" revenue="20"/> <Company name="BB" longname="Braunschweigische Bahn" type="Private" basePrice="130" revenue="25"> <SpecialProperties> --- 64,70 ---- </ClosingConditions> </Company> ! <Company name="LD" longname="Leipzig-Dresdner Bahn" type="Private" basePrice="190" revenue="20"> ! <Info key="ComesWithPresidency" parm="Sax,20"/> ! </Company> <Company name="BB" longname="Braunschweigische Bahn" type="Private" basePrice="130" revenue="25"> <SpecialProperties> *************** *** 81,84 **** --- 83,90 ---- <Company name="M1" longname="Bergisch-Märkische Bahn" type="Minor" price="80" tokens="1"> <Home hex="H2"/> + <!-- The Minor Special Properties may be replaced by some other device, + as Public Companies normally have no special properties. + PLEASE no not use these until further notice. --> + <Info key="SwapPrivateForCertificate" parm="M1,5,Pr"/> <SpecialProperties> <SpecialProperty condition="ifStarted" when="exchangeRound" class="rails.game.special.ExchangeForShare"> *************** *** 89,92 **** --- 95,99 ---- <Company name="M2" longname="Berlin-Potsdamer Bahn" type="Minor" price="170" tokens="1"> <Home hex="E19" city="1"/> + <Info key="SwapPrivateForCertificate" parm="M2,10,Pr"/> <SpecialProperties> <SpecialProperty condition="phase=4" when="exchangeRound" class="rails.game.special.ExchangeForShare"> *************** *** 97,100 **** --- 104,108 ---- <Company name="M3" longname="Magdeburger Bahn" type="Minor" price="80" tokens="1"> <Home hex="F14"/> + <Info key="SwapPrivateForCertificate" parm="M3,5,Pr"/> <SpecialProperties> <SpecialProperty condition="ifStarted" when="exchangeRound" class="rails.game.special.ExchangeForShare"> *************** *** 105,108 **** --- 113,117 ---- <Company name="M4" longname="Köln-Mindener Bahn" type="Minor" price="160" tokens="1"> <Home hex="G5"/> + <Info key="SwapPrivateForCertificate" parm="M4,10,Pr"/> <SpecialProperties> <SpecialProperty condition="ifStarted" when="exchangeRound" class="rails.game.special.ExchangeForShare"> *************** *** 113,116 **** --- 122,126 ---- <Company name="M5" longname="Berlin-Stettiner Bahn" type="Minor" price="80" tokens="1"> <Home hex="E19" city="2"/> + <Info key="SwapPrivateForCertificate" parm="M5,5,Pr"/> <SpecialProperties> <SpecialProperty condition="ifStarted" when="exchangeRound" class="rails.game.special.ExchangeForShare"> *************** *** 121,124 **** --- 131,135 ---- <Company name="M6" longname="Altona-Kiel Bahn" type="Minor" price="80" tokens="1"> <Home hex="C11" city="1"/> + <Info key="SwapPrivateForCertificate" parm="M6,5,Pr"/> <SpecialProperties> <SpecialProperty condition="ifStarted" when="exchangeRound" class="rails.game.special.ExchangeForShare"> |