Advertisement
Guest User

Two Towers Drop Table notes

a guest
Jun 26th, 2021
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. By Meerkov
  2.  
  3. Drop Table:
  4. Each table has 64 entries. The game seems to start on a random table, either 0 or 2. After each chest is opened, the table advances by 1-4 steps (unsure how it's determined). For example, if you open a Round Shield (x200) then there is a chance the next item is the Scroll of Minas Tirith, a Clasp, Cape, or Food. No other item is possible.
  5.  
  6. Enemies on screen (as well as squirrels, and certain animations like the Flask of Gondor) will alter some RNG variables. I currently do not know how modifiers are determined. It is unknown if the starting setting, and the increments, mean that it might actually be impossible/difficult to get unique items, or if it's just rare (about 1 in 64 chance? But that doesn't seem likely enough...)
  7.  
  8. I messed up somewhere in the middle... But you can sorta get the idea.
  9.  
  10. There are 10 tables. At the end of each table, you start at the next, and then loop back around to the start. Sometimes, when you reach the end of a table, you might not advance to the next table. I don't know why (but it seems like you can't advance your table on the first screen of the game using the squirrels, but you can advance within the table).
  11.  
  12. Table 2
  13. 00 - Round Shield
  14. Scroll of Minas Tirith
  15. Clasp
  16. Cape
  17. Food
  18. 7 Gems
  19. Amulet
  20. Shortsword
  21. 7 Gems
  22. na
  23. 6 gems
  24. na
  25. 7 gems
  26. Elven Bread
  27. Choker
  28. 2 gems
  29. na
  30. na
  31. Leather Jacket
  32. Fruit
  33. 2 gems
  34. na
  35. na
  36. 6 gems
  37. Elven Bread
  38. Coif
  39. Coif
  40. Cape
  41. Fruit
  42. 8 Gems
  43. na
  44. Padded Shirt
  45. 1 gem
  46. na
  47. na
  48. 6 gems
  49. na
  50. 7 gems
  51. na
  52. 10 gems
  53. na
  54. Brigandine
  55. Fruit
  56. 9 gems
  57. na
  58. 4 gems
  59. na
  60. na
  61. na
  62. na
  63. 10 gems
  64. na
  65. 2 gems
  66. na
  67. na
  68. E8 Kingsfoil Leaves
  69. EC - Soldier Sword
  70. 10 gems
  71. na
  72. Kingsfoil Leaves
  73. Small Shield
  74.  
  75.  
  76.  
  77.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement