Skip to content

Commit

Permalink
lower frezon/n2o sale prices, make frezon take more trit (space-wizar…
Browse files Browse the repository at this point in the history
…ds#32407)

* lower gas prices

* set trit ratio from 1:50 to 1:8
  • Loading branch information
Ilya246 authored Sep 26, 2024
1 parent 0f729bc commit fd1f4a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Content.Shared/Atmos/Atmospherics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public static class Atmospherics
/// <summary>
/// 1 mol of Tritium is required per X mol of oxygen.
/// </summary>
public const float FrezonProductionTritRatio = 50.0f;
public const float FrezonProductionTritRatio = 8.0f;

/// <summary>
/// 1 / X of the tritium is converted into Frezon each tick
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Atmospherics/gases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
molarMass: 44
color: 8F00FF
reagent: NitrousOxide
pricePerMole: 1
pricePerMole: 0.1

- type: gas
id: 8
Expand All @@ -99,4 +99,4 @@
gasMolesVisible: 0.6
color: 3a758c
reagent: Frezon
pricePerMole: 3
pricePerMole: 0.3

0 comments on commit fd1f4a3

Please sign in to comment.