aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Resources
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-25 13:36:05 -0500
committerlempamo <[email protected]>2017-02-25 13:36:05 -0500
commit9aa549e2b99ce4176ccf6dfee705ea25737d360a (patch)
tree1c89ab4d8db0dd5f641dd380b7822568580d7bae /ShiftOS.WinForms/Resources
parente26453ebeec88dc73636d62785e24871dfbbdb1f (diff)
downloadshiftos_thereturn-9aa549e2b99ce4176ccf6dfee705ea25737d360a.tar.gz
shiftos_thereturn-9aa549e2b99ce4176ccf6dfee705ea25737d360a.tar.bz2
shiftos_thereturn-9aa549e2b99ce4176ccf6dfee705ea25737d360a.zip
Calculator finished
Diffstat (limited to 'ShiftOS.WinForms/Resources')
-rw-r--r--ShiftOS.WinForms/Resources/Shiftorium.txt46
1 files changed, 25 insertions, 21 deletions
diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt
index 3201cc5..bc79bdd 100644
--- a/ShiftOS.WinForms/Resources/Shiftorium.txt
+++ b/ShiftOS.WinForms/Resources/Shiftorium.txt
@@ -19,6 +19,12 @@
Description: "Right now, you can only type numbers, but this equals button opens the door to solving equations!"
},
{
+ Name: "Calc Decimal Button",
+ Cost: 600,
+ Dependencies: "calculator",
+ Description: "Whole numbers can get boring. With this button, you can type decimal numbers!"
+ },
+ {
Name: "Calc Plus Button",
Cost: 700,
Dependencies: "calc_equals_button",
@@ -37,6 +43,24 @@
Description: "You can add numbers together, but it must be tiring to add the same number over and over. This multiplication button will make it easier for you!"
},
{
+ Name: "Calc Divide Button",
+ Cost: 800,
+ Dependencies: "calc_multiply_button",
+ Description: "You can multiply, but what about reversing multiplication? This divide button will sort that out!"
+ },
+ {
+ Name: "Calc Clear Button",
+ Cost: 750,
+ Dependencies: "calc_equals_button",
+ Description: "Typed the wrong number? No worries! With this Clear button, you can clear the number field, without messing up the equation you're trying to solve!"
+ },
+ {
+ Name: "Calc CE Button",
+ Cost: 750,
+ Dependencies: "calc_clear_button",
+ Description: "Wanna start all over with a new equation? With this CE (Clear Everything) button, you get rid of not only the numbers in the number field, but also the equation!"
+ },
+ {
Name: "MUD Fundamentals",
Cost: 50,
Description: "Some basic commands for the terminal that'll help you out in the multi-user domain.",
@@ -737,26 +761,6 @@
Cost: 2500,
Dependencies: "shiftorium_gui",
Description: "In the shiftorium GUI but dont know what you can spend because you can't see how many code points are on hand? Well shop easy, because with this upgrade that is now possible! You have to restart the shiftorium for it to work."
- },
-
- // CALCULATOR UPGRADES
- {
- Name: "Calculator",
- Cost: 1000,
- Dependencies: "wm_free_placement;desktop",
- Description: "Crazy math problems getting you down? Well, this calculator will take care of that!"
- },
- {
- Name: "AL Calculator",
- Cost: 350,
- Dependencies: "calculator;app_launcher",
- Description: "Add an App Launcher Entry for the Calculator!"
- },
- {
- Name: "Calc Equals Button",
- Cost: 600,
- Dependencies: "calculator",
- Description: "Right now, you can only type numbers, but this equals button opens the door to solving equations!"
- }
+ }
] \ No newline at end of file