diff options
| author | Michael <[email protected]> | 2017-06-29 09:14:39 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-29 09:14:39 -0400 |
| commit | e65e99578d8f434d83412d4d5130f18c474ab40d (patch) | |
| tree | 89f49d25576598479bb23d0ce355f021f0d96514 /ShiftOS.WinForms/Resources | |
| parent | 027788fa853aab3f41b1115ac68c6635f9975252 (diff) | |
| download | shiftos_thereturn-e65e99578d8f434d83412d4d5130f18c474ab40d.tar.gz shiftos_thereturn-e65e99578d8f434d83412d4d5130f18c474ab40d.tar.bz2 shiftos_thereturn-e65e99578d8f434d83412d4d5130f18c474ab40d.zip | |
Implement the Virus Scanner.
Diffstat (limited to 'ShiftOS.WinForms/Resources')
| -rw-r--r-- | ShiftOS.WinForms/Resources/Shiftorium.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index ab7b6d3..45a7b1f 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -1,4 +1,26 @@ [ +//Virus Scanner Grades + { + Name: "Virus Scanner Grade 2", + Description: "Update the Virus Scanner database to include threatlevel 2 viruses.", + Dependencies: "virus_scanner", + Category: "Virus Scanner", + Cost: 75 + }, + { + Name: "Virus Scanner Grade 3", + Description: "Update the Virus Scanner database to include threatlevel 3 viruses.", + Dependencies: "virus_scanner_grade_2", + Category: "Virus Scanner", + Cost: 150 + }, + { + Name: "Virus Scanner Grade 4", + Description: "Update the Virus Scanner database to include threatlevel 4 viruses.", + Dependencies: "virus_scanner_grade_3", + Category: "Virus Scanner", + Cost: 225 + }, // SCREENSAVER { Name: "Screensavers", |
