Wifis
config.wifis.lua
Config["Wifi"] = {
ConnectionTimes = { -- In hours, depending on the hack level on the left
["easy"] = 1,
["mid"] = 2,
["hard"] = 3,
},
ScanCost = 1, -- Cost to scan for wifi networks in Salty
HackTimes = { -- The time you have to hack the wifi (Keyboard minigame)
["easy"] = 10,
["mid"] = 7,
["hard"] = 5,
},
-- TBD IN FUTURE UPDATE SOON
-- Leave as false for now
DisabledComputerOnHackFail = false, -- If you fail the hack instead of being connected for X amount of hours to wifi, the computer gets disabled for X amount of hours.
}