diff options
| author | AShifter <[email protected]> | 2017-03-08 14:57:52 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-08 14:57:52 -0700 |
| commit | bb768396787bd0ea5e608f007d881edec693f2ed (patch) | |
| tree | 5bc2a134d8bae6edac4fbb4757f2eb325addb7c4 /ShiftOS.WinForms/Resources | |
| parent | 369aefc5e81eba25e31d52c1031f3e8ec750cb04 (diff) | |
| parent | dfeaeea3ab22d5864569f8c303c248ab046db9e1 (diff) | |
| download | shiftos_thereturn-bb768396787bd0ea5e608f007d881edec693f2ed.tar.gz shiftos_thereturn-bb768396787bd0ea5e608f007d881edec693f2ed.tar.bz2 shiftos_thereturn-bb768396787bd0ea5e608f007d881edec693f2ed.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms/Resources')
| -rw-r--r-- | ShiftOS.WinForms/Resources/Shiftorium.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index 3de7214..12e3a1a 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -266,6 +266,36 @@ Dependencies: "mud_cracker;app_launcher" }, { + Name: "Format Editor", + Cost: 6000, + Description: "Allows you to change the format of commands.", + Dependencies: "shifter;name_changer" + }, + { + Name: "Format Editor Optional Text", + Cost: 150, + Description: "Allows you to add an optional text to commands", + Dependencies: "format_editor" + }, + { + Name: "Format Editor Regex", + Cost: 150, + Description: "Allows you to customize your commands with regexes.", + Dependencies: "format_editor_optional_text" + }, + { + Name: "Format Editor Syntax Highligting", + Cost: 150, + Description: "Allows you to give color to commands as the user types them.", + Dependencies: "format_editor_regex" + }, + { + Name: "AL Format Editor", + Cost: 150, + Description: "Add a launcher item for the Format Editor.", + Dependencies: "format_editor;app_launcher" + }, + { Name: "Textpad", Cost: 2500, Description: "\"Write, save and open a text document.\"", |
