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

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