home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Dema / Civilization4 / data1.cab / Civ4DemoComponent / Assets / XML / GameInfo / CIV4SeaLevelInfo.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-11-09  |  835 b   |  26 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. <!-- Sea Level -->
  7. <Civ4SeaLevelInfo xmlns="x-schema:CIV4GameInfoSchema.xml">
  8.     <SeaLevelInfos>
  9.         <SeaLevelInfo>
  10.             <Type>SEALEVEL_LOW</Type>
  11.             <Description>TXT_KEY_SEALEVEL_LOW</Description>
  12.             <iSeaLevelChange>-8</iSeaLevelChange>
  13.         </SeaLevelInfo>
  14.         <SeaLevelInfo>
  15.             <Type>SEALEVEL_MEDIUM</Type>
  16.             <Description>TXT_KEY_SEALEVEL_MEDIUM</Description>
  17.             <iSeaLevelChange>0</iSeaLevelChange>
  18.         </SeaLevelInfo>
  19.         <SeaLevelInfo>
  20.             <Type>SEALEVEL_HIGH</Type>
  21.             <Description>TXT_KEY_SEALEVEL_HIGH</Description>
  22.             <iSeaLevelChange>6</iSeaLevelChange>
  23.         </SeaLevelInfo>
  24.     </SeaLevelInfos>
  25. </Civ4SeaLevelInfo>
  26.