Advertisement
Trsak

Untitled

Aug 15th, 2021
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. Config.Prices = {
  2. [1] = { label = 'Auto locust', isBigWin = true, type = 'car', name = 'locust', count = 1, sound = 'car', probability = { a = 0, b = 1 } },
  3. [2] = { label = exports.data:getFormattedCurrency(2000), isBigWin = false, type = 'money', name = 'cash', count = 2000, sound = 'cash', probability = { a = 1, b = 100 } },
  4. [3] = { label = exports.data:getFormattedCurrency(3000), isBigWin = false, type = 'money', name = 'cash', count = 3000, sound = 'cash', probability = { a = 100, b = 120 } },
  5. [4] = { label = exports.data:getFormattedCurrency(7500), isBigWin = false, type = 'money', name = 'cash', count = 7500, sound = 'cash', probability = { a = 120, b = 130 } },
  6. [5] = { label = exports.data:getFormattedCurrency(15000), isBigWin = true, type = 'money', name = 'cash', count = 15000, sound = 'cash', probability = { a = 130, b = 133 } },
  7. [6] = { label = exports.data:getFormattedCurrency(1000), isBigWin = false, type = 'money', name = 'cash', count = 1000, sound = 'cash', probability = { a = 133, b = 280 } },
  8. [7] = { label = exports.data:getFormattedCurrency(3000), isBigWin = false, type = 'money', name = 'cash', count = 3000, sound = 'cash', probability = { a = 280, b = 310 } },
  9. [8] = { label = 'Náhodný předmět', isBigWin = true, type = 'random', name = 'random', count = 1, sound = 'mystery', probability = { a = 310, b = 330 } },
  10. [9] = { label = exports.data:getFormattedCurrency(4000), isBigWin = false, type = 'money', name = 'cash', count = 4000, sound = 'cash', probability = { a = 330, b = 336 } },
  11. [10] = { label = exports.data:getFormattedCurrency(500), isBigWin = false, type = 'money', name = 'cash', count = 500, sound = 'cash', probability = { a = 336, b = 450 } },
  12. [11] = { label = exports.data:getFormattedCurrency(3000), isBigWin = false, type = 'money', name = 'cash', count = 3000, sound = 'cash', probability = { a = 450, b = 470 } },
  13. [12] = { label = exports.data:getFormattedCurrency(2000), isBigWin = false, type = 'money', name = 'cash', count = 2000, sound = 'cash', probability = { a = 470, b = 560 } },
  14. [13] = { label = exports.data:getFormattedCurrency(10000), isBigWin = true, type = 'money', name = 'cash', count = 10000, sound = 'cash', probability = { a = 560, b = 565 } },
  15. [14] = { label = exports.data:getFormattedCurrency(200), isBigWin = false, type = 'money', name = 'cash', count = 200, sound = 'cash', probability = { a = 565, b = 700 } },
  16. [15] = { label = 'Motorka hakuchou2', isBigWin = true, type = 'car', name = 'hakuchou2', count = 1, sound = 'car', probability = { a = 700, b = 701 } },
  17. [16] = { label = exports.data:getFormattedCurrency(1000), isBigWin = false, type = 'money', name = 'cash', count = 1000, sound = 'cash', probability = { a = 701, b = 850 } },
  18. [17] = { label = exports.data:getFormattedCurrency(4000), isBigWin = false, type = 'money', name = 'cash', count = 4000, sound = 'cash', probability = { a = 850, b = 870 } },
  19. [18] = { label = exports.data:getFormattedCurrency(100), isBigWin = false, type = 'money', name = 'cash', count = 100, sound = 'cash', probability = { a = 870, b = 960 } },
  20. [19] = { label = exports.data:getFormattedCurrency(3000), isBigWin = false, type = 'money', name = 'cash', count = 3000, sound = 'cash', probability = { a = 960, b = 995 } },
  21. [20] = { label = exports.data:getFormattedCurrency(30000), isBigWin = true, type = 'money', name = 'cash', count = 30000, sound = 'cash', probability = { a = 995, b = 1000 } },
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement