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