Type change and increased exp welder's capacity a bit
This commit is contained in:
parent
25dad0fb63
commit
ca0b124f2b
|
|
@ -42,7 +42,7 @@ public sealed partial class RepairableComponent : Component
|
|||
/// Tool quality necessary to repair this device.
|
||||
/// </summary>
|
||||
[DataField, AutoNetworkedField]
|
||||
public ProtoId<ToolQualityPrototype>[] QualityNeeded = ["Welding", "Applicating"]; // Monolith - Nanite Applicator
|
||||
public List<ProtoId<ToolQualityPrototype>> QualityNeeded = new() { "Welding", "Applicating" }; // Monolith - Nanite Applicator
|
||||
|
||||
/// <summary>
|
||||
/// The base tool use delay (seconds). This will be modified by the tool's quality
|
||||
|
|
|
|||
|
|
@ -162,8 +162,8 @@
|
|||
Welder:
|
||||
reagents:
|
||||
- ReagentId: WeldingFuel
|
||||
Quantity: 100 # DeltaV - Experimental Welder Nerf
|
||||
maxVol: 100 # DeltaV - Experimental Welder Nerf
|
||||
Quantity: 200 # DeltaV - Experimental Welder Nerf
|
||||
maxVol: 200 # DeltaV - Experimental Welder Nerf
|
||||
- type: PointLight
|
||||
enabled: false
|
||||
radius: 1.5
|
||||
|
|
|
|||
Loading…
Reference in New Issue