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

  1.  
  2. StandardGOResource object
  3. {
  4.     parentResource = sofa
  5.     
  6.     meshResourceNameArray
  7.     {
  8.         0 = sofaModernCheap
  9.     }
  10.  
  11.  
  12.     # maps activity name to activity modifier 
  13.     activityModifiers
  14.     {
  15.         sit
  16.         {
  17.             
  18.             # modifies activity influences
  19.             influenceModifiers
  20.             {
  21.                 0
  22.                 {
  23.                     condition = NEED_COMFORT
  24.                     
  25.                     # value, startValue, stopValue
  26.                     type = value
  27.                     
  28.                     # the operation
  29.                     # ADD, SUB, MUL, DIV, SET, MIN, MAX
  30.                     operation = MUL
  31.                     
  32.                     # the operand value (float)
  33.                     value = 0.8
  34.                 }
  35.             }
  36.         }
  37.         nap
  38.         {
  39.             
  40.             # modifies activity influences
  41.             influenceModifiers
  42.             {
  43.                 0
  44.                 {
  45.                     condition = NEED_COMFORT
  46.                     
  47.                     # value, startValue, stopValue
  48.                     type = value
  49.                     
  50.                     # the operation
  51.                     # ADD, SUB, MUL, DIV, SET, MIN, MAX
  52.                     operation = MUL
  53.                     
  54.                     # the operand value (float)
  55.                     value = 0.8
  56.                 }
  57.             }
  58.         }
  59.     }
  60.  
  61.     roomFunctions
  62.     {
  63.         sofa
  64.         {
  65.             0
  66.             {
  67.                 roomType = LIVINGROOM
  68.                 roomValue = 0.34
  69.             }
  70.         }
  71.     }
  72.     
  73.     price = 380
  74.  
  75. }
  76.