Class AugmentBlockUpgradeLevel
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/AugmentBlockUpgradeLevel", "fe69a4d2c169cf38fd679ebdc449efd23e73cc91abee630ad7875e97ef2f911a")]
public sealed record AugmentBlockUpgradeLevel : IEquatable<AugmentBlockUpgradeLevel>
- Inheritance
-
AugmentBlockUpgradeLevel
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<AugmentBlockUpgradeLevel> Codec { get; }
Property Value
- Codec<AugmentBlockUpgradeLevel>
Cost
public List<MaterialQuantity>? Cost { get; init; }
Property Value
- List<MaterialQuantity>
public List<string>? GrantsAugmentTags { get; init; }
Property Value
- List<string>
ReplaceBlock
public string? ReplaceBlock { get; init; }
Property Value
- string
public List<string>? RequiredAugmentTags { get; init; }
Property Value
- List<string>
State
public string? State { get; init; }
Property Value
- string