home *** CD-ROM | disk | FTP | other *** search
/ Singles (French) / Singles-FrenchVersion-Win95.iso / data1.cab / GameObject / OvenModern.ago < prev    next >
Text File  |  2004-03-05  |  654b  |  49 lines

  1. StandardGOResource object
  2. {
  3.     parentResource = oven
  4.  
  5.     sceneGraphResourceName = OvenModern
  6.  
  7.  
  8.     # maps activity name to activity modifier 
  9.     activityModifiers
  10.     {
  11.         cook
  12.         {
  13.             # modifies activity
  14.             generalModifiers
  15.             {
  16.                 0
  17.                 {
  18.                     # duration, maxRepeatPerDay, maxRepeatPerWeek
  19.                     type = duration
  20.                     
  21.                     # the operation
  22.                     # ADD, SUB, MUL, DIV, SET, MIN, MAX
  23.                     operation = MUL
  24.                     
  25.                     # the operand value (float)
  26.                     value = 1.0
  27.                 }
  28.             }
  29.         }
  30.     }    
  31.  
  32.     roomFunctions
  33.     {
  34.         oven
  35.         {
  36.             0
  37.             {
  38.                 roomType = KITCHEN
  39.                 roomValue = 0.68
  40.             }
  41.         }
  42.     }
  43.     
  44.     breakProbability = 0.025
  45.     
  46.     price = 900
  47.  
  48. }
  49.