csharp
public enum LootDistributionHow a drop is shared out.
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)
PersonalThe table is rolled once per participant, and each gets their own.
GroupRolled once; everything goes into a window everyone can see.
NeedGreedRolled once into a window, and each item is contested before it is taken.
MasterLooterRolled once into a window one participant assigns from.
Used by (2)
- LootDistributionTestsVixen.Gameplay.Loot.Tests
- LootEvaluatorVixen.Gameplay.Loot