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

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