Table of Contents

Class BEBehaviorAttractsLightning.ConfigurationProperties

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

Properties of block that redirects lightning strikes. Used by BEBehaviorAttractsLightning.

[DocumentAsJson]
private class BEBehaviorAttractsLightning.ConfigurationProperties
Inheritance
BEBehaviorAttractsLightning.ConfigurationProperties

Fields

ArtificialElevation (Optional) (Default: 1)

Modifies the elevation level used when calculating if a lightning strike should be redirected.

[DocumentAsJson("Optional", "1", false)]
public float ArtificialElevation { get; set; }

Field Value

float

ElevationAttractivenessMultiplier (Optional) (Default: 1)

A multiplier calculated elevation difference. Will help overcome differences if lower elevation and further increase range if higher elevation.

[DocumentAsJson("Optional", "1", false)]
public float ElevationAttractivenessMultiplier { get; set; }

Field Value

float