Vixen
c7401864
csharp
public enum LootDistribution

How a drop is shared out.

Read the guide page for this →

Remarks

Policies on the drop, not different code paths — doc 28 § Loot. Every one of these rolls the same table with the same evaluator; what differs is how many times it is rolled and who the result belongs to.

Fields and properties (4)

  • Personal

    The table is rolled once per participant, and each gets their own.

  • Group

    Rolled once; everything goes into a window everyone can see.

  • NeedGreed

    Rolled once into a window, and each item is contested before it is taken.

  • MasterLooter

    Rolled once into a window one participant assigns from.

Used by (2)

  • LootDistributionTestsVixen.Gameplay.Loot.Tests
  • LootEvaluatorVixen.Gameplay.Loot