[ Index ] WAROFGENERALS

PHP Cross Reference of WAROFGENERALS MODS SOURCES

title

Body

[close]

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

   1  ;------------------------------------------------------------------------------
   2  ;Upgrade definitions
   3  ;------------------------------------------------------------------------------
   4  
   5  ;------------------------------------------------------------------------------
   6  ;-------------------------------------------
   7  ;------------------------------------------------------------------------------
   8  
   9  ;-----------------------------------
  10  ;Nationalism ... 
  11  ;-----------------------------------
  12  Upgrade Upgrade_Nationalism
  13    DisplayName        = UPGRADE:Nationalism
  14    BuildTime          = 60.0
  15    BuildCost          = 2000
  16    ButtonImage        = SSNationalism
  17    ResearchSound      = RedGuardVoiceUpgradeNationalism
  18  End
  19  
  20  ;-----------------------------------
  21  ;Even tho there is no radar upgrade, this is necessary to give the player 
  22  ;free radar, or so I have gathered.  - DB 6.12
  23  ;-----------------------------------
  24  Upgrade Upgrade_AmericaRadar
  25    DisplayName        = UPGRADE:Radar
  26    Type               = OBJECT
  27    BuildTime          = 10.0
  28    BuildCost          = 500
  29    ButtonImage        = SARadarUpgrade
  30    ResearchSound      = NoSound ;Doesn't need a sound because this upgrade is granted immediately!
  31  End
  32  
  33  ;------------------------------------
  34  ;America Cold Fusion Reactor Upgrades
  35  ;------------------------------------
  36  
  37  Upgrade Upgrade_AmericaAdvancedControlRods
  38    DisplayName        = UPGRADE:ControlRods
  39    Type               = OBJECT
  40    BuildTime          = 30.0
  41    BuildCost          = 800
  42    ButtonImage        = SSControlRods
  43  End
  44  
  45  ;-------------------------
  46  ;America Barracks Upgrades
  47  ;-------------------------
  48  
  49  Upgrade Upgrade_AmericaRangerFlashBangGrenade
  50    DisplayName        = UPGRADE:RangerFlashBangGrenade
  51    BuildTime          = 30.0
  52    BuildCost          = 800
  53    ButtonImage        = SSFlashbang
  54    ResearchSound      = RangerVoiceUpgradeFlashBangGrenades
  55  End
  56  
  57  ;----------------------------
  58  ;America War Factory Upgrades
  59  ;----------------------------
  60  
  61  Upgrade Upgrade_AmericaTOWMissile
  62    DisplayName        = UPGRADE:TOWMissile
  63    BuildTime          = 30.0
  64    BuildCost          = 1200
  65    ButtonImage        = SSTowMissiles
  66    ResearchSound      = HumveeVoiceUpgradeTowMissiles
  67  End
  68  
  69  ;--------------------------
  70  ;America Air Field Upgrades
  71  ;--------------------------
  72  
  73  Upgrade Upgrade_ComancheRocketPods
  74    DisplayName        = UPGRADE:ComancheRocketPods
  75    Type               = PLAYER
  76    BuildTime          = 40.0
  77    BuildCost          = 800
  78    ButtonImage        = SSCommancheMissiles
  79    ResearchSound      = ComancheVoiceUpgradeRocketPods
  80  End
  81  
  82  Upgrade Upgrade_AmericaLaserMissiles
  83    DisplayName        = UPGRADE:AmericaLaserMissiles
  84    BuildTime          = 40.0
  85    BuildCost          = 1500
  86    ButtonImage        = SSPlaneLaserMissiles
  87    ResearchSound      = RaptorVoiceUpgradeLaserGuidedMissiles
  88  End
  89  
  90  ;--------------------------------
  91  ;America Strategy center Upgrades  
  92  ;--------------------------------
  93  Upgrade Upgrade_AmericaAdvancedTraining
  94    DisplayName        = UPGRADE:AdvancedTraining
  95    BuildTime          = 60.0
  96    BuildCost          = 1500
  97    ButtonImage        = SSAdvancedTraining
  98  End
  99  
 100  Upgrade Upgrade_AmericaDroneArmor
 101    DisplayName        = UPGRADE:AmericaDroneArmor
 102    BuildTime          = 40.0
 103    BuildCost          = 500
 104    ButtonImage        = SSScoutArmor
 105  End
 106  
 107  Upgrade Upgrade_AmericaCompositeArmor
 108    DisplayName        = UPGRADE:CompositeArmor
 109    BuildTime          = 60.0
 110    BuildCost          = 2000
 111    ButtonImage        = SSCompositeArmor
 112    ResearchSound      = CrusaderTankVoiceUpgradeCompositeArmor
 113  End
 114  
 115  Upgrade Upgrade_InfantryCaptureBuilding
 116    DisplayName        = UPGRADE:RangerCaptureBuilding
 117    BuildTime          = 30.0
 118    BuildCost          = 1000
 119    ButtonImage        = SSCaptureBuilding
 120  End
 121  
 122  ;---------------------
 123  ;America Drone Upgrades
 124  ;---------------------
 125  
 126  
 127  Upgrade Upgrade_AmericaScoutDrone
 128    DisplayName        = UPGRADE:ScoutDrone
 129    Type               = OBJECT
 130    BuildTime          = 5.0
 131    BuildCost          = 100
 132    ButtonImage        = SAScout
 133    ResearchSound      = ScoutDroneVoiceCreate
 134  End
 135  
 136  Upgrade Upgrade_AmericaBattleDrone
 137    DisplayName        = UPGRADE:BattleDrone
 138    Type               = OBJECT
 139    BuildTime          = 5.0
 140    BuildCost          = 300
 141    ButtonImage        = SABattleDrone
 142    ResearchSound      = BattleDroneVoiceCreate
 143  End
 144  
 145  ;------------------
 146  ;China Mine Upgrade
 147  ;------------------
 148  
 149  Upgrade Upgrade_ChinaMines
 150    DisplayName        = UPGRADE:Mines
 151    Type               = OBJECT
 152    BuildTime          = 20.0
 153  ; BuildTime          = 1.0  ; for testing purposes
 154    BuildCost          = 600
 155    ButtonImage        = SSMineBunker
 156    ResearchSound      = MineFieldPlaced
 157  End
 158  
 159  ;----------------------------
 160  ;China Command Center Upgrade
 161  ;----------------------------
 162  
 163  Upgrade Upgrade_ChinaRadar
 164    DisplayName        = UPGRADE:Radar
 165    Type               = OBJECT
 166    BuildTime          = 20.0
 167    BuildCost          = 500
 168    ButtonImage        = SARadarUpgrade
 169  End
 170  
 171  
 172  
 173  
 174  ;----------------------------
 175  ;America navalyard  Upgrade
 176  ;----------------------------
 177  
 178  Upgrade Upgrade_AmericaRadar
 179    DisplayName        = UPGRADE:Radar
 180    Type               = OBJECT
 181    BuildTime          = 20.0
 182    BuildCost          = 500
 183    ButtonImage        = SARadarUpgrade
 184  End
 185  
 186  ;-------------------------
 187  ;China War Factory Upgrade
 188  ;-------------------------
 189  
 190  Upgrade Upgrade_ChinaBlackNapalm
 191    DisplayName        = UPGRADE:BlackNapalm
 192    Type               = PLAYER
 193    BuildTime          = 45.0
 194    BuildCost          = 2000
 195    ButtonImage        = SSBlackNapalm
 196    ResearchSound      = DragonTankVoiceUpgradeBlackNapalm
 197  End
 198  
 199  Upgrade Upgrade_ChinaChainGuns
 200    DisplayName        = UPGRADE:ChainGuns
 201    BuildTime          = 45.0
 202    BuildCost          = 1500
 203    ButtonImage        = SSGattling
 204    ResearchSound      = GattlingTankVoiceUpgrade
 205  End
 206  
 207  ;-----------------------
 208  ;China Air Field Upgrade
 209  ;-----------------------
 210  
 211  Upgrade Upgrade_ChinaAircraftArmor
 212    DisplayName        = UPGRADE:AircraftArmor
 213    BuildTime          = 40.0
 214    BuildCost          = 500
 215    ButtonImage        = SSMigArmor
 216    ResearchSound      = MigVoiceUpgradeMigArmor
 217  End
 218  
 219  ;-------------------------------
 220  ;China Propaganda Center Upgrade
 221  ;-------------------------------
 222  
 223  
 224  Upgrade Upgrade_ChinaSubliminalMessaging
 225    DisplayName        = UPGRADE:SubliminalMessaging
 226    BuildTime          = 40.0
 227    BuildCost          = 500
 228    ButtonImage        = SSSobMsge
 229    ResearchSound      = POWTruckChinaVoiceUpgradeSubliminal
 230  End
 231  
 232  ; sorry, no tranq or stun bullets, cut for this version (srj)
 233  ;Upgrade Upgrade_ChinaStunBullets
 234  ;  DisplayName        = UPGRADE:StunBullets
 235  ;  BuildTime          = 30.0
 236  ;  BuildCost          = 1000
 237  ;  ButtonImage        = SSStunBullet
 238  ;  ResearchSound      = RedGuardVoiceUpgradeStunBullets
 239  ;End
 240  
 241  
 242  ;-----------------------------
 243  ;China Neutron Missile Upgrade
 244  ;-----------------------------
 245  
 246  Upgrade Upgrade_GLARadar
 247    DisplayName        = UPGRADE:Radar
 248    Type               = OBJECT
 249    BuildTime          = 10.0
 250    BuildCost          = 500
 251    ButtonImage        = SARadarUpgrade
 252  End
 253  
 254  Upgrade Upgrade_ChinaUraniumShells
 255    DisplayName        = UPGRADE:UraniumShells
 256    BuildTime          = 60.0
 257    BuildCost          = 2500
 258    ButtonImage        = SSDepletedU_Shell
 259    ResearchSound      = BattleMasterTankVoiceUpgradeDepleted
 260  End
 261  
 262  Upgrade Upgrade_ChinaNuclearTanks
 263    DisplayName        = UPGRADE:NuclearTanks
 264    BuildTime          = 60.0
 265    BuildCost          = 2000
 266    ButtonImage        = SSNukeTank
 267    ResearchSound      = BattleMasterTankVoiceUpgradeNuclear
 268  End
 269  
 270  ;----------------------------
 271  ;GLA Command Center Upgrade
 272  ;----------------------------
 273  
 274  Upgrade Upgrade_CashBounty
 275    DisplayName        = UPGRADE:CashBounty
 276    Type               = PLAYER
 277    BuildTime          = 0.0
 278    BuildCost          = 0
 279    ButtonImage        = SSCashBounty  
 280  End
 281  
 282  ;------------------------
 283  ;GLA Arms Dealer Upgrades
 284  ;------------------------
 285  
 286  Upgrade Upgrade_GLAScorpionRocket
 287    DisplayName        = UPGRADE:ScorpionRocket
 288    BuildTime          = 30.0
 289    BuildCost          = 1000
 290    ButtonImage        = SSScorpionRocketBuild
 291    ResearchSound      = ScorpionTankVoiceUpgradeRocket
 292  End
 293  
 294  Upgrade Upgrade_GLARadarVanScan
 295    DisplayName        = UPGRADE:RadarVanScan
 296    BuildTime          = 20.0
 297    BuildCost          = 500
 298    ButtonImage        = SSRadarVanScan
 299    ResearchSound      = RadarVanVoiceUpgradeRadarScan
 300  End
 301  
 302  ;------------------------------------------------------------------------------
 303  ;---------------------Eddited by [wog]colonel (01/01/06)-----------------------
 304  ;------------------------------------------------------------------------------
 305  
 306  ;-------------------
 307  ;GLA Palace Upgrades
 308  ;-------------------
 309  
 310  Upgrade Upgrade_GLAAnthraxBeta
 311    DisplayName        = UPGRADE:AnthraxBeta
 312    BuildTime          = 30.0
 313    BuildCost          = 2500
 314    ButtonImage        = SSAnthraxBeta
 315    ResearchSound      = ToxinTractorVoiceUpgradeAnthrax
 316  End
 317  
 318  Upgrade Upgrade_GLAToxinShells
 319    DisplayName        = UPGRADE:ToxinShells
 320    BuildTime          = 30.0
 321    BuildCost          = 1000
 322    ButtonImage        = SSToxinShells
 323    ResearchSound      = ScorpionTankVoiceUpgradeToxin
 324  End
 325  
 326  Upgrade Upgrade_GLACamouflage
 327    DisplayName        = UPGRADE:Camouflage
 328    BuildTime          = 60.0
 329    BuildCost          = 2000
 330    ButtonImage        = SSCamoflage
 331    ResearchSound      = RebelVoiceUpgradeCamoflage
 332  End
 333  
 334  ;-------------------------
 335  ;GLA Black Market Upgrades
 336  ;-------------------------
 337  
 338  Upgrade Upgrade_GLAAPRockets
 339    DisplayName        = UPGRADE:APRockets
 340    BuildTime          = 60.0
 341    BuildCost          = 2000
 342    ButtonImage        = SSAPRockets
 343    ResearchSound      = RocketBuggyVoiceUpgradeAPRockets
 344  End
 345  
 346  Upgrade Upgrade_GLAJunkRepair
 347    DisplayName        = UPGRADE:JunkRepair
 348    BuildTime          = 60.0
 349    BuildCost          = 2000
 350    ButtonImage        = SSJunkRepair
 351    ResearchSound      = ScorpionTankVoiceUpgradeJunkRepair
 352  End
 353  
 354  Upgrade Upgrade_GLAAPBullets
 355    DisplayName        = UPGRADE:APBullets
 356    BuildTime          = 60.0
 357    BuildCost          = 2000
 358    ButtonImage        = SSAPShells
 359    ResearchSound      = RebelVoiceUpgradeAPBullets
 360  End
 361  
 362  Upgrade Upgrade_GLABuggyAmmo
 363    DisplayName        = UPGRADE:BuggyAmmo
 364    BuildTime          = 30.0
 365    BuildCost          = 1200
 366    ButtonImage        = SSBuggyRockets
 367    ResearchSound      = RocketBuggyVoiceUpgradeAmmo
 368  End
 369  
 370  ;--------------------------
 371  ;GLA Unit Specific Upgrades
 372  ;--------------------------
 373  
 374  Upgrade Upgrade_GLABombTruckHighExplosiveBomb
 375    DisplayName        = UPGRADE:HighExplosiveBomb
 376    Type               = OBJECT
 377    BuildTime          = 5.0
 378    BuildCost          = 500
 379    ButtonImage        = SSExplosiveBombTruck
 380    ResearchSound      = BombTruckVoiceUpgradeHiEx
 381  End
 382  
 383  Upgrade Upgrade_GLABombTruckBioBomb
 384    DisplayName        = UPGRADE:BioBomb
 385    Type               = OBJECT
 386    BuildTime          = 5.0
 387    BuildCost          = 500
 388    ButtonImage        = SSBioBombTruck
 389    ResearchSound      = BombTruckVoiceUpgradeBioBomb
 390  End
 391  
 392  Upgrade Upgrade_GLAArmTheMob
 393    DisplayName        = UPGRADE:ArmTheMob
 394    BuildTime          = 30.0
 395    BuildCost          = 1000
 396    ButtonImage        = SSArmMob
 397    ResearchSound      = AngryMobVoiceUpgradeArmTheMobCrowd
 398    ResearchSound      = AngryMobVoiceUpgradeArmTheMob
 399  End
 400  
 401  Upgrade Upgrade_ChinaOverlordGattlingCannon
 402    DisplayName        = UPGRADE:OverlordGattlingCannon
 403    Type               = OBJECT
 404    BuildTime          = 20.0
 405    BuildCost          = 1200
 406    ButtonImage        = SSOLGattling
 407    ResearchSound      = OverlordTankGattlingCannonVoiceCreate
 408    UnitSpecificSound  = OverlordExpansion
 409  End
 410  
 411  Upgrade Upgrade_ChinaOverlordPropagandaTower
 412    DisplayName        = UPGRADE:OverlordPropagandaTower
 413    Type               = OBJECT
 414    BuildTime          = 10.0
 415    BuildCost          = 500
 416    ButtonImage        = SSOLSpeaker
 417    ResearchSound      = OverlordTankPropagandaTowerVoiceCreate
 418    UnitSpecificSound  = OverlordExpansion
 419  End
 420  
 421  Upgrade Upgrade_ChinaOverlordBattleBunker
 422    DisplayName        = UPGRADE:OverlordBattleBunker
 423    Type               = OBJECT
 424    BuildTime          = 15.0
 425    BuildCost          = 400
 426    ButtonImage        = SSOLBunker
 427    ResearchSound      = OverlordTankBunkerVoiceCreate
 428    UnitSpecificSound  = OverlordExpansion
 429  End
 430  
 431  ;Even tho there is no radar upgrade, this is necessary to give the player free radar, or so I have gathered.  - CLH
 432  Upgrade Upgrade_CostReduction
 433    DisplayName        = UPGRADE:CostReduction
 434    Type               = OBJECT
 435    BuildTime          = 10.0
 436    BuildCost          = 500
 437  End
 438  
 439  
 440  ;--------------------------
 441  ;Sea Specific Upgrades
 442  ;--------------------------
 443  
 444  Upgrade Upgrade_SeaRepair
 445    DisplayName        = UPGRADE:SeaRepair
 446    BuildTime          = 60.0
 447    BuildCost          = 3000
 448    ButtonImage        = T24
 449  End
 450  
 451  Upgrade Upgrade_SeaArmour
 452    DisplayName        = UPGRADE:SeaArmour
 453    BuildTime          = 60.0
 454    BuildCost          = 3000
 455    ButtonImage        = T25
 456  End
 457  
 458  ;------------------------------------------------------------------------------
 459  Upgrade Upgrade_AmericaDozerUpgrade
 460    DisplayName        = UPGRADE:CommandChange
 461    Type               = OBJECT
 462    BuildTime          = 0.001
 463    BuildCost          = 0
 464    ButtonImage        = SCTempDefaultCommand
 465    ResearchSound      = CommandSetChangeVoice
 466  End
 467  
 468  Upgrade Upgrade_AmericaDozerUpgradeDefault
 469    DisplayName        = UPGRADE:CommandChange
 470    Type               = OBJECT
 471    BuildTime          = 0.001
 472    BuildCost          = 0
 473    ButtonImage        = SCTempDefaultCommand
 474    ResearchSound      = CommandSetChangeVoice
 475  End
 476  
 477  Upgrade Upgrade_ChinaDozerUpgrade
 478    DisplayName        = UPGRADE:CommandChange
 479    Type               = OBJECT
 480    BuildTime          = 0.001
 481    BuildCost          = 0
 482    ButtonImage        = SCTempDefaultCommand
 483    ResearchSound      = CommandSetChangeVoice
 484  End
 485  
 486  
 487  
 488  
 489  Upgrade Upgrade_ChinaDozerUpgradeDefault
 490    DisplayName        = UPGRADE:CommandChange
 491    Type               = OBJECT
 492    BuildTime          = 0.001
 493    BuildCost          = 0
 494    ButtonImage        = SCTempDefaultCommand
 495    ResearchSound      = CommandSetChangeVoice
 496  End
 497  
 498  Upgrade Upgrade_SubmarineStealth
 499    DisplayName        = UPGRADE:SubmarineStealth
 500    BuildTime          = 20.0
 501    BuildCost          = 3000
 502    ButtonImage        = SSCamoflage
 503    ResearchSound      = CommandSetChangeVoice
 504  End
 505  
 506  
 507  ;-------------------------------------------------------------------------------
 508  Upgrade Upgrade_ChinaT98ReactiveArmor
 509    DisplayName        = UPGRADE:T98ReactiveArmor
 510    BuildTime          = 30 
 511    BuildCost          = 1500 
 512    ButtonImage        = SSCompositeArmor
 513    ResearchSound      = HumveeVoiceUpgradeTowMissiles
 514  End
 515  ;---------------------------------------------------------------------------------
 516  Upgrade Upgrade_ChinaRadarJammer
 517    DisplayName = UPGRADE:RadarJammer
 518    Type = PLAYER
 519    BuildTime = 20.0
 520    BuildCost = 1500
 521    ButtonImage = SSRadarJammer
 522    ResearchSound = RadarVanVoiceUpgradeRadarJam
 523  End
 524  
 525  
 526  
 527  ;------------------------------------------------------------------------------
 528  Upgrade Upgrade_SubmarineRepair
 529    DisplayName        = UPGRADE:SubmarineRepair
 530    BuildTime          = 60.0
 531    BuildCost          = 3000
 532    ButtonImage        = T24
 533  End
 534  
 535  ;------------------------------------------------------------------------------
 536  Upgrade Upgrade_SubmarineArmor
 537    DisplayName        = UPGRADE:SubmarineArmor
 538    BuildTime          = 60.0
 539    BuildCost          = 3000
 540    ButtonImage        = T25
 541  End
 542  ;-------------------------------------------------------------------------------
 543  ;----------------new upgrade naval war------------------------------------------
 544  ;-------------------------------------------------------------------------------
 545  
 546  
 547  


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