Homeworld 2 : VariableResearch
Karos Graveyard ::
Function Reference :: Scope Reference :: Variable Reference
research.lua Variables

Description
The variables defined in the research.lua file specify the different items that can be researched for a particular race. These variables can be set to improve most stats of a ship, add previously unavailable abilities, add or change weapons, and so on. With the proper settings, these could also decrease the stats of a ship, remove abilities, and so on.

Example
{
Name = "TorpedoFrigateMAXSPEEDUpgrade1",
RequiredResearch = "",
RequiredSubSystems = "Research | AdvancedResearch & FrigateProduction",
Cost = 500,
Time = 50,
DisplayedName = "$7575",
DisplayPriority = 303,
Description = "$7576",
UpgradeType = Modifier,
TargetType = Ship,
TargetName = "Hgn_TorpedoFrigate",
UpgradeName = "MAXSPEED",
UpgradeValue = 1.2,
Icon = Icon_Speed,
ShortDisplayedName = "$7244",
},

Variables

Related Pages:
:: ::