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

  1.  
  2. StandardGOResource object
  3. {
  4.     parentResource = bed
  5.  
  6.     meshResourceNameArray
  7.     {
  8.         0 = bedMedic
  9.     }
  10.  
  11.  
  12.     # maps activity name to activity modifier 
  13.     activityModifiers
  14.     {
  15.         sleep
  16.         {
  17.             influenceModifiers
  18.             {
  19.                 0
  20.                 {
  21.                     condition = NEED_TIREDNESS
  22.                     type = value
  23.                     operation = MUL
  24.                     value = 1
  25.                 }
  26.                 1
  27.                 {
  28.                     condition = NEED_COMFORT
  29.                     type = value
  30.                     operation = MUL
  31.                     value = 1
  32.                 }
  33.             }
  34.         }
  35.     }    
  36.  
  37.     roomFunctions
  38.     {
  39.         bed
  40.         {
  41.             0
  42.             {
  43.                 roomType = BEDROOM
  44.                 roomValue = 0.35
  45.             }
  46.         }
  47.     }
  48.     
  49.     price = 580
  50.  
  51. }
  52.