From a9779111b59f259d834b431a53b11de868e7b6a3 Mon Sep 17 00:00:00 2001 From: william341 Date: Fri, 28 Jul 2017 14:26:14 -0700 Subject: partially implemented loot system --- ShiftOS.Frontend/Properties/Resources.Designer.cs | 42 ++++++++--------------- 1 file changed, 14 insertions(+), 28 deletions(-) (limited to 'ShiftOS.Frontend/Properties') diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index dfc728e..0815696 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -70,27 +70,6 @@ namespace ShiftOS.Frontend.Properties { } } - /// - /// Looks up a localized string similar to /* ShiftOS Exploits data file - /// * - /// * This file contains information about all exploits in the game's campaign. - /// * - /// */ - /// - ///[ - /// { - /// FriendlyName: "FTP Exploit", - /// ExploitName: "ftpwn" - /// EffectiveAgainstPort: "FileServer", - /// } - ///]. - /// - public static string Exploits { - get { - return ResourceManager.GetString("Exploits", resourceCulture); - } - } - /// /// Looks up a localized string similar to /* ShiftOS hackables data file /// * @@ -105,7 +84,7 @@ namespace ShiftOS.Frontend.Properties { /// Password: "h0ldy0urc0l0ur", /// PasswordHint: "Prepare to hold your colour...", /// WelcomeMessage: "Don't make fun of SpamSyndicate web design.", - /// FirewallStrength: 1, + /// FirewallStrength: 0, /// LootRarity: 1, /// LootAmount: 4, /// ConnectionTimeoutLevel: 4, @@ -151,9 +130,16 @@ namespace ShiftOS.Frontend.Properties { ///[ /// { /// FriendlyName: "FTP Payload", - /// PayloadName: "ftpull" + /// PayloadName: "ftpull", /// EffectiveAgainstFirewall: 1, /// EffectiveAgainst: "FileServer", + /// }, + /// { + /// FriendlyName: "Ping Spam", + /// PayloadName: "keepalive", + /// EffectiveAgainstFirewall: 1, + /// EffectiveAgainst: "SSHServer", + /// Function: 1, /// } ///]. /// @@ -173,26 +159,26 @@ namespace ShiftOS.Frontend.Properties { ///[ /// { /// FriendlyName: "SMTP mailserver (unencrypted)", - /// AttachTo: "EmailServer" + /// AttachTo: "EmailServer", /// Value: 25, /// Name: "smtp", /// }, /// { /// FriendlyName: "File Transfer Protocol", - /// AttachTo: "FileServer" + /// AttachTo: "FileServer", /// Value: 21, /// Name: "ftp", /// }, /// { /// FriendlyName: "ShiftSSH server", - /// AttachTo: "SSHServer" + /// AttachTo: "SSHServer", /// Value: 22, /// Name: "ssh", /// }, /// { /// FriendlyName: "MySQL server", - /// AttachTo: "Database" - /// Val [rest of string was truncated]";. + /// AttachTo: "Database", + /// [rest of string was truncated]";. /// public static string Ports { get { -- cgit v1.2.3