Changing default fuel consumption for weldable components, and increasing non-default instances by two units of fuel (#17350)
This commit is contained in:
@@ -31,7 +31,7 @@ public sealed class WeldableComponent : SharedWeldableComponent
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("fuel")]
|
[DataField("fuel")]
|
||||||
[ViewVariables(VVAccess.ReadWrite)]
|
[ViewVariables(VVAccess.ReadWrite)]
|
||||||
public float FuelConsumption = 1f;
|
public float FuelConsumption = 3f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// How much time does it take to weld/unweld entity.
|
/// How much time does it take to weld/unweld entity.
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
containers:
|
containers:
|
||||||
board: !type:Container
|
board: !type:Container
|
||||||
- type: Weldable
|
- type: Weldable
|
||||||
fuel: 3
|
fuel: 5
|
||||||
time: 3
|
time: 3
|
||||||
- type: Airlock
|
- type: Airlock
|
||||||
- type: DoorBolt
|
- type: DoorBolt
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
openingAnimationTime: 0.6
|
openingAnimationTime: 0.6
|
||||||
closingAnimationTime: 0.6
|
closingAnimationTime: 0.6
|
||||||
- type: Weldable
|
- type: Weldable
|
||||||
fuel: 3
|
fuel: 5
|
||||||
time: 3
|
time: 3
|
||||||
- type: Firelock
|
- type: Firelock
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
|||||||
@@ -49,7 +49,6 @@
|
|||||||
closeSound:
|
closeSound:
|
||||||
path: /Audio/Machines/blastdoor.ogg
|
path: /Audio/Machines/blastdoor.ogg
|
||||||
- type: Weldable
|
- type: Weldable
|
||||||
fuel: 3
|
|
||||||
time: 3
|
time: 3
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
- type: UserInterface
|
- type: UserInterface
|
||||||
|
|||||||
Reference in New Issue
Block a user