Skip to content

Commit

Permalink
Revert "Revert AME buff (#930)"
Browse files Browse the repository at this point in the history
This reverts commit 152a190.
  • Loading branch information
DebugOk authored Mar 8, 2024
1 parent d8f0821 commit 6ebc2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Ame/AmeNodeGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public float CalculatePower(int fuel, int cores)
// 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 20000f * fuel * fuel / cores; // Delt V - Revert upstream buff for normal AME operation
return 2000000f * fuel * fuel / cores;
}

public int GetTotalStability()
Expand Down

0 comments on commit 6ebc2ae

Please sign in to comment.