Chieftain Alex.2851:

I’m looking at the miniatures API at the moment, e.g. mini #174, and I’m wondering what the “order” value is supposed to represent, as it doesn’t seem to match the wardrobe order or the hero panel order. Could I have some clarification on what this is supposed to represent?

Some miniatures (which were clearly added in groups with various updates) have the same order value, e.g. “Mini Slothasor” + “Mini Slubling” both have an order value of “415”. Also some have the order set as 0, such as the fractal golem miniatures.

Is there a way to replicate the order seen within the bank window using the values currently returned?

edit: basic fiddle showing the data in a table https://jsfiddle.net/L5y6d5L8/

Lawton Campbell.8517:

By my reading, the bank sorts minis alphabetically. The hero panel sorts against {locked, order, name} in that order, i.e. two minis with the same order value will be sorted by name.

Let me know if I’m totally wrong and I’ll dig around some more.