diff options
| author | william341 <[email protected]> | 2017-07-28 19:34:26 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-07-28 19:34:26 -0700 |
| commit | 669bd3c0901929339cfc14bce0256659499151ae (patch) | |
| tree | 85114d8e970ceac06d076803b6779eda3ad1a360 /ShiftOS.Frontend | |
| parent | a9779111b59f259d834b431a53b11de868e7b6a3 (diff) | |
| download | shiftos_thereturn-669bd3c0901929339cfc14bce0256659499151ae.tar.gz shiftos_thereturn-669bd3c0901929339cfc14bce0256659499151ae.tar.bz2 shiftos_thereturn-669bd3c0901929339cfc14bce0256659499151ae.zip | |
memes
Diffstat (limited to 'ShiftOS.Frontend')
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.Designer.cs | 41 | ||||
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.resx | 3 |
2 files changed, 36 insertions, 8 deletions
diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index 0815696..1e6a8f2 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -110,9 +110,26 @@ namespace ShiftOS.Frontend.Properties { } /// <summary> - /// Looks up a localized string similar to //Loot information table + /// Looks up a localized string similar to /* ShiftOS Loot data file + /// * + /// * This file contains information about all loot in the game's campaign. + /// * + /// */ /// - ///[]. + ///[ + /// { + /// FriendlyName: "Force Heartbeat", + /// LootName: "sploitset_keepalive", + /// Rarity: 1, + /// PointTo: "sploitset_keepalive", + /// }, + /// { + /// FriendlyName: "SSHardline", + /// LootName: "sploitset_sshardline", + /// Rarity: 1, + /// PointTo: "sploitset_sshardline", + /// } + ///]. /// </summary> public static string LootInfo { get { @@ -132,14 +149,15 @@ namespace ShiftOS.Frontend.Properties { /// FriendlyName: "FTP Payload", /// PayloadName: "ftpull", /// EffectiveAgainstFirewall: 1, - /// EffectiveAgainst: "FileServer", + /// EffectiveAgainst: "FileServer" /// }, /// { - /// FriendlyName: "Ping Spam", + /// FriendlyName: "Force Heartbeat", /// PayloadName: "keepalive", /// EffectiveAgainstFirewall: 1, /// EffectiveAgainst: "SSHServer", /// Function: 1, + /// Dependencies: "sploitset_keepalive" /// } ///]. /// </summary> @@ -187,7 +205,20 @@ namespace ShiftOS.Frontend.Properties { } /// <summary> - /// Looks up a localized string similar to []. + /// Looks up a localized string similar to [ + /// } + /// Name: "sploitset_keepalive", + /// Cost: 1000000000, + /// Description: "lolyouarentsupposedtobeabletobuythis", + /// Dependencies: "thisupgradeshouldneverexistever;sploitset_sshardline", + /// }, + /// } + /// Name: "sploitset_sshardline", + /// Cost: 1000000000, + /// Description: "lolyouarentsupposedtobeabletobuythis", + /// Dependencies: "thisupgradeshouldneverexistever", + /// } + ///]. /// </summary> public static string Shiftorium { get { diff --git a/ShiftOS.Frontend/Properties/Resources.resx b/ShiftOS.Frontend/Properties/Resources.resx index 778e25f..c4acd46 100644 --- a/ShiftOS.Frontend/Properties/Resources.resx +++ b/ShiftOS.Frontend/Properties/Resources.resx @@ -142,9 +142,6 @@ <data name="LootInfo" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\LootInfo.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</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> <data name="Payloads" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\Payloads.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> </data> |
