Type change and increased exp welder's capacity a bit

This commit is contained in:
Vanessa 2026-06-30 09:41:53 -05:00
parent 25dad0fb63
commit ca0b124f2b
2 changed files with 3 additions and 3 deletions

View File

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

View File

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