Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnalyzedLootItem

Loot item after analysis.

Hierarchy

  • AnalyzedLootItem

Index

Properties

Optional GearScore

GearScore?: NumberRange

Gear score range of the item.

Name

Name: string

Item name. This is the technical key of the item, not a UI text. It may be a reference to another loot table (prefix [LTID]) or to a loot bucket (prefix [LBID]).

Optional PerkBucketOverrides

PerkBucketOverrides?: string

Optional PerkOverrides

PerkOverrides?: string

Probability

Probability: number

Probability for the item. This is a number between 0 (impossible) and 1 (guaranteed).

Quantity

Quantity: NumberRange

Quantity range of the item. Can be expected to be a single-number range, i.e. Low === High.

Generated using TypeDoc