Vixen
c7401864
csharp
public readonly record struct LootDrop

One thing that dropped.

Read the guide page for this →

Fields and properties (5)

  • public DefId Item

    Which item.

  • public int Count

    How many.

  • public uint Seed

    What its affixes roll from.

  • public DefId Table

    Which table it came out of, which for a nested drop is the inner one.

  • public bool Pity

    Whether it dropped because the run of bad luck ran out.

Methods (1)

  • public LootDrop(DefId Item, int Count, uint Seed, DefId Table, bool Pity)

    One thing that dropped.

Used by (6)

  • LootSimulatorVixen.Editor.Gameplay.Loot
  • LootSimulatorTestsVixen.Editor.Gameplay.Loot.Tests
  • LootEvaluatorVixen.Gameplay.Loot
  • LootResultVixen.Gameplay.Loot
  • LootRollTestsVixen.Gameplay.Loot.Tests
  • PityTestsVixen.Gameplay.Loot.Tests