blob: 1c823948e2158878bdd38aefe8109a7c3ba5d035 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* ShiftOS hackables data file
*
* This file contains information about all hackable systems in the game's campaign.
*
*/
[
{
SystemName: "shiftsyndicate_main",
FriendlyName: "ShiftSyndicate file server",
Password: "h0ldy0urc0l0ur",
PasswordHint: "Prepare to hold your colour...",
WelcomeMessage: "Don't make fun of SpamSyndicate web design.",
FirewallStrength: 1,
LootRarity: 1,
LootAmount: 4,
ConnectionTimeoutLevel: 4,
SystemType: "FileServer, SSHServer",
}
]
|