Amiibo drops: Difference between revisions
→Logic
imported>Leoetlino (→Logic) |
imported>Leoetlino (→Logic) |
||
Line 52: | Line 52: | ||
**Otherwise, if $scanCount is >3, the great hit rate is 0%. | **Otherwise, if $scanCount is >3, the great hit rate is 0%. | ||
*If there was no Great Hit, determine if there should be a Big Hit (RNG) | *If there was no Great Hit, determine if there should be a Big Hit (no RNG) | ||
**If $scanCount <= 3, a Big Hit is guaranteed. | **If $scanCount <= 3, a Big Hit is guaranteed. | ||
**If $scanCount >= 4, a Big Hit will never happen. | **If $scanCount >= 4, a Big Hit will never happen. |