Class WaterGrowthModifierAsset
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/WaterGrowthModifierAsset", "72e5ef677d1fa2fdb704cce8a57ad4004d0d75697a7413572d3b4429369cc028")]
public sealed record WaterGrowthModifierAsset : GrowthModifierAsset, IEquatable<WaterGrowthModifierAsset>
- Inheritance
-
WaterGrowthModifierAsset
- Implements
- Inherited Members
Properties
Codec
public static Codec<WaterGrowthModifierAsset> Codec { get; }
Property Value
Fluids
public List<string>? Fluids { get; init; }
Property Value
Modifier
public double Modifier { get; init; }
Property Value
RainDuration
public int RainDuration { get; init; }
Property Value
Weathers
public List<string>? Weathers { get; init; }