mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
This commit is contained in:
commit
a152967d33
2 changed files with 26 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/*
|
||||
* THIS IS AN EXAMPLE FILE
|
||||
*
|
||||
* Any Shiftorium upgrades placed in here won't be recognized by the main ShiftOS frontend
|
||||
* (ShiftOS.WinForms). It uses its own Shiftorium definition file found in its Resources.
|
||||
*/
|
||||
|
||||
[
|
||||
{
|
||||
Name: "MUD Fundamentals",
|
||||
|
|
Loading…
Reference in a new issue