Vinscratch
Vinscratch Config (vinscratch.lua)
vinscratch.lua)Example Config
Config.Vinscratch = {
["d"] = { attemptsAllowed = 4, levels = {...}, timeLimit = 120, difficulty = 1 },
["c"] = { attemptsAllowed = 3, levels = {...}, timeLimit = 110, difficulty = 2 },
["b"] = { attemptsAllowed = 3, levels = {...}, timeLimit = 100, difficulty = 3 },
["a"] = { attemptsAllowed = 2, levels = {...}, timeLimit = 90, difficulty = 4 },
["s"] = { attemptsAllowed = 2, levels = {...}, timeLimit = 80, difficulty = 5 }
}
Config.VinscratchPlayerModifiers = {
["d"] = { difficulty = -1, speedBonus = 50, extraAttempts = 1 },
["c"] = { difficulty = 0, speedBonus = 0, extraAttempts = 0 },
["b"] = { difficulty = 1, speedBonus = -25, extraAttempts = 0 },
["a"] = { difficulty = 2, speedBonus = -50, extraAttempts = -1 },
["s"] = { difficulty = 3, speedBonus = -75, extraAttempts = -1 }
}Fields Explained
Vinscratch per Class
Field
Description
Player Modifiers
Field
Description
Notes
Last updated