Difference between revisions of "Antivirus"

From Software Inc.
Jump to navigation Jump to search
Line 29: Line 29:
 
|}
 
|}
 
'''Raw Source'''
 
'''Raw Source'''
 +
 +
<source lang="xml">
 
     <Software Name="Antivirus">
 
     <Software Name="Antivirus">
 
         <Name>Antivirus</Name>
 
         <Name>Antivirus</Name>
Line 53: Line 55:
 
         </Features>
 
         </Features>
 
     </Software>
 
     </Software>
 +
</source>

Revision as of 02:19, 12 May 2015

First Appearence: It Appears in design document arround year 1980-1990.

The Antivirus is a Software you can Create ingame. It requires an Visual Tool to be Created. Also its depending on an Operating System

OS-Size 1980 1990 2000 2010
small - file scan
medium - background scan
large -

Raw Source

<source lang="xml">

   <Software Name="Antivirus">
       <Name>Antivirus</Name>
       <Description>Protecting computers from digital troublemakers since it became profitable to do so.</Description>
       <Features>
           <Feature Name="File scan">
               <Name>File scan</Name>
           </Feature>
           <Feature Name="Firewall">
               <Name>Firewall</Name>
           </Feature>
           <Feature Name="Background scan">
               <Name>Background scan</Name>
               <Description>Scan for viruses in the background causing hilarious file locks randomly</Description>
           </Feature>
           <Feature Name="Mail scan">
               <Name>Mail scan</Name>
               <Description>There's always room for enlargement</Description>
           </Feature>
           <Feature Name="Virus database">
               <Name>Virus database</Name>
               <Description>Automagically keep your user's virus definitions up to date</Description>
           </Feature>
       </Features>
   </Software>

</source>