Amiibo drops: Difference between revisions

imported>Leoetlino
No edit summary
imported>Leoetlino
Line 39: Line 39:


=== Step 1 - Determine drop rates and drop nums (in practice) ===
=== Step 1 - Determine drop rates and drop nums (in practice) ===
*Get the number of times the amiibo has been scanned for the current day (using AmiiboTouchHistory): $scanCount
*Get the number of times the amiibo has been scanned (using AmiiboTouchHistoryTotal): $scanCountTotal
*Drop table category:
*Drop table category:
**''Remain'' if Find_4Relic_1stClear is set
**''Remain'' if Find_4Relic_1stClear is set
Line 47: Line 44:
**''Normal'' otherwise
**''Normal'' otherwise


*Great Hit rate: 20% if $scanCountTotal < 4 and 100% otherwise
*Great Hit rate: 20% if the amiibo has been scanned 0, 1, 2, 3 or 4 times and 100% otherwise
*Big Hit rate: 0% if there is a GreatHit, 100% otherwise
*Big Hit rate: 0% if there is a GreatHit, 100% otherwise
*Small Hit rate: 20%
*Small Hit rate: 20%
Anonymous user