Table of Contents

Class OrderBands

Namespace
WorldgenLib
Assembly
WorldgenLib.VintageStory.dll

Order band constants for the ordered-delegate model. Consumers pick a band and an offset inside it.

public static class OrderBands
Inheritance
OrderBands
Inherited Members

Fields

AfterVanillaMax

public const double AfterVanillaMax = 100

Field Value

double

AfterVanillaMin

Normal effects (rivers, erosion, lifts).

public const double AfterVanillaMin = 1

Field Value

double

BeforeVanillaMax

public const double BeforeVanillaMax = -1

Field Value

double

BeforeVanillaMin

Rewrite inputs before vanilla-equivalent logic.

public const double BeforeVanillaMin = -100

Field Value

double

FinalOverrideMin

Last word (Fairlands-scale rewrites).

public const double FinalOverrideMin = 1000

Field Value

double

RiversOffset

public const double RiversOffset = 50

Field Value

double

TerraPretyBlockLayersOffset

public const double TerraPretyBlockLayersOffset = 60

Field Value

double

TerraPretyCarveOffset

public const double TerraPretyCarveOffset = 70

Field Value

double

TerraPretyOffset

public const double TerraPretyOffset = 50

Field Value

double

VSRiverGenOffset

public const double VSRiverGenOffset = 50

Field Value

double

Vanilla

Reserved for the built-in vanilla-equivalent chain.

public const double Vanilla = 0

Field Value

double

WatershedsOffset

public const double WatershedsOffset = 60

Field Value

double