From: Erik V. <ev...@us...> - 2009-08-28 20:27:47
|
Update of /cvsroot/rails/18xx/data/1856 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29002/data/1856 Modified Files: CompanyManager.xml Log Message: Split off new class PublicCompany_State for 1856 CGR Index: CompanyManager.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/CompanyManager.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** CompanyManager.xml 4 May 2009 20:29:15 -0000 1.25 --- CompanyManager.xml 28 Aug 2009 20:27:38 -0000 1.26 *************** *** 17,20 **** --- 17,30 ---- <!-- Number of loans is undefined and handled in the code --> </CompanyType> + <CompanyType name="State" class="rails.game.specific._1856.PublicCompany_State"> + <PoolPaysOut/> + <ShareUnit percentage="5"/> + <Certificate type="President" shares="2"/> + <Certificate shares="1" number="18"/> + <BaseTokens> + <LayCost method="sequence" cost="0,40,100"/> + </BaseTokens> + <Trains number="0,0,0,3"/> + </CompanyType> <Company name="Flos" type="Private" basePrice="20" revenue="5"> *************** *** 97,106 **** <Destination hex="H15"/> </Company> ! <Company name="CGR" type="Public" available="no" tokens="10" fgColour="FFFFFF" bgColour="000000"> ! <!-- Initially 20 shares are configured--> ! <ShareUnit percentage="5"/> ! <Trains number="0,0,0,3"/> ! <Certificate type="President" shares="2"/> ! <Certificate shares="1" number="18"/> </Company> <Company name="TGB" type="Public" tokens="2" fgColour="FFFFFF" bgColour="FF8000"> --- 107,111 ---- <Destination hex="H15"/> </Company> ! <Company name="CGR" type="State" available="no" tokens="10" fgColour="FFFFFF" bgColour="000000"> </Company> <Company name="TGB" type="Public" tokens="2" fgColour="FFFFFF" bgColour="FF8000"> |