csharp
public readonly record struct LootPityStatisticsWhat a run of bad luck looked like over a simulation.
Fields and properties (6)
public int HitsHow many times a pity row dropped.
public int MissesHow many attempts did not.
public int LongestDroughtThe longest run of consecutive misses.
public double MeanAttemptsHow many misses a hit followed on average.
public int GuaranteeWhat the policy promised, or zero for no guarantee.
public bool GuaranteeHeldWhether the policy kept its promise.
Methods (1)
public LootPityStatistics(int Hits, int Misses, int LongestDrought, double MeanAttempts, int Guarantee)What a run of bad luck looked like over a simulation.
Used by (3)
- CountingPityStoreVixen.Editor.Gameplay.Loot
- LootSimulationVixen.Editor.Gameplay.Loot
- LootSimulatorTestsVixen.Editor.Gameplay.Loot.Tests