diff options
| author | william341 <[email protected]> | 2017-07-28 21:38:44 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-07-28 21:38:44 -0700 |
| commit | 56a3080c7bcf5a836de817807cda64216c184659 (patch) | |
| tree | ad0da162a44d519fce7c822962f527d5eecc1d88 /ShiftOS.Frontend/Properties | |
| parent | 669bd3c0901929339cfc14bce0256659499151ae (diff) | |
| download | shiftos_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.cs | 29 | ||||
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.resx | 3 |
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's campaign. + /// * + /// */ + /// + ///[ + /// { + /// FriendlyName: "FTP Exploit", + /// ExploitName: "ftpwn", + /// EffectiveAgainstPort: "FileServer" + /// }, + /// { + /// FriendlyName: "SSH Exploit", + /// ExploitName: "sshardline", + /// EffectiveAgainstPort: "SSHServer", + /// Dependencies: "sploitset_sshardline" + /// } + ///]. + /// </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's campaign. @@ -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 @@ <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 |
