Buff heat and flame damage (#23238)

This commit is contained in:
Nemanja
2023-12-30 18:28:00 -05:00
committed by GitHub
parent 83d51dbd77
commit cfb129c5a4
12 changed files with 23 additions and 30 deletions

View File

@@ -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;