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

  1.  
  2. StandardGOResource object
  3. {
  4.     parentResource = doubleBed
  5.  
  6.     behaviors 
  7.     {
  8.         0 = doublebed
  9.     }
  10.  
  11.  
  12.     walkabilityResourceNameArray
  13.     {
  14.         0 = doublebedmodern
  15.     }
  16.     meshResourceNameArray
  17.     {
  18.         0 = doublebedModern
  19.     }
  20.  
  21.  
  22.     # maps activity name to activity modifier 
  23.     activityModifiers
  24.     {
  25.         sleep
  26.         {
  27.             influenceModifiers
  28.             {
  29.                 0
  30.                 {
  31.                     condition = NEED_TIREDNESS
  32.                     type = value
  33.                     operation = MUL
  34.                     value = 1.0
  35.                 }
  36.                 1
  37.                 {
  38.                     condition = NEED_COMFORT
  39.                     type = value
  40.                     operation = MUL
  41.                     value = 1
  42.                 }
  43.             }
  44.         }
  45.     }
  46.  
  47.     roomFunctions
  48.     {
  49.         bed
  50.         {
  51.             0
  52.             {
  53.                 roomType = BEDROOM
  54.                 roomValue = 0.66
  55.             }
  56.         }
  57.     }
  58.     
  59.     price = 1200
  60.     
  61. }
  62.