From 0b175d13327aa0e60811cb062c5cb25e52916cf8 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 2 Aug 2017 10:45:19 -0400 Subject: pong is a loot now --- ShiftOS.Frontend/Resources/LootInfo.txt | 10 ++++++++-- ShiftOS.Frontend/Resources/Shiftorium.txt | 5 +++++ ShiftOS.Frontend/Resources/pong.txt | 6 ++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 ShiftOS.Frontend/Resources/pong.txt (limited to 'ShiftOS.Frontend/Resources') diff --git a/ShiftOS.Frontend/Resources/LootInfo.txt b/ShiftOS.Frontend/Resources/LootInfo.txt index 9fee421..188eb7c 100644 --- a/ShiftOS.Frontend/Resources/LootInfo.txt +++ b/ShiftOS.Frontend/Resources/LootInfo.txt @@ -18,5 +18,11 @@ Rarity: 1, PointTo: "sploitset_sshardline", ID: "sploitset_keepalive" - } -] \ No newline at end of file + }, + { + FriendlyName: "Pong", + LootName: "pong.stp", + Rarity: 10, //Easter egg. + PointTo: "pong", + ID: "pong" + }] \ No newline at end of file diff --git a/ShiftOS.Frontend/Resources/Shiftorium.txt b/ShiftOS.Frontend/Resources/Shiftorium.txt index 1d31dcf..6a3ee01 100644 --- a/ShiftOS.Frontend/Resources/Shiftorium.txt +++ b/ShiftOS.Frontend/Resources/Shiftorium.txt @@ -10,5 +10,10 @@ Cost: 1000000000, Description: "lolyouarentsupposedtobeabletobuythis", Dependencies: "thisupgradeshouldneverexistever", + }, + { + Name: "Pong", + Cost: 0, + Dependencies: "pong", } ] \ No newline at end of file diff --git a/ShiftOS.Frontend/Resources/pong.txt b/ShiftOS.Frontend/Resources/pong.txt new file mode 100644 index 0000000..81152f9 --- /dev/null +++ b/ShiftOS.Frontend/Resources/pong.txt @@ -0,0 +1,6 @@ +{ + Name: "Pong", + Description: "It's a game so good we made you play it all the time in ShiftOS 0.0.x, 0.1.x and 1.0. It's only natural that we'd sleep Pong into the game again somehow, right?", + SourceType: "ShiftoriumUpgrade", + Source: "pong" +} \ No newline at end of file -- cgit v1.2.3