[ Index ] WAROFGENERALS

PHP Cross Reference of WAROFGENERALS MODS SOURCES

title

Body

[close]

/Command and conquer Generals/Bataille Navale/INI/ -> Science.ini (source)

   1  ;//////////////////////////////////////////////////////////////////////////////
   2  ;FILE: Science.ini (SYSTEM) ////////////////////////////////////////////////////
   3  ;//////////////////////////////////////////////////////////////////////////////
   4  
   5  ;------------------------------------------------------------------------------
   6  ;---------------------Eddited by Colonel WOG (04/10/04)-----------------------
   7  ;------------------------------------------------------------------------------
   8  
   9  ;; -------------------------------------
  10  ;; INTRINSIC (Base-Level) Sciences
  11  ;; -------------------------------------
  12  
  13  Science SCIENCE_AMERICA
  14    PrerequisiteSciences = None
  15    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  16    IsGrantable = No
  17  End
  18  
  19  Science SCIENCE_CHINA
  20    PrerequisiteSciences = None
  21    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  22    IsGrantable = No
  23  End
  24  
  25  Science SCIENCE_GLA
  26    PrerequisiteSciences = None
  27    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  28    IsGrantable = No
  29  End
  30  
  31  ;; -------------------------------------
  32  ;; RANK Sciences, granted for a given rank
  33  ;; -------------------------------------
  34  
  35  ; note that omitting "SciencePurchasePointCost" means "science cannot
  36  ; normally be purchased; it must be intrinsic or otherwise directly
  37  ; granted to the player", which is true for all Rank sciences
  38  
  39  Science SCIENCE_Rank1
  40    PrerequisiteSciences = None
  41    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  42    IsGrantable = No
  43  End
  44  
  45  Science SCIENCE_Rank2
  46    PrerequisiteSciences = SCIENCE_Rank1
  47    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  48    IsGrantable = No
  49  End
  50  
  51  Science SCIENCE_Rank3
  52    PrerequisiteSciences = SCIENCE_Rank2
  53    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  54    IsGrantable = No
  55  End
  56  
  57  Science SCIENCE_Rank4
  58    PrerequisiteSciences = SCIENCE_Rank3
  59    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  60    IsGrantable = No
  61  End
  62  
  63  Science SCIENCE_Rank5
  64    PrerequisiteSciences = SCIENCE_Rank4
  65    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  66    IsGrantable = No
  67  End
  68  
  69  Science SCIENCE_Rank6
  70    PrerequisiteSciences = SCIENCE_Rank5
  71    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  72    IsGrantable = No
  73  End
  74  
  75  Science SCIENCE_Rank7
  76    PrerequisiteSciences = SCIENCE_Rank6
  77    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  78    IsGrantable = No
  79  End
  80  
  81  Science SCIENCE_Rank8
  82    PrerequisiteSciences = SCIENCE_Rank7
  83    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  84    IsGrantable = No
  85  End
  86  
  87  Science SCIENCE_Rank9
  88    PrerequisiteSciences = SCIENCE_Rank8
  89    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  90    IsGrantable = No
  91  End
  92  
  93  Science SCIENCE_Rank10
  94    PrerequisiteSciences = SCIENCE_Rank9
  95    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
  96    IsGrantable = No
  97  End
  98  
  99  ;; -------------------------------------
 100  ;; AMERICA Sciences
 101  ;; -------------------------------------
 102  
 103  ; --- LEVEL 1 POWERS ---
 104  Science SCIENCE_PaladinTank
 105    PrerequisiteSciences = SCIENCE_AMERICA SCIENCE_Rank1
 106    SciencePurchasePointCost = 1
 107    IsGrantable = Yes
 108    DisplayName = SCIENCE:USAPaladin
 109    Description = CONTROLBAR:ToolTipUSASciencePaladin
 110  End
 111  
 112  Science SCIENCE_StealthFighter
 113    PrerequisiteSciences = SCIENCE_AMERICA SCIENCE_Rank1
 114    SciencePurchasePointCost = 1
 115    IsGrantable = Yes
 116    DisplayName = SCIENCE:USAStealthFighter
 117    Description = CONTROLBAR:ToolTipUSAScienceStealthFighter
 118  End
 119  
 120  Science SCIENCE_SpyDrone
 121    PrerequisiteSciences = SCIENCE_AMERICA SCIENCE_Rank1
 122    SciencePurchasePointCost = 1
 123    IsGrantable = Yes
 124    DisplayName = SCIENCE:USASpyDrone
 125    Description = CONTROLBAR:ToolTipUSAScienceSpyDrone
 126  End
 127  
 128  ; --- LEVEL 3 POWERS ---
 129  Science SCIENCE_Pathfinder
 130    PrerequisiteSciences = SCIENCE_AMERICA SCIENCE_Rank3
 131    SciencePurchasePointCost = 1
 132    IsGrantable = Yes
 133    DisplayName = SCIENCE:USAPathFinder
 134    Description = CONTROLBAR:ToolTipUSASciencePathFinder
 135  End
 136  
 137  Science SCIENCE_Paradrop1
 138    PrerequisiteSciences = SCIENCE_AMERICA SCIENCE_Rank3
 139    SciencePurchasePointCost = 1
 140    IsGrantable = Yes
 141    DisplayName = SCIENCE:USAParaDrop1
 142    Description = CONTROLBAR:ToolTipUSAScienceParaDrop
 143  End
 144  
 145  Science SCIENCE_Paradrop2
 146    PrerequisiteSciences = SCIENCE_Paradrop1 SCIENCE_Rank3
 147    SciencePurchasePointCost = 1
 148    IsGrantable = Yes
 149    DisplayName = SCIENCE:USAParaDrop2
 150    Description = CONTROLBAR:ToolTipUSAScienceParaDrop
 151  End
 152  
 153  Science SCIENCE_Paradrop3
 154    PrerequisiteSciences = SCIENCE_Paradrop2 SCIENCE_Rank3
 155    SciencePurchasePointCost = 1
 156    IsGrantable = Yes
 157    DisplayName = SCIENCE:USAParaDrop3
 158    Description = CONTROLBAR:ToolTipUSAScienceParaDrop
 159  End
 160  
 161  Science SCIENCE_A10ThunderboltMissileStrike1
 162    PrerequisiteSciences = SCIENCE_AMERICA SCIENCE_Rank3
 163    SciencePurchasePointCost = 1
 164    IsGrantable = Yes
 165    DisplayName = SCIENCE:USAA10Strike1
 166    Description = CONTROLBAR:ToolTipUSAScienceA10Strike
 167  End
 168  
 169  Science SCIENCE_A10ThunderboltMissileStrike2
 170    PrerequisiteSciences = SCIENCE_A10ThunderboltMissileStrike1 SCIENCE_Rank3
 171    SciencePurchasePointCost = 1
 172    IsGrantable = Yes
 173    DisplayName = SCIENCE:USAA10Strike2
 174    Description = CONTROLBAR:ToolTipUSAScienceA10Strike
 175  End
 176  
 177  Science SCIENCE_A10ThunderboltMissileStrike3
 178    PrerequisiteSciences = SCIENCE_A10ThunderboltMissileStrike2 SCIENCE_Rank3
 179    SciencePurchasePointCost = 1
 180    IsGrantable = Yes
 181    DisplayName = SCIENCE:USAA10Strike3
 182    Description = CONTROLBAR:ToolTipUSAScienceA10Strike
 183  End
 184  
 185  ; --- LEVEL 8 POWERS ---
 186  Science SCIENCE_DaisyCutter
 187    PrerequisiteSciences = SCIENCE_AMERICA SCIENCE_Rank5
 188    SciencePurchasePointCost = 1
 189    IsGrantable = Yes
 190    DisplayName = SCIENCE:USADaisyCutter
 191    Description = CONTROLBAR:ToolTipUSAScienceDaisyCutter
 192  End
 193  
 194  ;; -------------------------------------
 195  ;; CHINA Sciences
 196  ;; -------------------------------------
 197  
 198  ; --- LEVEL 1 POWERS ---
 199  Science SCIENCE_RedGuardTraining
 200    PrerequisiteSciences = SCIENCE_CHINA SCIENCE_Rank1
 201    SciencePurchasePointCost = 1
 202    IsGrantable = Yes
 203    DisplayName = SCIENCE:ChinaRedGuardTraining
 204    Description = CONTROLBAR:ToolTipChinaScienceRedGuardTraining
 205  End
 206  
 207  Science SCIENCE_ClusterMines
 208    PrerequisiteSciences = SCIENCE_CHINA SCIENCE_Rank3
 209    SciencePurchasePointCost = 1
 210    IsGrantable = Yes
 211    DisplayName = SCIENCE:ChinaClusterMines
 212    Description = CONTROLBAR:ToolTipChinaScienceClusterMines
 213  End
 214  
 215  Science SCIENCE_ArtilleryTraining
 216    PrerequisiteSciences = SCIENCE_CHINA SCIENCE_Rank1
 217    SciencePurchasePointCost = 1
 218    IsGrantable = Yes
 219    DisplayName = SCIENCE:ChinaArtilleryTraining
 220    Description = CONTROLBAR:ToolTipChinaScienceARtilleryTraining
 221  End
 222  
 223  ; --- LEVEL 3 POWERS ---
 224  Science SCIENCE_NukeLauncher
 225    PrerequisiteSciences = SCIENCE_CHINA SCIENCE_Rank1
 226    SciencePurchasePointCost = 1
 227    IsGrantable = Yes
 228    DisplayName = SCIENCE:ChinaNukeLauncher
 229    Description = CONTROLBAR:ToolTipChinaScienceNukeCannon
 230  End
 231  
 232  Science SCIENCE_ArtilleryBarrage1
 233    PrerequisiteSciences = SCIENCE_CHINA SCIENCE_Rank3
 234    SciencePurchasePointCost = 1
 235    IsGrantable = Yes
 236    DisplayName = SCIENCE:ChinaArtilleryBarrage
 237    Description = CONTROLBAR:ToolTipChinaScienceArtilleryBarrage
 238  End
 239  
 240  Science SCIENCE_ArtilleryBarrage2
 241    PrerequisiteSciences = SCIENCE_ArtilleryBarrage1 SCIENCE_Rank3
 242    SciencePurchasePointCost = 1
 243    IsGrantable = Yes
 244    DisplayName = SCIENCE:ChinaArtilleryBarrage2
 245    Description = CONTROLBAR:ToolTipChinaScienceArtilleryBarrage
 246  End
 247  
 248  Science SCIENCE_ArtilleryBarrage3
 249    PrerequisiteSciences = SCIENCE_ArtilleryBarrage2 SCIENCE_Rank3
 250    SciencePurchasePointCost = 1
 251    IsGrantable = Yes
 252    DisplayName = SCIENCE:ChinaArtilleryBarrage3
 253    Description = CONTROLBAR:ToolTipChinaScienceArtilleryBarrage
 254  End
 255  
 256  Science SCIENCE_CashHack1
 257    PrerequisiteSciences = SCIENCE_CHINA SCIENCE_Rank3
 258    SciencePurchasePointCost = 1
 259    IsGrantable = Yes
 260    DisplayName = SCIENCE:ChinaCashHack1
 261    Description = CONTROLBAR:ToolTipChinaScienceCashHack
 262  End
 263  
 264  Science SCIENCE_CashHack2
 265    PrerequisiteSciences = SCIENCE_CashHack1 SCIENCE_Rank3
 266    SciencePurchasePointCost = 1
 267    IsGrantable = Yes
 268    DisplayName = SCIENCE:ChinaCashHack2
 269    Description = CONTROLBAR:ToolTipChinaScienceCashHack
 270  End
 271  
 272  Science SCIENCE_CashHack3
 273    PrerequisiteSciences = SCIENCE_CashHack2 SCIENCE_Rank3
 274    SciencePurchasePointCost = 1
 275    IsGrantable = Yes
 276    DisplayName = SCIENCE:ChinaCashHack3
 277    Description = CONTROLBAR:ToolTipChinaScienceCashHack
 278  End
 279  
 280  ; --- LEVEL 8 POWERS ---
 281  Science SCIENCE_EMPPulse
 282    PrerequisiteSciences = SCIENCE_CHINA SCIENCE_Rank5
 283    SciencePurchasePointCost = 1
 284    IsGrantable = Yes
 285    DisplayName = SCIENCE:ChinaEMPPulse
 286    Description = CONTROLBAR:ToolTipChinaScienceEMPPulse
 287  End
 288  
 289  
 290  ;; -------------------------------------
 291  ;; GLA Sciences
 292  ;; -------------------------------------
 293  
 294  ; --- LEVEL 1 POWERS ---
 295  Science SCIENCE_ScudLauncher
 296    PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank1
 297    SciencePurchasePointCost = 1
 298    IsGrantable = Yes
 299    DisplayName = SCIENCE:GLASCUDLauncher
 300    Description = CONTROLBAR:ToolTipGLAScienceSCUDLauncher
 301  End
 302  
 303  Science SCIENCE_MarauderTank
 304    PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank1
 305    SciencePurchasePointCost = 1
 306    IsGrantable = Yes
 307    DisplayName = SCIENCE:GLAMaruaderTank
 308    Description = CONTROLBAR:ToolTipGLaScienceMarauderTank
 309  End
 310  
 311  Science SCIENCE_TechnicalTraining
 312    PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank1
 313    SciencePurchasePointCost = 1
 314    IsGrantable = Yes
 315    DisplayName = SCIENCE:GLATechnicalTraining
 316    Description = CONTROLBAR:ToolTipGLAScienceTechnicalTraining
 317  End
 318  
 319  ; --- LEVEL 3 POWERS ---
 320  Science SCIENCE_Hijacker
 321    PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank3
 322    SciencePurchasePointCost = 1
 323    IsGrantable = Yes
 324    DisplayName = SCIENCE:GLAHijacker
 325    Description = CONTROLBAR:ToolTipGLAScienceHijacker
 326  End
 327  
 328  Science SCIENCE_RebelAmbush1
 329    PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank3
 330    SciencePurchasePointCost = 1
 331    IsGrantable = Yes
 332    DisplayName = SCIENCE:GLARebelAmbush1
 333    Description = CONTROLBAR:ToolTipGLAScienceRebelAmbush
 334  End
 335  
 336  Science SCIENCE_RebelAmbush2
 337    PrerequisiteSciences = SCIENCE_RebelAmbush1 SCIENCE_Rank3
 338    SciencePurchasePointCost = 1
 339    IsGrantable = Yes
 340    DisplayName = SCIENCE:GLARebelAmbush2
 341    Description = CONTROLBAR:ToolTipGLAScienceRebelAmbush
 342  End
 343  
 344  Science SCIENCE_RebelAmbush3
 345    PrerequisiteSciences = SCIENCE_RebelAmbush2 SCIENCE_Rank3
 346    SciencePurchasePointCost = 1
 347    IsGrantable = Yes
 348    DisplayName = SCIENCE:GLARebelAmbush3
 349    Description = CONTROLBAR:ToolTipGLAScienceRebelAmbush
 350  End
 351  
 352  Science SCIENCE_CashBounty1
 353    PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank3
 354    SciencePurchasePointCost = 1
 355    IsGrantable = Yes
 356    DisplayName = SCIENCE:GLACashBounty1
 357    Description = CONTROLBAR:ToolTipGLAScienceCashBounty
 358  End
 359  
 360  Science SCIENCE_CashBounty2
 361    PrerequisiteSciences = SCIENCE_CashBounty1 SCIENCE_Rank3
 362    SciencePurchasePointCost = 1
 363    IsGrantable = Yes
 364    DisplayName = SCIENCE:GLACashBounty2
 365    Description = CONTROLBAR:ToolTipGLAScienceCashBounty
 366  End
 367  
 368  Science SCIENCE_CashBounty3
 369    PrerequisiteSciences = SCIENCE_CashBounty2 SCIENCE_Rank3
 370    SciencePurchasePointCost = 1
 371    IsGrantable = Yes
 372    DisplayName = SCIENCE:GLACashBounty3
 373    Description = CONTROLBAR:ToolTipGLAScienceCashBounty
 374  End
 375  
 376  ; --- LEVEL 8 POWERS ---
 377  Science SCIENCE_AnthraxBomb
 378    PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank5
 379    SciencePurchasePointCost = 1
 380    IsGrantable = Yes
 381    DisplayName = SCIENCE:GLAAnthraxBomb
 382    Description = CONTROLBAR:ToolTipGLAScienceAnthraxBomb
 383  End
 384  
 385  
 386  ; --- LEVEL 3, Common to all sides ---
 387  Science SCIENCE_EmergencyRepair1
 388    PrerequisiteSciences = SCIENCE_Rank3 ;No country Science requirement
 389    SciencePurchasePointCost = 1
 390    IsGrantable = Yes
 391    DisplayName = SCIENCE:EmergencyRepair1
 392    Description = CONTROLBAR:ToolTipScienceEmergencyRepair
 393  End
 394  
 395  Science SCIENCE_EmergencyRepair2
 396    PrerequisiteSciences = SCIENCE_EmergencyRepair1 SCIENCE_Rank3
 397    SciencePurchasePointCost = 1
 398    IsGrantable = Yes
 399    DisplayName = SCIENCE:EmergencyRepair2
 400    Description = CONTROLBAR:ToolTipScienceEmergencyRepair
 401  End
 402  
 403  Science SCIENCE_EmergencyRepair3
 404    PrerequisiteSciences = SCIENCE_EmergencyRepair2 SCIENCE_Rank3
 405    SciencePurchasePointCost = 1
 406    IsGrantable = Yes
 407    DisplayName = SCIENCE:EmergencyRepair3
 408    Description = CONTROLBAR:ToolTipScienceEmergencyRepair
 409  End
 410  
 411  
 412  ;; -------------------------------------
 413  ;; SPECIAL Sciences, not normally part of the tech tree
 414  ;; but used in solo play. Generally, they can't be purchased,
 415  ;; but they can be Granted (Use scripting "Grant Science" to 
 416  ;; enable these for a particular player.)
 417  ;; -------------------------------------
 418  
 419  Science SCIENCE_BlackMarketNuke
 420    PrerequisiteSciences = None
 421    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
 422    IsGrantable = Yes
 423    DisplayName = SCIENCE:TempName
 424    Description = SCIENCE:TempDescription
 425  End
 426  
 427  Science SCIENCE_CrateDrop
 428    PrerequisiteSciences = None
 429    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
 430    IsGrantable = Yes
 431    DisplayName = SCIENCE:TempName
 432    Description = SCIENCE:TempDescription
 433  End
 434  
 435  Science SCIENCE_CarpetBomb
 436    PrerequisiteSciences = None
 437    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
 438    IsGrantable = Yes
 439    DisplayName = SCIENCE:TempName
 440    Description = SCIENCE:TempDescription
 441  End
 442  
 443  Science SCIENCE_NapalmStrike
 444    PrerequisiteSciences = None
 445    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
 446    IsGrantable = Yes
 447    DisplayName = SCIENCE:TempName
 448    Description = SCIENCE:TempDescription
 449  End
 450  
 451  Science SCIENCE_Defector
 452    PrerequisiteSciences = None
 453    SciencePurchasePointCost = 0  ; note that this means "not purchasable", NOT "free"!
 454    IsGrantable = Yes
 455    DisplayName = SCIENCE:TempName
 456    Description = SCIENCE:TempDescription
 457  End
 458  
 459  Science SCIENCE_TerrorCell
 460    PrerequisiteSciences = SCIENCE_GLA SCIENCE_Rank3
 461    SciencePurchasePointCost = 1
 462    IsGrantable = Yes
 463    DisplayName = SCIENCE:GLATerrorCell
 464    Description = CONTROLBAR:ToolTipGLAScienceTerrorCell
 465  End
 466  
 467  Science SCIENCE_T98Tank
 468    PrerequisiteSciences = SCIENCE_CHINA SCIENCE_Rank3
 469    SciencePurchasePointCost = 1
 470    IsGrantable = Yes
 471    DisplayName = SCIENCE:ChinaT98
 472    Description = CONTROLBAR:ToolTipChinaScienceT98
 473  End
 474  
 475  ;-------------------------------------------------------------------------
 476  Science SCIENCE_Reinforce
 477    PrerequisiteSciences = SCIENCE_Rank4  ;None
 478    SciencePurchasePointCost = 1 ;0  ; note that this means "not purchasable", NOT "free"!
 479    IsGrantable = Yes
 480    DisplayName = CONTROLBAR:Reinforce
 481    Description = CONTROLBAR:ToolTipReinforce
 482  End
 483  ;------------------------------------------------------------------------------
 484  ;---------------------Eddited by Colonel WOG (04/10/04)-----------------------
 485  ;------------------------------------------------------------------------------


Generated: Sat Mar 28 08:18:23 2009 Cross-referenced by PHPXref 0.7