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

  1.  
  2. StandardGOResource object
  3. {
  4.     parentResource = armchair
  5.  
  6.     walkabilityResourceNameArray
  7.     {
  8.         0 = armchairThin
  9.     }
  10.     
  11.     meshResourceNameArray
  12.     {
  13.         0 = armchairModern
  14.     }
  15.  
  16.     activityModifiers
  17.     {
  18.         sit
  19.         {
  20.             influenceModifiers
  21.             {
  22.                 0
  23.                 {
  24.                     condition = NEED_COMFORT
  25.                     type = value
  26.                     operation = MUL
  27.                     value = 0.8
  28.                 }
  29.             }
  30.         }
  31.     }    
  32.     
  33.     roomFunctions
  34.     {
  35.         armchair
  36.         {
  37.             0
  38.             {
  39.                 roomType = LIVINGROOM
  40.                 roomValue = 0.22
  41.             }
  42.         }
  43.     }
  44.     
  45.     price = 80
  46. }
  47.