Vixen
c7401864
csharp
public readonly record struct LootPityStatistics

What a run of bad luck looked like over a simulation.

Read the guide page for this →

Fields and properties (6)

  • public int Hits

    How many times a pity row dropped.

  • public int Misses

    How many attempts did not.

  • public int LongestDrought

    The longest run of consecutive misses.

  • public double MeanAttempts

    How many misses a hit followed on average.

  • public int Guarantee

    What the policy promised, or zero for no guarantee.

  • public bool GuaranteeHeld

    Whether 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