Skip to content

Commit fd1f4a3

Browse files
authored
lower frezon/n2o sale prices, make frezon take more trit (space-wizards#32407)
* lower gas prices * set trit ratio from 1:50 to 1:8
1 parent 0f729bc commit fd1f4a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Content.Shared/Atmos/Atmospherics.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public static class Atmospherics
233233
/// <summary>
234234
/// 1 mol of Tritium is required per X mol of oxygen.
235235
/// </summary>
236-
public const float FrezonProductionTritRatio = 50.0f;
236+
public const float FrezonProductionTritRatio = 8.0f;
237237

238238
/// <summary>
239239
/// 1 / X of the tritium is converted into Frezon each tick

Resources/Prototypes/Atmospherics/gases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
molarMass: 44
8787
color: 8F00FF
8888
reagent: NitrousOxide
89-
pricePerMole: 1
89+
pricePerMole: 0.1
9090

9191
- type: gas
9292
id: 8
@@ -99,4 +99,4 @@
9999
gasMolesVisible: 0.6
100100
color: 3a758c
101101
reagent: Frezon
102-
pricePerMole: 3
102+
pricePerMole: 0.3

0 commit comments

Comments
 (0)