Item Drops

< Back


DropContext

Namespace: TestProject

Context data for loot generation.

public class DropContext

Inheritance ObjectDropContext Attributes NullableContextAttribute, NullableAttribute

Properties

PlayerLevel

Gets or sets the player level.

public int PlayerLevel { get; set; }

Property Value

Int32

LuckModifier

Gets or sets the luck modifier.

public float LuckModifier { get; set; }

Property Value

Single

Location

Gets or sets the location.

public string Location { get; set; }

Property Value

String

Constructors

DropContext()

public DropContext()

Methods

Clone()

Creates a clone of this context.

public DropContext Clone()

Returns

DropContext A new DropContext instance with the same values.


< Back