home *** CD-ROM | disk | FTP | other *** search
/ Level 2004 September / Level_2004-09_117_cdb.bin / Data1.cab / common / Tutorial / Chapter6.eug < prev    next >
Encoding:
Text File  |  2004-08-20  |  3.9 KB  |  167 lines

  1. header = {
  2.     tutorial = yes
  3.     tutorialfile = "Tutorial/Chapter6.csv"
  4.         name = "Tutorial Chapter 4-Diplomacy"
  5.     startyear = 1500
  6.  
  7.     optionmode = 1
  8.     set_difficulty= 2
  9.     set_ai_aggresive = 0
  10.     set_gamespeed = 1
  11.     set_basevp = 0
  12.     set_missions = 0
  13.     gametype = 3
  14.  
  15.  
  16.         ENG  = {
  17.                     desc = "ALL_TUT_HISTDESC"
  18.             scenariotactics = "ALL_TUT_HISTDESC"
  19.             countrytactics = "ALL_TUT_VPTACTIC"
  20.                      picture = "scenarios\data\tutorial.bmp"
  21.                     missioncountry = "ALL_TUT_MISSDESC"
  22.                     missiontactics = "ALL_TUT_MISSTACT"
  23.  
  24.  
  25.                     }
  26. }
  27. globaldata = { 
  28.     startdate = { 
  29.         year = 1500
  30.         month = january
  31.         day = 0
  32.         } 
  33.     enddate = { 
  34.         year = 1792 
  35.         month = january 
  36.         day = 0 
  37.         } 
  38.  
  39.     } 
  40.  
  41. #Center of Trade
  42. cot = {    location = 247     }  #
  43.  
  44. country = { 
  45.     tag = ENG
  46.     colonialattempts = 0 
  47.     colonialnation = yes
  48.     major = yes
  49.     manpower = 40
  50.     treasury = 2500.000000 
  51.     inflation = 0.000000
  52.     diplomats = 2
  53.     colonists = 3 
  54.     religion = { type = catholic }
  55.     knownprovinces = { 247 245 248 246 240 241 242 244 249 250 243 935 } 
  56.     ownedprovinces = { 247 245 248 246 240 241 242 244 249 250 }
  57.     controlledprovinces = { 247 245 248 246 240 241 242 244 249 250 }
  58.     nationalprovinces = { 247 245 248 246 240 241 242 244 249 250 }
  59.     landunit = { 
  60.         id = { type = 20000 id = 1 } 
  61.         name = "1st Army" 
  62.         location = 240
  63.         leader = { 
  64.             id = { type = 20000 id = 2 } 
  65.             name = "Smiley" 
  66.             category = conquistador
  67.             rank = 1
  68.             fire = 3 
  69.             shock = 3 
  70.             siege = 3 
  71.             movement = 3
  72.             startdate = { year = 1492 month = march day = 1 } 
  73.             deathdate = { year = 1820 month = march day = 1 }
  74.      }  
  75.         infantry = 15000 
  76.         cavalry = 0 
  77.         artillery = 0 
  78.         }
  79.     navalunit = { 
  80.         id = { type = 20000 id = 3 } 
  81.         name = "Royal Navy" 
  82.         location = 935 
  83.         leader = { 
  84.             id = { type = 20000 id = 4 } 
  85.             name = "Rogers" 
  86.             category = explorer 
  87.             rank = 5  
  88.             fire = 0 
  89.             shock = 5 
  90.             siege = 2 
  91.             movement = 3  
  92.             startdate = { year = 1492 month = march day = 1 } 
  93.             deathdate = { year = 1820 month = march day = 1 } 
  94.         } 
  95.         warships = 4
  96.         galleys = 2 
  97.         transports = 8 
  98.         } 
  99.     city = {         
  100.         fortress = { level = 1 }  
  101.         population = 10000
  102.         location = 247 
  103.         capital = yes 
  104.         }
  105.     city = {         
  106.         fortress = { level = 1 }  
  107.         population = 8000
  108.         location = 248 
  109.         }
  110.     city = {         
  111.         fortress = { level = 1 }  
  112.         population = 8000
  113.         location = 245 
  114.         }
  115.     city = {         
  116.         fortress = { level = 1 }  
  117.         population = 8000
  118.         location = 240 
  119.         }
  120.     city = {         
  121.         fortress = { level = 1 }  
  122.         population = 8000
  123.         location = 246 
  124.         }
  125.     city = {         
  126.         fortress = { level = 1 }  
  127.         population = 8000
  128.         location = 241 
  129.         }
  130.     city = {         
  131.         fortress = { level = 1 }  
  132.         population = 8000
  133.         location = 242 
  134.         }
  135.     city = {         
  136.         fortress = { level = 1 }  
  137.         population = 8000
  138.         location = 244 
  139.         }
  140.     city = {         
  141.         fortress = { level = 1 }  
  142.         population = 8000
  143.         location = 249 
  144.         }
  145.     city = {         
  146.         fortress = { level = 1 }  
  147.         population = 8000
  148.         location = 250 
  149.         }
  150.     monarchtable =  { 
  151.         } 
  152.     leadertable =  { 
  153.         } 
  154.  
  155.     technology = { 
  156.         infra = { level = 0 value = 0 }
  157.     trade = { level = 0 value = 0 }  
  158.     land = { level = 1 value = 0 } 
  159.         naval = { level = 1 value = 0 } 
  160.         stability = { level = 3 value = 0 } 
  161.        } 
  162.  
  163.     } 
  164.  
  165.  
  166.  
  167.