Table of Contents

Class ExtraOutput

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ExtraOutput", "298d75ad656611022d3b1c3b380f758767ddcb625da8d7381feae3e13c04d059")]
public sealed record ExtraOutput : IEquatable<ExtraOutput>
Inheritance
ExtraOutput
Implements
Inherited Members

Properties

Codec

public static Codec<ExtraOutput> Codec { get; }

Property Value

Codec<ExtraOutput>

IgnoredFuelSources

public List<MaterialQuantity>? IgnoredFuelSources { get; init; }

Property Value

List<MaterialQuantity>

Outputs

public List<MaterialQuantity> Outputs { get; init; }

Property Value

List<MaterialQuantity>

PerFuelItemsConsumed

public int PerFuelItemsConsumed { get; init; }

Property Value

int