Revert "Buff the AME until somebody fixes engineering" (#28419)

This commit is contained in:
Moony
2024-06-04 10:59:33 -05:00
committed by GitHub
parent d5019cee96
commit 71a6e60818

View File

@@ -182,7 +182,7 @@ public sealed class AmeNodeGroup : BaseNodeGroup
// Fuel is squared so more fuel vastly increases power and efficiency
// We divide by the number of cores so a larger AME is less efficient at the same fuel settings
// this results in all AMEs having the same efficiency at the same fuel-per-core setting
return 2000000f * fuel * fuel / cores;
return 20000f * fuel * fuel / cores;
}
public int GetTotalStability()