Advertisement
Guest User

Untitled

a guest
Mar 13th, 2022
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "List of commands through which you can open the UI": [
  3. "spin"
  4. ],
  5. "CD before the game starts": 10,
  6. "The list of possible bids and the minimum number": {
  7. "scrap": {
  8. "Minimum quantity for a bet": 100,
  9. "Value in tickets for the minimum amount": 100
  10. },
  11. "metal.refined": {
  12. "Minimum quantity for a bet": 10,
  13. "Value in tickets for the minimum amount": 100
  14. },
  15. "sulfur": {
  16. "Minimum quantity for a bet": 50,
  17. "Value in tickets for the minimum amount": 100
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement