From 56a3080c7bcf5a836de817807cda64216c184659 Mon Sep 17 00:00:00 2001 From: william341 Date: Fri, 28 Jul 2017 21:38:44 -0700 Subject: loot kinda works lol --- ShiftOS.Frontend/Properties/Resources.Designer.cs | 29 ++++++++++++++++++++++- ShiftOS.Frontend/Properties/Resources.resx | 3 +++ 2 files changed, 31 insertions(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/Properties') diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index 1e6a8f2..05b50c6 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -70,6 +70,33 @@ 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" + /// }, + /// { + /// FriendlyName: "SSH Exploit", + /// ExploitName: "sshardline", + /// EffectiveAgainstPort: "SSHServer", + /// Dependencies: "sploitset_sshardline" + /// } + ///]. + /// + public static string Exploits { + get { + return ResourceManager.GetString("Exploits", resourceCulture); + } + } + /// /// Looks up a localized string similar to /* ShiftOS hackables data file /// * @@ -86,7 +113,7 @@ namespace ShiftOS.Frontend.Properties { /// WelcomeMessage: "Don't make fun of SpamSyndicate web design.", /// FirewallStrength: 0, /// LootRarity: 1, - /// LootAmount: 4, + /// LootAmount: 2, /// ConnectionTimeoutLevel: 4, /// SystemType: "FileServer, SSHServer", /// diff --git a/ShiftOS.Frontend/Properties/Resources.resx b/ShiftOS.Frontend/Properties/Resources.resx index c4acd46..0676c58 100644 --- a/ShiftOS.Frontend/Properties/Resources.resx +++ b/ShiftOS.Frontend/Properties/Resources.resx @@ -148,4 +148,7 @@ ..\Resources\Ports.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\exploits.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + \ No newline at end of file -- cgit v1.2.3