diff options
| author | Michael <[email protected]> | 2017-08-03 08:49:07 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-08-03 08:49:07 -0400 |
| commit | bec3c8424f2612a6b58244ae2462a17455da8303 (patch) | |
| tree | 44480ef182795c392e4651afcf6cc57150664edc /ShiftOS.Frontend/Properties | |
| parent | 19fceb8326fc395bee1fd858ec6617564cbbac74 (diff) | |
| download | shiftos_thereturn-bec3c8424f2612a6b58244ae2462a17455da8303.tar.gz shiftos_thereturn-bec3c8424f2612a6b58244ae2462a17455da8303.tar.bz2 shiftos_thereturn-bec3c8424f2612a6b58244ae2462a17455da8303.zip | |
fire hydrant and banana cowfiles
Diffstat (limited to 'ShiftOS.Frontend/Properties')
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.Designer.cs | 43 | ||||
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.resx | 6 |
2 files changed, 45 insertions, 4 deletions
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 @@ -61,6 +61,20 @@ namespace ShiftOS.Frontend.Properties { } /// <summary> + /// 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 \"\"\"" + ///}. + /// </summary> + public static string banana_cow_stp { + get { + return ResourceManager.GetString("banana.cow.stp", resourceCulture); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> public static System.Drawing.Bitmap cursor_9x_pointer { @@ -98,6 +112,19 @@ namespace ShiftOS.Frontend.Properties { } /// <summary> + /// 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]";. + /// </summary> + public static string fire_hydrant_cow_stp { + get { + return ResourceManager.GetString("fire hydrant.cow.stp", 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. @@ -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]";. /// </summary> 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", /// } ///]. /// </summary> 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 @@ <data name="sploitset_keepalive" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\sploitset_keepalive.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value> </data> + <data name="banana.cow.stp" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\banana.cow.stp.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value> + </data> + <data name="fire hydrant.cow.stp" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\fire hydrant.cow.stp.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value> + </data> </root>
\ No newline at end of file |
