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/Resources/LootInfo.txt | 12 ++++++++++++ ShiftOS.Frontend/Resources/banana.cow.stp.txt | 6 ++++++ ShiftOS.Frontend/Resources/fire hydrant.cow.stp.txt | 6 ++++++ 3 files changed, 24 insertions(+) create mode 100644 ShiftOS.Frontend/Resources/banana.cow.stp.txt create mode 100644 ShiftOS.Frontend/Resources/fire hydrant.cow.stp.txt (limited to 'ShiftOS.Frontend/Resources') diff --git a/ShiftOS.Frontend/Resources/LootInfo.txt b/ShiftOS.Frontend/Resources/LootInfo.txt index 188eb7c..dc0c109 100644 --- a/ShiftOS.Frontend/Resources/LootInfo.txt +++ b/ShiftOS.Frontend/Resources/LootInfo.txt @@ -12,6 +12,18 @@ PointTo: "sploitset_keepalive", ID: "sploitset_keepalive" }, + { + FriendlyName: "Banana Cow", + LootName: "banana.cow.stp", + Rarity: 1, + PointTo: "banana_cow_stp", + }, + { + FriendlyName: "Fire Hydrant Cow", + LootName: "fire hydrant.cow.stp", + Rarity: 1, + PointTo: "fire_hydrant_cow_stp", + }, { FriendlyName: "SSHardline", LootName: "sploitset_sshardline.stp", diff --git a/ShiftOS.Frontend/Resources/banana.cow.stp.txt b/ShiftOS.Frontend/Resources/banana.cow.stp.txt new file mode 100644 index 0000000..0147faf --- /dev/null +++ b/ShiftOS.Frontend/Resources/banana.cow.stp.txt @@ -0,0 +1,6 @@ +{ + 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 \"\"\"" +} \ No newline at end of file diff --git a/ShiftOS.Frontend/Resources/fire hydrant.cow.stp.txt b/ShiftOS.Frontend/Resources/fire hydrant.cow.stp.txt new file mode 100644 index 0000000..f25803c --- /dev/null +++ b/ShiftOS.Frontend/Resources/fire hydrant.cow.stp.txt @@ -0,0 +1,6 @@ +{ + 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 [=======]\r\n" +} \ No newline at end of file -- cgit v1.2.3