5 lines
137 B
Lua
Raw Normal View History

2025-04-07 01:41:12 +00:00
return {
grapeAmount = { min = 8, max = 12 },
grapeJuiceAmount = { min = 6, max = 10 },
wineAmount = { min = 6, max = 10 },
}