WIP: Add a research tree view #1
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void ResearchTree::generateEngineTree() {
|
||||||
"Durability +1960, Power +126, Armour +207, Acceleration +75, Magazine load +47, Energy capacity +47",
|
"Durability +1960, Power +126, Armour +207, Acceleration +75, Magazine load +47, Energy capacity +47",
|
||||||
"Power +3%"});
|
"Power +3%"});
|
||||||
_engineNodes.emplace(MetalPlatings3, Node{Node::Type::Gear, "Metal Platings 3", 3, 0,
|
_engineNodes.emplace(MetalPlatings3, Node{Node::Type::Gear, "Metal Platings 3", 3, 0,
|
||||||
"Level 2 Metal plating that adds durability and armour to your engine.",
|
"Level 3 Metal plating that adds durability and armour to your engine.",
|
||||||
"Durability +360, Armour +57, Acceleration -15", ""});
|
"Durability +360, Armour +57, Acceleration -15", ""});
|
||||||
_engineNodes.emplace(HeatTurbines3, Node{Node::Type::Gear, "Heat Turbines 3", 3, 0,
|
_engineNodes.emplace(HeatTurbines3, Node{Node::Type::Gear, "Heat Turbines 3", 3, 0,
|
||||||
"Level 3 Modified heat turbines to increase speed for a M.A.S.S.",
|
"Level 3 Modified heat turbines to increase speed for a M.A.S.S.",
|
||||||
|
|
Loading…
Reference in a new issue