forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
c0a5c7fdc3
commit
562808bc3e
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Config.GymPassPrice = 400 -- Price of Membership
|
||||||
Config.GymPassItem = 'gym_pass' -- Item Name of Gym Membership
|
Config.GymPassItem = 'gym_pass' -- Item Name of Gym Membership
|
||||||
|
|
||||||
Config.EnableMinigame = true -- (true == Enables Minigame) (false == Disables Minigame)
|
Config.EnableMinigame = true -- (true == Enables Minigame) (false == Disables Minigame)
|
||||||
Config.Minigame = 'skillCheck' -- qb-lock / ps-ui / skillCheck (Ox_lib Required)(If using skillcheck, Minigame setting wont work)
|
Config.Minigame = 'ps-ui' -- qb-lock / ps-ui / skillCheck (Ox_lib Required)(If using skillcheck, Minigame setting wont work)
|
||||||
|
|
||||||
|
|
||||||
Config.Skills = {
|
Config.Skills = {
|
||||||
|
@ -28,7 +28,7 @@ Config.Skills = {
|
||||||
skill = 'Stamina', -- The Type of Skill
|
skill = 'Stamina', -- The Type of Skill
|
||||||
amount = math.random(1, 2), -- The amount of skill rep you gain
|
amount = math.random(1, 2), -- 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(10000, 60000), -- This is the duration for the progressbar
|
ProgressbarDuration = math.random(6000, 12000), -- 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