Table of Contents

Class VBloodLootSystemConfig

Namespace
RisingV.BossDrops.Systems
Assembly
RisingV.BossDrops.dll
public class VBloodLootSystemConfig : SystemConfig, ISystemConfig, IConfig
Inheritance
VBloodLootSystemConfig
Implements
Inherited Members
Extension Methods

Constructors

VBloodLootSystemConfig()

public VBloodLootSystemConfig()

Properties

AmountChanceScalingExponent

public ConfigEntry<float>? AmountChanceScalingExponent { get; }

Property Value

ConfigEntry<float>

DropChanceScalingExponent

public ConfigEntry<float>? DropChanceScalingExponent { get; }

Property Value

ConfigEntry<float>

IgnoreGlobalDropRate

public ConfigEntry<bool>? IgnoreGlobalDropRate { get; }

Property Value

ConfigEntry<bool>

ScaleDropsByEquipmentLevel

public ConfigEntry<bool>? ScaleDropsByEquipmentLevel { get; }

Property Value

ConfigEntry<bool>

Methods

Load()

public override void Load()