cleartonic

dwm_tinymedal

Oct 30th, 2020 (edited)
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. TinyMedals
  2.  
  3. ====== RESULTS ======
  4. There are 3 methods for obtaining TinyMedals in the game:
  5. Method #1 - Randomly collecting from gate floors
  6. The player walks around any map looking for a 1% drop (universal 1% across all maps). This is done in the Beginner gate,
  7. because the player can confirm TinyMedals without collecting them, because there are no gold drops to obfuscate what the item
  8. is. Every floor has between 2 to 4 items in the Beginner gate
  9. Method #2 - Random reward from foreign trainers (non-special trainers, the M/F warriors)
  10. The player has to use a BookMark to save the game, then enter a new floor, use a Repellent, then roll a 15.6% chance
  11. to spawn a warrior trainer. Then, BookMark again, defeat the trainer with two item slots available, then roll a 1/37 (2.7%)
  12. chance to get a TinyMedal. If not, reset and re-do the fight
  13. Method #3 - Home world available
  14. 6 of the 8 TinyMedals from town are retrieved when available. The other 2 are far too cumbersome to consider
  15.  
  16. ====== MANIPULATION ======
  17. No manipulation appears to be possible. Based on trials and testing, even on emulator and being frame perfect, different save files result in different map loadouts for the same map. For example, a savefile from the beginning of the game, using the same exact inputs (via Lua script) to enter the gate, will result in a different map layout than using a savefile from later in the game. The savefile input routes are somewhat consistent among themselves, but this is under frame perfect conditions only - in real time, there'd be even more possibilities of outcomes. Theoretically the player could maybe try to manipulate TinyMedals right away, but there is much synergy to be had from having enough money and monsters from the mid to late game to use Repellents to run from fights effectively. Randomness changes per frame in this game, and also changes slightly based on inputs (mashing inputs causes the game to lag, offsetting randomness calculations)
  18.  
  19. ====== METHODOLOGY ======
  20. Method #1 - Randomly collecting from gate floors
  21. Every map in the game has a 1% chance of any item being a TinyMedal. There is no fluctuation whatsoever in what map is chosen. However, maps do have differing amounts of number of items that spawn, according to this table and the map ID (https://i.imgur.com/dXiWThJ.png). The first N row represents guaranteed items per floor, and the second represents a random possible extra number of items up to that amount. So earlier map IDs have more guaranteed items, but less random items, then that ratio changes. At best 6 items can appear
  22.  
  23. When TinyMedals spawn, they appear as regular gold drops. Because of this, the Beginner gate is very special, because it is the only map where there are no gold drops. Meaning, the player can identify a TinyMedal on the map with 100% accuracy without having to walk over it to confirm if its either gold or a TinyMedal. For this reason alone, the Beginner gate is chosen, even if the number of items per floor is slightly less
  24.  
  25. ------------------------------------------------------------------------
  26.  
  27. Method #2 - Random reward from foreign trainers
  28. After defeating a non-special trainer, provided the player has two empty inventory spaces, the player will get a WarpWing and a random item
  29.  
  30. First the player must spawn one of these trainers. When walking to another floor, the percent spawn chance is dictated by this table and the map ID (https://i.imgur.com/YP7NDvo.png). At best, the endgame maps provide a 40/256 (15.6%) chance when walking to a floor to spawn one of these trainers
  31.  
  32. Next, the player would need to fight the battle, win, then roll the two items and check if the second is a TinyMedal
  33.  
  34. The following shows the results of 10,000 trials. These results show 37 possible items with what appears to be a randomly even chance of each. TinyMedals here actually hit the estimated 1 in 37 (~2.7%)
  35.  
  36. ITEM PERCENT
  37. Porkchop 3.01
  38. WorldDew 2.94
  39. Lovewater 2.93
  40. LifeAcorn 2.89
  41. SnowStaff 2.87
  42. Rib 2.86
  43. BeNiceBK 2.82
  44. AwakeSand 2.81
  45. Sirloin 2.81
  46. MysticNut 2.80
  47. BeefJerky 2.78
  48. QuestBK 2.78
  49. Bad Meat 2.77
  50. Potion 2.77
  51. Sagestone 2.76
  52. WindStaff 2.75
  53. WorldLeaf 2.75
  54. BoltStaff 2.74
  55. Elfwater 2.74
  56. CheaterBK 2.73
  57. TinyMedal 2.73
  58. Herb 2.71
  59. DEFseed 2.70
  60. MistStaff 2.68
  61. INTseed 2.67
  62. Moonherb 2.65
  63. Antidote 2.63
  64. Skybell 2.60
  65. Laurel 2.59
  66. WarpWing 2.58
  67. AGLseed 2.57
  68. ATKseed 2.57
  69. HorrorBK 2.56
  70. SmartBK 2.48
  71. LavaStaff 2.48
  72. FireStaff 2.40
  73. ComedyBK 2.09
  74.  
  75. ------------------------------------------------------------------------
  76. Method #3 - Home world available
  77.  
  78. The following TinyMedals are available:
  79.  
  80. 1) The fisherman's pot on the monster farm (after you complete Beginner)
  81. 2) The first barrel in the third row in the monster arena
  82. 3) The first pot in the Bazaar; shopkeeper's place
  83. 4) Dresser in the little girl's house
  84. 5) The chest of drawers in the Monster Stable
  85. 6) The fisherman's pot on the monster farm (after the first tree-growth)
  86. 7) Show the Queen a GoldGolem when she asks to see it.
  87. 8) Show the Queen a Divinegon when she asks to see it.
  88.  
  89. The first 6 are retrieved. Although GoldGolem is part of the party in this route, #7 isn't viable because it requires showing the Queen 14 other unique monsters, many of which are very cumbersome to breed
  90.  
  91.  
  92. ===== COLOSSEUM =====
  93. I originally believed the Colosseum could award a TinyMedal. I performed 10,000 trials to confirm that this is not the case:
  94.  
  95. ITEM PERCENT
  96. LavaStaff 13.17
  97. MistStaff 12.91
  98. FireStaff 12.86
  99. SnowStaff 12.29
  100. Rib 6.80
  101. Elfwater 6.20
  102. Sirloin 6.17
  103. WorldLeaf 6.08
  104. Sagestone 6.05
  105. WindStaff 5.99
  106. WorldDew 5.92
  107. BoltStaff 5.56
Add Comment
Please, Sign In to add comment