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

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