Vixen
c7401864
csharp
public sealed class LootTable

A compiled table.

Read the guide page for this →

Fields and properties (6)

  • public LootTableDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public int Rolls

    How many times the weighted pick runs.

  • public ReadOnlySpan<LootEntry> Entries

    Its rows, in the order they were authored.

  • public PityPolicyDefinition? Pity

    How a run of bad luck becomes a guarantee, or null.

  • public bool HasPity

    Whether anything here is subject to pity.

Used by (13)

  • CreatureMmo.Shared
  • CreatureLibraryMmo.Shared
  • ReferenceTestsMmo.Content.Tests
  • LootOutlineVixen.Editor.Gameplay.Loot
  • LootSimulatorVixen.Editor.Gameplay.Loot
  • LootSimulatorTestsVixen.Editor.Gameplay.Loot.Tests
  • LootTableModelTestsVixen.Editor.Gameplay.Loot.Tests
  • LootDistributionTestsVixen.Gameplay.Loot.Tests
  • LootEvaluatorVixen.Gameplay.Loot
  • LootLibraryVixen.Gameplay.Loot
  • LootLibraryTestsVixen.Gameplay.Loot.Tests
  • LootRollTestsVixen.Gameplay.Loot.Tests
  • PityTestsVixen.Gameplay.Loot.Tests