Buff heat and flame damage (#23238)
This commit is contained in:
@@ -14,7 +14,7 @@ public sealed partial class LatheHeatProducingComponent : Component
|
||||
/// The amount of energy produced each second when producing an item.
|
||||
/// </summary>
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float EnergyPerSecond = 40000;
|
||||
public float EnergyPerSecond = 30000;
|
||||
|
||||
[DataField(customTypeSerializer: typeof(TimeOffsetSerializer))]
|
||||
public TimeSpan NextSecond;
|
||||
|
||||
Reference in New Issue
Block a user