Amiibo drops: Difference between revisions
Jump to navigation
Jump to search
→LogicAIDef:Action/ItemAmiiboCreateFromDropTable
imported>Leoetlino |
imported>Leoetlino |
||
Line 47: | Line 47: | ||
* For a GreatHit: | * For a GreatHit: | ||
** GreatHit drops: random number between RepeatNumMin and RepeatNumMax for GreatHit | ** GreatHit drops: random number between RepeatNumMin and RepeatNumMax for GreatHit | ||
** SmallHit drops: same, but for SmallHit. | ** SmallHit drops: same, but for SmallHit or 0. | ||
** Normal drops: random number between RepeatNumMin and RepeatNumMax for Normal - GreatHit drop num | ** Normal drops: random number between RepeatNumMin and RepeatNumMax for Normal - GreatHit drop num | ||
* For a BigHit: | * For a BigHit: | ||
** BigHit drops: random number between RepeatNumMin and RepeatNumMax for BigHit | ** BigHit drops: random number between RepeatNumMin and RepeatNumMax for BigHit | ||
** SmallHit drops: same, but for SmallHit. | ** SmallHit drops: same, but for SmallHit or 0. | ||
** Normal drops: random number between RepeatNumMin and RepeatNumMax for Normal - BigHit drop num | ** Normal drops: random number between RepeatNumMin and RepeatNumMax for Normal - BigHit drop num | ||