From 9cd4ea556b1435e00d879b58c67134cf543f3eab Mon Sep 17 00:00:00 2001 From: Aren Date: Sat, 25 Feb 2017 14:08:48 +0100 Subject: Added ShiftLetters as a new game, made Audio Volume upgrade more expensive. --- ShiftOS.WinForms/Resources/Shiftorium.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ShiftOS.WinForms/Resources') diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index 9c116be..c75372e 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -11,6 +11,18 @@ Dependencies: "app_launcher", Description: "Want to open the Notifications application from within the App Launcher? This upgrade is for you." }, + { + Name: "ShiftLetters", + Cost: 150, + Dependencies: null, + Description: "Sick and tired of playing Pong? Buy this upgrade to get a whole new game!" + }, + { + Name: "AL ShiftLetters", + Cost: 100, + Dependencies: "app_launcher;shiftletters", + Description: "This upgrade allows you to find ShiftLetters in your App Launcher." + }, { Name: "Panel Notifications", Cost: 150, @@ -19,7 +31,7 @@ }, { Name: "Audio Volume", - Cost: 50, + Cost: 80, Description: "Want to adjust the volume of ShiftOS's audio? This upgrade will let you." }, { -- cgit v1.2.3