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

  1.  
  2. StandardGOResource object
  3. {
  4.     meshResourceNameArray
  5.     {
  6.         0 = BathsinkModern
  7.     }
  8.     
  9.     walkabilityResourceNameArray
  10.     {
  11.         0 = bathsinkModern
  12.     }
  13.     
  14.     stateMachineResourceNameArray
  15.     {
  16.         0 = sink
  17.     }
  18.         
  19.     
  20.     actionPoints
  21.     {
  22.         washHands
  23.         {
  24.             position = 0.0 0.5
  25.             direction = 0.0 -1.0 
  26.         }
  27.     }
  28.     
  29.     price = 380
  30.  
  31.     
  32.     activityModifiers
  33.     {
  34.         washHands
  35.         {
  36.             influenceModifiers
  37.             {
  38.                 0
  39.                 {
  40.                     condition = NEED_HYGIENE_BODY
  41.                     type = value
  42.                     operation = MUL
  43.                     value = 2.5
  44.                 }
  45.             }
  46.         }
  47.         
  48.         washDishes
  49.         {
  50.             generalModifiers
  51.             {
  52.                 0
  53.                 {
  54.                     type = duration
  55.                     operation = DIV
  56.                     value = 2.5
  57.                 }
  58.             }
  59.         }
  60.         
  61.         brushTeeth
  62.         {
  63.             generalModifiers
  64.             {
  65.                 0
  66.                 {
  67.                     type = duration
  68.                     operation = DIV
  69.                     value = 2.5
  70.                 }
  71.             }
  72.         }
  73.         
  74.         makeHair
  75.         {
  76.             generalModifiers
  77.             {
  78.                 0
  79.                 {
  80.                     type = duration
  81.                     operation = DIV
  82.                     value = 2.5
  83.                 }
  84.             }
  85.         }
  86.     }
  87.     
  88.     roomFunctions
  89.     {
  90.         sink
  91.         {
  92.             0
  93.             {
  94.                 roomType = BATHROOM
  95.                 roomValue = 1.0
  96.             }
  97.         }
  98.     }
  99. }
  100.