📖Robbery Minigames
Docs for all robbery minigame
minigame = {
{ -- 1
event = "CORE_ROB_MINIGAMES:DataCrack_c",
data = {
background = 4, -- min is 0 max is 6
difficulty = "easy", -- "easy" "medium" "hard" "veryhard"
datacracks = 11, -- amount of datacracks min is 1 max is 11
},
},
{ -- 2
event = "CORE_ROB_MINIGAMES:CloneFingerprint_c",
data = {
time = 300, -- this is the time you have to complete the minigame, the timer is in seconds min is 0 max is 3600
scramble_time = 60, -- this is the time it will take to scramble, the timer is in seconds min is 0 max is 3600
fingerprint_amount = 2, -- amount of fingerprints to clone, min is 1 max is 4
fail_remove_time = 60, -- this is the time in seconds that will get removed from the remaining timer
},
},
{ -- 3
event = "CORE_ROB_MINIGAMES:HackFingerprint_c",
data = {
time = 300, -- this is the time you have to complete the minigame, the timer is in seconds min is 0 max is 3600
scramble_time = 60, -- this is the time it will take to scramble, the timer is in seconds min is 0 max is 3600
fingerprint_amount = 2, -- amount of fingerprints to clone, min is 1 max is 4
lives = 3, -- this is the amount of lives you have, min is 1 max is 6
fail_remove_time = 60, -- this is the time in seconds that will get removed from the remaining timer.
},
},
{ -- 4
event = "CORE_ROB_MINIGAMES:HotwireMinigame_c",
data = {
error = 1, -- this variables controls how many errors you start with
time = 300, -- this is the time you have to complete the minigame, this timer is in seconds min is 0 max is 3600
},
},
{ -- 5
event = "CORE_ROB_MINIGAMES:HackMemory_c",
data = {
time = 300, -- this is the time you have to complete the minigame, this timer is in seconds min is 0 max is 3600
scramble_time = 60, -- this is the time it will take to scramble, the timer is in seconds min is 0 max is 3600
digit_amount = 2, -- amount of digits to hack, min is 1 max is 4
lives = 3, -- this is the amount of lives you have, min is 1 max is 6
},
},
{ -- 6
event = "CORE_ROB_MINIGAMES:SignalMinigame_c",
data = {},
},
{ -- 7
event = "CORE_ROB_MINIGAMES:TerminalMinigame_c",
data = {
background = 4, -- min is 0 max is 6
lives = 3, -- this is the amount of lives you have, min is 1 max is 7
difficulty = "easy", -- "easy" "medium" "hard" "veryhard"
timer = 300, -- this is the time you have to complete the minigame, this timer is in seconds min is 0 max is 3600
},
},
{ -- 8
event = "CORE_ROB_MINIGAMES:VoltLab_c",
data = {
time = 300, -- this is the time you have to complete the minigame, this timer is in seconds min is 0 max is 3600
},
},
{ -- 9
event = "CORE_ROB_MINIGAMES:HackPCB_c",
data = {
time = 300, -- this is the time you have to complete the minigame, this timer is in seconds min is 0 max is 3600
level_amount= 2, -- amount of levels to hack, min is 1 max is 10
fail_remove_time = 60, -- this is the time in seconds that will get removed from the remaining timer
},
},
}
Last updated