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

  1.  
  2. StandardGOResource object
  3. {
  4.     parentResource = oven
  5.     
  6.     sceneGraphResourceName = OvenOldschool
  7.     
  8.     stateMachineResourceNameArray
  9.     {
  10.         0 = ovenDamaged
  11.     }    
  12.  
  13.     behaviors
  14.     {
  15.          0 = damaged
  16.     }
  17.  
  18.  
  19.  
  20.     # maps activity name to activity modifier 
  21.     activityModifiers
  22.     {
  23.         cook
  24.         {
  25.             # modifies activity
  26.             generalModifiers
  27.             {
  28.                 0
  29.                 {
  30.                     # duration, maxRepeatPerDay, maxRepeatPerWeek
  31.                     type = duration
  32.                     
  33.                     # the operation
  34.                     # ADD, SUB, MUL, DIV, SET, MIN, MAX
  35.                     operation = MUL
  36.                     
  37.                     # the operand value (float)
  38.                     value = 1.2
  39.                 }
  40.             }
  41.         }
  42.     }    
  43.  
  44.     roomFunctions
  45.     {
  46.         oven
  47.         {
  48.             0
  49.             {
  50.                 roomType = KITCHEN
  51.                 roomValue = 0.34
  52.             }
  53.         }
  54.     }
  55.     
  56.     breakProbability = 0
  57.     
  58.     price = 400
  59. }
  60.