diff options
Diffstat (limited to 'ShiftOS.Frontend/Resources')
| -rw-r--r-- | ShiftOS.Frontend/Resources/Hackables.txt | 21 | ||||
| -rw-r--r-- | ShiftOS.Frontend/Resources/LootInfo.txt | 3 |
2 files changed, 24 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/Resources/Hackables.txt b/ShiftOS.Frontend/Resources/Hackables.txt new file mode 100644 index 0000000..1c82394 --- /dev/null +++ b/ShiftOS.Frontend/Resources/Hackables.txt @@ -0,0 +1,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", + + } +]
\ No newline at end of file diff --git a/ShiftOS.Frontend/Resources/LootInfo.txt b/ShiftOS.Frontend/Resources/LootInfo.txt new file mode 100644 index 0000000..361bab9 --- /dev/null +++ b/ShiftOS.Frontend/Resources/LootInfo.txt @@ -0,0 +1,3 @@ +//Loot information table + +[]
\ No newline at end of file |
