Vixen
c7401864
csharp
public sealed class LootEntry

A compiled row.

Read the guide page for this →

Fields and properties (11)

  • public LootEntryDefinition Definition

    What it was compiled from.

  • public DefId Item

    What it drops, or None when it rolls a nested table.

  • public DefId Table

    What it rolls, or None when it drops an item.

  • public RequirementSet Conditions

    What has to be true of the kill for it to be in the table.

  • public float Weight

    How likely it is against the other weighted rows.

  • public float Chance

    Its own chance, rolled independently of the pick.

  • public bool IsWeighted

    Whether it is one of the weighted rows.

  • public bool IsIndependent

    Whether it is rolled on its own.

  • public bool UsesPity

    Whether the table's pity policy raises its chance.

  • public int Minimum

    The fewest it drops, never below one.

  • public int Maximum

    The most it drops, never below Minimum.

Used by (5)

  • ReferenceTestsMmo.Content.Tests
  • LootOutlineVixen.Editor.Gameplay.Loot
  • LootEvaluatorVixen.Gameplay.Loot
  • LootLibraryVixen.Gameplay.Loot
  • LootTableVixen.Gameplay.Loot