Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local DailyRewards = {
- ["1"] = {
- Type = "Gems", -- Type To Reward
- Amount = 25, -- Amount To Reward
- },
- ["2"] = {
- Type = "Coins", -- Type To Reward
- Amount = 50, -- Amount To Reward
- },
- ["3"] = {
- Type = "Coins", -- Type To Reward
- Amount = 100, -- Amount To Reward
- },
- ["4"] = {
- Type = "Gems", -- Type To Reward
- Amount = 50, -- Amount To Reward
- },
- ["5"] = {
- Type = "Coins", -- Type To Reward
- Amount = 250, -- Amount To Reward
- },
- ["6"] = {
- Type = "Gems", -- Type To Reward
- Amount = 125, -- Amount To Reward
- },
- ["7"] = {
- Type = "Coins", -- Type To Reward
- Amount = 500, -- Amount To Reward
- },
- }
- return DailyRewards
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement