Changing default fuel consumption for weldable components, and increasing non-default instances by two units of fuel (#17350)

This commit is contained in:
Chase Maguire
2023-06-18 14:56:09 -07:00
committed by GitHub
parent e8b766d33c
commit 8cd6067d49
4 changed files with 3 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ public sealed class WeldableComponent : SharedWeldableComponent
/// </summary>
[DataField("fuel")]
[ViewVariables(VVAccess.ReadWrite)]
public float FuelConsumption = 1f;
public float FuelConsumption = 3f;
/// <summary>
/// How much time does it take to weld/unweld entity.

View File

@@ -62,7 +62,7 @@
containers:
board: !type:Container
- type: Weldable
fuel: 3
fuel: 5
time: 3
- type: Airlock
- type: DoorBolt

View File

@@ -78,7 +78,7 @@
openingAnimationTime: 0.6
closingAnimationTime: 0.6
- type: Weldable
fuel: 3
fuel: 5
time: 3
- type: Firelock
- type: Appearance

View File

@@ -49,7 +49,6 @@
closeSound:
path: /Audio/Machines/blastdoor.ogg
- type: Weldable
fuel: 3
time: 3
- type: Appearance
- type: UserInterface