[ Index ] WAROFGENERALS

PHP Cross Reference of WAROFGENERALS MODS SOURCES

title

Body

[close]

/Command and conquer Generals/Call to arms/Data/INI/ -> Upgrade.ini (source)

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


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