From a0ee79dbcd26a8f07d493a7e993cbaf0d02e44db Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 17 Jul 2017 14:34:59 -0400 Subject: Hacking, barebones fskimmer, double clicking --- ShiftOS.Frontend/Properties/Resources.Designer.cs | 60 ++++++++++++++++------- ShiftOS.Frontend/Properties/Resources.resx | 6 +++ 2 files changed, 47 insertions(+), 19 deletions(-) (limited to 'ShiftOS.Frontend/Properties') diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index aaca596..3d40c29 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -70,6 +70,35 @@ namespace ShiftOS.Frontend.Properties { } } + /// + /// Looks up a localized string similar to /* ShiftOS hackables data file + /// * + /// * This file contains information about all hackable systems in the game's campaign. + /// * + /// */ + /// + ///[ + /// { + /// SystemName: "shiftsyndicate_main", + /// FriendlyName: "ShiftSyndicate file server", + /// Password: "h0ldy0urc0l0ur", + /// PasswordHint: "Prepare to hold your colour...", + /// WelcomeMessage: "Don't make fun of SpamSyndicate web design.", + /// FirewallStrength: 1, + /// LootRarity: 1, + /// LootAmount: 4, + /// ConnectionTimeoutLevel: 4, + /// SystemType: "FileServer, SSHServer", + /// + /// } + ///]. + /// + internal static string Hackables { + get { + return ResourceManager.GetString("Hackables", resourceCulture); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -81,25 +110,18 @@ namespace ShiftOS.Frontend.Properties { } /// - /// Looks up a localized string similar to [ - /////Virus Scanner Grades - /// { - /// Name: "Virus Scanner Grade 2", - /// Description: "Update the Virus Scanner database to include threatlevel 2 viruses.", - /// Dependencies: "virus_scanner", - /// Category: "Virus Scanner", - /// Cost: 75 - /// }, - /// { - /// Name: "Virus Scanner Grade 3", - /// Description: "Update the Virus Scanner database to include threatlevel 3 viruses.", - /// Dependencies: "virus_scanner_grade_2", - /// Category: "Virus Scanner", - /// Cost: 150 - /// }, - /// { - /// Name: "Virus Scanner Grade 4", - /// Description: "Update the [rest of string was truncated]";. + /// Looks up a localized string similar to //Loot information table + /// + ///[]. + /// + internal static string LootInfo { + get { + return ResourceManager.GetString("LootInfo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to []. /// internal static string Shiftorium { get { diff --git a/ShiftOS.Frontend/Properties/Resources.resx b/ShiftOS.Frontend/Properties/Resources.resx index 1a04f46..c0a2cff 100644 --- a/ShiftOS.Frontend/Properties/Resources.resx +++ b/ShiftOS.Frontend/Properties/Resources.resx @@ -136,4 +136,10 @@ ..\Resources\strings_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + ..\Resources\Hackables.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + ..\Resources\LootInfo.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + \ No newline at end of file -- cgit v1.2.3