Loot — Editor¶
Editor-only tooling for the Loot system.
Contents¶
| Type | Description |
|---|---|
| Window | LootDebuggerWindow — inspects a table, rolls it, and samples it to check that observed drop rates match the authored weights. |
Menu Path¶
Window / RevFramework / Loot / Debugger
Notes¶
- Editor-only. Compiles only when
REV_LOOT_PRESENTis defined. - Rolling needs no scene and no Play Mode, because the roller is pure. A distribution check over tens of thousands of rolls runs directly in the window.
- Sampling with a fixed seed is what makes two runs comparable. Without one, a surprising result cannot be investigated.