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