csharp
public sealed class LootTableA compiled table.
Fields and properties (6)
public LootTableDefinition DefinitionWhat it was compiled from.
public DefId IdIts id.
public int RollsHow many times the weighted pick runs.
public ReadOnlySpan<LootEntry> EntriesIts rows, in the order they were authored.
public PityPolicyDefinition? PityHow a run of bad luck becomes a guarantee, or null.
public bool HasPityWhether 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