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

  1.  
  2. StandardGOResource object
  3. {
  4.     parentResource = fridge
  5.  
  6.     sceneGraphResourceName = fridgeModern
  7.     
  8.     roomFunctions
  9.     {
  10.         fridge
  11.         {
  12.             0
  13.             {
  14.                 roomType = KITCHEN
  15.                 roomValue = 0.8
  16.             }
  17.         }
  18.     }
  19.     
  20.     activityModifiers
  21.     {
  22.  
  23.         eat
  24.         {
  25.             influenceModifiers
  26.             {
  27.                 0
  28.                 {
  29.                     condition = NEED_HUNGER
  30.                     type = value
  31.                     operation = MUL
  32.                     value = 2.1
  33.                 }
  34.             }
  35.         }
  36.         eatSnack
  37.         {
  38.             influenceModifiers
  39.             {
  40.                 0
  41.                 {
  42.                     condition = NEED_HUNGER
  43.                     type = value
  44.                     operation = MUL
  45.                     value = 2.1
  46.                 }
  47.             }
  48.         }
  49.         eatVegSnack
  50.         {
  51.             influenceModifiers
  52.             {
  53.                 0
  54.                 {
  55.                     condition = NEED_HUNGER
  56.                     type = value
  57.                     operation = MUL
  58.                     value = 2.1
  59.                 }
  60.             }
  61.         }
  62.         
  63.     }
  64.     
  65.     breakProbability = 0.025
  66.     
  67.     price = 1200
  68. }
  69.