WIP: Add a research tree view #1

Closed
williamjcm wants to merge 22 commits from research-tree into master
Showing only changes of commit 7a9cb3d9a1 - Show all commits

View file

@ -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.",