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

  1. StandardGOResource object
  2. {
  3.     parentResource = doubleCounter
  4.     
  5.     stateMachineResourceNameArray
  6.     {
  7.         0 = sink
  8.     }
  9.     
  10.     behaviors
  11.     {
  12.         0 = counter
  13.         1 = dishwasher
  14.     }
  15.     
  16.     meshResourceNameArray
  17.     {
  18.         0 = kitchenCounterDesign
  19.     }
  20.     
  21.     actionPoints
  22.     {
  23.         washHands
  24.         {
  25.             position = -0.6 0.5
  26.             direction = 0.0 -1.0 
  27.         }
  28.         dish
  29.         {
  30.             position = 0.0 0.1
  31.             direction = 0.0 -1.0 
  32.         }
  33.     }
  34.     
  35.     
  36.     # maps activity name to activity modifier 
  37.     activityModifiers
  38.     {
  39.         washHands
  40.         {
  41.             
  42.             # modifies activity influences
  43.             influenceModifiers
  44.             {
  45.                 0
  46.                 {
  47.                     condition = NEED_HYGIENE_BODY
  48.                     type = value
  49.                     operation = MUL
  50.                     value = 2.26
  51.                 }
  52.             }
  53.         }
  54.         washDishes
  55.         {
  56.             influenceModifiers
  57.             {
  58.                 0
  59.                 {
  60.                     condition = NEED_HYGIENE_BODY
  61.                     type = value
  62.                     operation = MUL
  63.                     value = 1.0
  64.                 }
  65.             }
  66.         }
  67.     }
  68.     
  69.     roomFunctions
  70.     {
  71.         counter
  72.         {
  73.             0
  74.             {
  75.                 roomType = KITCHEN
  76.                 roomValue = 0.88
  77.             }
  78.         }
  79.         sink
  80.         {    
  81.             0
  82.             {
  83.                 roomType = KITCHEN
  84.                 roomValue = 1.0
  85.             }
  86.         }
  87.     }
  88.     
  89.     tableHeight = 0
  90.     
  91.     
  92.     Wonderlib::ObjectData objectData
  93.     {
  94.         attributes
  95.         {
  96.             int maxDishes = 20;
  97.             float dishesBaseHeight = 0.8;
  98.         }
  99.     }
  100.     
  101.     
  102.     behaviors
  103.     {
  104.         0 = counter
  105.     }
  106.     
  107.     price = 430
  108. }
  109.