home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 October / Gamestar_66_2004-10_dvd.iso / CD / DATABASE / CESTINY / NeighboursFromHell_cz.exe / gamedata.bnd / tutorial_2 / combine.xml < prev    next >
Extensible Markup Language  |  2002-10-31  |  668b  |  25 lines

  1. <?xml version="1.0"?>
  2.  
  3. <combine>
  4.  
  5. <combination name="wronglirmarbles" wrong="true">
  6.     <ingredient name="lir" remove="false"/>
  7.     <ingredient name="marbles" remove="false"/>
  8. </combination>
  9.  
  10. <combination name="kit/marbles" trick="true">
  11.     <ingredient name="kit" remove="false"/>
  12.     <ingredient name="marbles" remove="true"/>
  13. </combination>
  14.  
  15. <combination name="wrongmarbles" wrong="true">
  16.     <ingredient name="anc" remove="false"/>
  17.     <ingredient name="marbles" remove="true"/>
  18. </combination>
  19.  
  20. <combination name="lir/mum_smeared" trick="true">
  21.     <ingredient name="lir/mum" remove="true"/>
  22.     <ingredient name="marker" remove="true"/>
  23. </combination>
  24.  
  25. </combine>