I know this is in the UPK file under XGTechTree but I don't know how to change it. Can anyone offer some insight? The last post about this was a "nvm fixed it" occasion. Here's the line.
function BuildGeneTechs()
{
BuildGeneModTech(1, 53, 240, 15, 50, 4);
BuildGeneModTech(2, 47, 144, 10, 20, 20);
BuildGeneModTech(3, 51, 240, 15, 20, 28);
BuildGeneModTech(4, 44, 72, 8, 15, 155);
BuildGeneModTech(5, 13, 72, 4, 10, 30);
BuildGeneModTech(6, 13, 72, 4, 10, 38);
BuildGeneModTech(7, 58, 168, 10, 25, 42);
BuildGeneModTech(8, 50, 240, 10, 20, 148);
BuildGeneModTech(9, 46, 168, 12, 20, 50);
BuildGeneModTech(10, 48, 168, 15, 30, 45);
//return;
}