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

  1. WallDecorationGOResource object
  2. {
  3.     parentResource = toiletbowl
  4.  
  5.     meshResourceNameArray
  6.     {
  7.         0 = ToiletbowlOldshool
  8.     }
  9.     
  10.     walkabilityResourceNameArray
  11.     {
  12.         0 = toilet
  13.     }
  14.  
  15.     actionPoints
  16.     {
  17.         sit
  18.         {
  19.             position = 0.0 0.65
  20.             direction = 0.0 -1.0 
  21.         }
  22.         clean
  23.         {
  24.             position = 0.0 0.90
  25.             direction = 0.0 -1.0 
  26.         }
  27.         repair
  28.         {
  29.             position = 0.0 0.65
  30.             direction = 0.0 -1.0 
  31.         }
  32.     }
  33.  
  34.     activityModifiers
  35.     {
  36.         clean
  37.         {
  38.             influenceModifiers
  39.             {
  40.                 0
  41.                 {
  42.                     condition = NEED_HYGIENE_BODY
  43.                     type = value
  44.                     operation = MUL
  45.                     value = 0.7
  46.                 }
  47.                 1
  48.                 {
  49.                     condition = NEED_TIREDNESS
  50.                     type = value
  51.                     operation = MUL
  52.                     value = 1.3
  53.                 }
  54.                 2
  55.                 {
  56.                     condition = NEED_JUSTICE
  57.                     type = value
  58.                     operation = MUL
  59.                     value = 1.3
  60.                 }
  61.             }
  62.         }
  63.     }
  64.     breakProbability = 0.05
  65.     
  66.     roomFunctions
  67.     {
  68.         toilet
  69.         {    
  70.             0
  71.             {
  72.                 roomType = BATHROOM
  73.                 roomValue = 0.55
  74.             }
  75.         }
  76.     }
  77.     
  78.     
  79.     Wonderlib::ObjectData objectData
  80.     {
  81.         attributes
  82.         {
  83.     
  84.             Wonderlib::Array<Wonderlib::LuaTableEntry> dirtableTextures
  85.             {
  86.  
  87.                 0
  88.                 {
  89.                     int index = 1
  90.                     Wonderlib::String value = kloOldschool
  91.                 }
  92.             }
  93.             int dirtSteps = 4
  94.         }
  95.     }
  96.     
  97.     
  98.     price = 120
  99. }
  100.