forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
406cd78193
commit
4c23b8e981
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Config.Skills = {
|
|||
skill = 'Stamina', -- The Type of Skill
|
||||
amount = math.random(0, 1), -- The amount of skill rep you gain
|
||||
Stress = math.random(5, 9), -- GainStress -- You Can set the amount of Stress you gain here
|
||||
ProgressbarDuration = math.random(1000, 2500), -- This is the duration for the progressbar
|
||||
ProgressbarDuration = math.random(4000, 6000), -- This is the duration for the progressbar
|
||||
Minigame = { -- Circle Minigame
|
||||
time = 5,
|
||||
circles = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue