Vixen
c7401864
csharp
public sealed class LootSimulation

What a simulation found.

Read the guide page for this →

Fields and properties (4)

  • public int Events

    How many events were rolled.

  • public int EmptyEvents

    How many of them dropped nothing at all.

  • public IReadOnlyList<LootItemStatistics> Items

    What each item did, most frequent first.

  • public LootPityStatistics? Pity

    What pity did, or null when the table has none.

Used by (2)

  • LootSimulatorVixen.Editor.Gameplay.Loot
  • LootSimulatorTestsVixen.Editor.Gameplay.Loot.Tests