diff options
| author | lempamo <[email protected]> | 2017-02-25 10:53:23 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 10:53:23 -0500 |
| commit | a152967d33671d3292fe88f8f119afcbaa467e16 (patch) | |
| tree | 2eff25790b323e28e4602546a719d1153d32a43a /ShiftOS.WinForms | |
| parent | 7070587e18532e25f538e32f54a51cf2e31cae87 (diff) | |
| parent | c502062a6285512c95e86763a32c78713a15e9da (diff) | |
| download | shiftos_thereturn-a152967d33671d3292fe88f8f119afcbaa467e16.tar.gz shiftos_thereturn-a152967d33671d3292fe88f8f119afcbaa467e16.tar.bz2 shiftos_thereturn-a152967d33671d3292fe88f8f119afcbaa467e16.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/Resources/Shiftorium.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index b81e469..8d2e199 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -1,4 +1,23 @@ [ +// 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!" + }, { Name: "MUD Fundamentals", Cost: 50, |
