lower frezon/n2o sale prices, make frezon take more trit (#32407)
* lower gas prices * set trit ratio from 1:50 to 1:8
This commit is contained in:
@@ -233,7 +233,7 @@ namespace Content.Shared.Atmos
|
||||
/// <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
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
molarMass: 44
|
||||
color: 8F00FF
|
||||
reagent: NitrousOxide
|
||||
pricePerMole: 1
|
||||
pricePerMole: 0.1
|
||||
|
||||
- type: gas
|
||||
id: 8
|
||||
@@ -99,4 +99,4 @@
|
||||
gasMolesVisible: 0.6
|
||||
color: 3a758c
|
||||
reagent: Frezon
|
||||
pricePerMole: 3
|
||||
pricePerMole: 0.3
|
||||
|
||||
Reference in New Issue
Block a user