home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Dema / Civilization4 / data1.cab / Civ4DemoComponent / Assets / XML / GameInfo / CIV4HurryInfo.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-11-09  |  1.0 KB  |  27 lines

  1. <?xml version="1.0"?>
  2. <!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Jesse Smith (Firaxis Games) -->
  3. <!-- Sid Meier's Civilization 4 -->
  4. <!-- Copyright Firaxis Games 2005 -->
  5. <!-- -->
  6. <!-- Civ4HurryInfo - This structure describes the name for each multiplayer option. -->
  7. <Civ4HurryInfo xmlns="x-schema:CIV4GameInfoSchema.xml">
  8.     <HurryInfos>
  9.         <HurryInfo>
  10.             <Type>HURRY_POPULATION</Type>
  11.             <Description>TXT_KEY_HURRY_POPULATION</Description>
  12.             <iGoldPerProduction>0</iGoldPerProduction>
  13.             <iProductionPerPopulation>30</iProductionPerPopulation>
  14.             <bAnger>1</bAnger>
  15.             <Button>Art/Interface/MainScreen/CityScreen/hurry_slavery.dds</Button>
  16.         </HurryInfo>
  17.         <HurryInfo>
  18.             <Type>HURRY_GOLD</Type>
  19.             <Description>TXT_KEY_HURRY_GOLD</Description>
  20.             <iGoldPerProduction>3</iGoldPerProduction>
  21.             <iProductionPerPopulation>0</iProductionPerPopulation>
  22.             <bAnger>0</bAnger>
  23.             <Button>Art/Interface/MainScreen/CityScreen/hurry_commerce.dds</Button>
  24.         </HurryInfo>
  25.     </HurryInfos>
  26. </Civ4HurryInfo>
  27.