aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/Properties
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-07-28 21:38:44 -0700
committerwilliam341 <[email protected]>2017-07-28 21:38:44 -0700
commit56a3080c7bcf5a836de817807cda64216c184659 (patch)
treead0da162a44d519fce7c822962f527d5eecc1d88 /ShiftOS.Frontend/Properties
parent669bd3c0901929339cfc14bce0256659499151ae (diff)
downloadshiftos_thereturn-56a3080c7bcf5a836de817807cda64216c184659.tar.gz
shiftos_thereturn-56a3080c7bcf5a836de817807cda64216c184659.tar.bz2
shiftos_thereturn-56a3080c7bcf5a836de817807cda64216c184659.zip
loot kinda works lol
Diffstat (limited to 'ShiftOS.Frontend/Properties')
-rw-r--r--ShiftOS.Frontend/Properties/Resources.Designer.cs29
-rw-r--r--ShiftOS.Frontend/Properties/Resources.resx3
2 files changed, 31 insertions, 1 deletions
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
@@ -71,6 +71,33 @@ namespace ShiftOS.Frontend.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to /* ShiftOS Exploits data file
+ /// *
+ /// * This file contains information about all exploits in the game&apos;s campaign.
+ /// *
+ /// */
+ ///
+ ///[
+ /// {
+ /// FriendlyName: &quot;FTP Exploit&quot;,
+ /// ExploitName: &quot;ftpwn&quot;,
+ /// EffectiveAgainstPort: &quot;FileServer&quot;
+ /// },
+ /// {
+ /// FriendlyName: &quot;SSH Exploit&quot;,
+ /// ExploitName: &quot;sshardline&quot;,
+ /// EffectiveAgainstPort: &quot;SSHServer&quot;,
+ /// Dependencies: &quot;sploitset_sshardline&quot;
+ /// }
+ ///].
+ /// </summary>
+ public static string Exploits {
+ get {
+ return ResourceManager.GetString("Exploits", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to /* ShiftOS hackables data file
/// *
/// * This file contains information about all hackable systems in the game&apos;s campaign.
@@ -86,7 +113,7 @@ namespace ShiftOS.Frontend.Properties {
/// WelcomeMessage: &quot;Don&apos;t make fun of SpamSyndicate web design.&quot;,
/// FirewallStrength: 0,
/// LootRarity: 1,
- /// LootAmount: 4,
+ /// LootAmount: 2,
/// ConnectionTimeoutLevel: 4,
/// SystemType: &quot;FileServer, SSHServer&quot;,
///
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 @@
<data name="Ports" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Ports.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
+ <data name="Exploits" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\exploits.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
+ </data>
</root> \ No newline at end of file