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

  1.  
  2. StandardGOResource object
  3. {
  4.     parentResource = chair
  5.     
  6.     sceneGraphResourceName = chairComputer
  7.  
  8.     activityModifiers
  9.     {
  10.         sit
  11.         {
  12.             influenceModifiers
  13.             {
  14.                 0
  15.                 {
  16.                     condition = NEED_COMFORT
  17.                     type = value
  18.                     operation = MUL
  19.                     value = 0.3
  20.                 }
  21.             }
  22.         }
  23.     }
  24.  
  25.     roomFunctions
  26.     {
  27.         chair
  28.         {
  29.             0
  30.             {
  31.                 roomType = WORKSPACE
  32.                 roomValue = 0.2
  33.             }
  34.         }
  35.     }
  36.     
  37.     price = 40
  38.     
  39.     
  40.     
  41.     Wonderlib::ObjectData objectData
  42.     {
  43.         attributes
  44.         {
  45.             Wonderlib::String chairType = Office
  46.         }
  47.     }
  48.     
  49. }
  50.