Advertisement
VacVac

Code de Pools

Apr 28th, 2017
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.97 KB | None | 0 0
  1. <ItemPools>
  2.     <Pool Name="treasure">
  3.     </Pool>
  4.  
  5.     <Pool Name="shop">
  6.     </Pool>
  7.  
  8.     <Pool Name="boss">
  9.     </Pool>
  10.  
  11.     <Pool Name="devil">
  12.     </Pool>
  13.  
  14.     <Pool Name="angel">
  15.     </Pool>
  16.  
  17.     <Pool Name="secret">
  18.     </Pool>
  19.  
  20.     <Pool Name="library">
  21.     </Pool>
  22.  
  23.     <Pool Name="challenge">
  24.     </Pool>
  25.  
  26.     <Pool Name="goldenChest">
  27.     </Pool>
  28.  
  29.     <Pool Name="redChest">
  30.     </Pool>
  31.  
  32.     <Pool Name="beggar">
  33.     </Pool>
  34.  
  35.     <Pool Name="demonBeggar">
  36.     </Pool>
  37.  
  38.     <Pool Name="curse">
  39.     </Pool>
  40.  
  41.     <Pool Name="keyMaster">
  42.     </Pool>
  43.  
  44.     <Pool Name="bossrush">
  45.     </Pool>
  46.  
  47.     <Pool Name="dungeon">
  48.     </Pool>
  49.  
  50.     <Pool Name="greedTreasure">
  51.     </Pool>
  52.  
  53.     <Pool Name="greedBoss">
  54.     </Pool>
  55.  
  56.     <Pool Name="greedShop">
  57.     </Pool>
  58.  
  59.     <Pool Name="greedCurse">
  60.     </Pool>
  61.  
  62.     <Pool Name="greedDevil">
  63.     </Pool>
  64.  
  65.     <Pool Name="greedAngel">
  66.     </Pool>
  67.  
  68.     <Pool Name="greedLibrary">
  69.     </Pool>
  70.  
  71.     <Pool Name="greedSecret">
  72.     </Pool>
  73.  
  74.     <Pool Name="greedGoldenChest">
  75.     </Pool>
  76.    
  77.     <Pool Name="bombBum">
  78.     </Pool>
  79. </ItemPools>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement