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

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