πRewards
Explanation of the rewards configuration in the script
Explanation of parameters
Config.Rewards = {
['basic'] = {
[1] = { day = 1, item = 'Water', respname = 'water', count = 1, rarity = 'gray', image = './images/water.png' },
[2] = { day = 2, item = 'Bread', respname = 'bread', count = 1, rarity = 'gray', image = './images/bread.png' },
...
},
['premium'] = {
[1] = { day = 1, item = 'Water', respname = 'water', count = 1, rarity = 'gray', image = './images/water.png' },
[2] = { day = 2, item = 'Bread', respname = 'bread', count = 1, rarity = 'gray', image = './images/bread.png' },
...
}
}Last updated