weight
in sum(weights)
chance of getting a specific asset. For more information see the article by Peter Kelly on weighted random selection.curl --location --request GET 'https://api.lootlocker.com/game/v1/asset/instance/19/inspect' \
--header 'x-session-token;'
{
"success": true,
"contents": [
{
"asset_id": 64,
"asset_variation_id": null,
"asset_rental_option_id": null,
"weight": 90
}
]
}