From bec3c8424f2612a6b58244ae2462a17455da8303 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 3 Aug 2017 08:49:07 -0400 Subject: fire hydrant and banana cowfiles --- ShiftOS.Frontend/Properties/Resources.Designer.cs | 43 ++++++++++++++++++++--- ShiftOS.Frontend/Properties/Resources.resx | 6 ++++ 2 files changed, 45 insertions(+), 4 deletions(-) (limited to 'ShiftOS.Frontend/Properties') diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index 0092c49..550ab28 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -60,6 +60,20 @@ namespace ShiftOS.Frontend.Properties { } } + /// + /// Looks up a localized string similar to { + /// Name: "Cowsay Banana Cowfile", + /// Description: "It's fun to play with food. Especially in the form of a cowfile. This install file adds a Banana to Cowsay's cowfile list. To use it, simply do \"cowsay --id Hello --file banana\".", + /// SourceType: "CowFile", + /// Source: "banana\t\"-..___ __.='>\r\n`. \"\"\"\"\" ,'\r\n \"-..__ _.-\"\r\n \"\"\"" + ///}. + /// + public static string banana_cow_stp { + get { + return ResourceManager.GetString("banana.cow.stp", resourceCulture); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -97,6 +111,19 @@ namespace ShiftOS.Frontend.Properties { } } + /// + /// Looks up a localized string similar to { + /// Name: "Cowsay Fire Hydrant Cowfile", + /// Description: "Ever been so thirsty that you wanted to open a fire hydrant and just take a giant drink of water? Well, you can't do that with this install file, but you can at least get a neat cowfile firehydrant so you can make one talk!", + /// SourceType: "CowFile", + /// Source:"fire hydrant\t \\ !\r\n \\ .:::.\r\n ///|\\\\\\\r\n {=-#-#-=}\r\n .-||||/..\\\r\n c[I ||||\\''/\r\n '-||||||| \r\n |||||||\r\n |||||||\r\n |||||||\r\n [rest of string was truncated]";. + /// + public static string fire_hydrant_cow_stp { + get { + return ResourceManager.GetString("fire hydrant.cow.stp", resourceCulture); + } + } + /// /// Looks up a localized string similar to /* ShiftOS hackables data file /// * @@ -152,13 +179,16 @@ namespace ShiftOS.Frontend.Properties { /// ID: "sploitset_keepalive" /// }, /// { + /// FriendlyName: "Banana Cow", + /// LootName: "banana.cow.stp", + /// Rarity: 1, + /// PointTo: "banana_cow_stp", + /// }, + /// { /// FriendlyName: "SSHardline", /// LootName: "sploitset_sshardline.stp", /// Rarity: 1, - /// PointTo: "sploitset_sshardline", - /// ID: "sploitset_keepalive" - /// } - ///]. + /// PointTo: "sploitset_ssh [rest of string was truncated]";. /// public static string LootInfo { get { @@ -260,6 +290,11 @@ namespace ShiftOS.Frontend.Properties { /// Cost: 1000000000, /// Description: "lolyouarentsupposedtobeabletobuythis", /// Dependencies: "thisupgradeshouldneverexistever", + /// }, + /// { + /// Name: "Pong", + /// Cost: 0, + /// Dependencies: "pong", /// } ///]. /// diff --git a/ShiftOS.Frontend/Properties/Resources.resx b/ShiftOS.Frontend/Properties/Resources.resx index 0298116..9f9582e 100644 --- a/ShiftOS.Frontend/Properties/Resources.resx +++ b/ShiftOS.Frontend/Properties/Resources.resx @@ -157,4 +157,10 @@ ..\Resources\sploitset_keepalive.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + ..\Resources\banana.cow.stp.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + + ..\Resources\fire hydrant.cow.stp.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