Upgrader
The Upgrader allows users to wager an amount to try and "upgrade" it to a specific item. The win chance is proportional to the bet amount vs item price.
Events
Client -> Server
{ "amount": 10.0, // Wager amount "item": "AK-47 | Redline", // Target item name (marketHashName) "clientSeed": "seed" }
Server -> Client
{ "serverSeedCommitment": "hash", "clientSeed": "seed", "nonce": 5, "percent": 45.55 // The rolled lucky number }
Game Logic Details
Last updated