From a0ee79dbcd26a8f07d493a7e993cbaf0d02e44db Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 17 Jul 2017 14:34:59 -0400 Subject: Hacking, barebones fskimmer, double clicking --- ShiftOS.Frontend/Resources/Hackables.txt | 21 +++++++++++++++++++++ ShiftOS.Frontend/Resources/LootInfo.txt | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 ShiftOS.Frontend/Resources/Hackables.txt create mode 100644 ShiftOS.Frontend/Resources/LootInfo.txt (limited to 'ShiftOS.Frontend/Resources') 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 -- cgit v1.2.3