User:Spencer PK/Sandbox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Sandbox for the Lucky Hit game mechanic in the Mario & Luigi series)
 
(Lucky Hit progress. More SS info, PIT and BIS chance formula, and correcting DT badge misinformation.)
Line 1: Line 1:
{{quote|OK, so sometimes you attack a monster, and all of a sudden you see {{color|blue|Lucky!}} appear... That shows that your attack power was stronger than usual!|[[Toadbert]]|[[Mario & Luigi: Bowser's Inside Story]]}}
{{quote|OK, so sometimes you attack a monster, and all of a sudden you see {{color|blue|Lucky!}} appear... That shows that your attack power was stronger than usual!|[[Toadbert]]|[[Mario & Luigi: Bowser's Inside Story]]}}
'''LUCKY''', originally known as '''Lucky hit''', also formatted as '''Lucky Hit''' and '''lucky hit''', is a recurring game mechanic in the ''[[Mario & Luigi (series)|Mario & Luigi]]'' series. When a playable character deals damage, there is a chance that an attack will be LUCKY, causing it to deal more damage while being marked by a unique visual effect and sound. The bonus damage multiplier of a LUCKY hit, as well as what attacks can be a LUCKY hit depends on the game. The chance of getting a LUCKY is based on the attacker's [[Stache|STACHE]] stat, or in the case of [[Bowser]], his HORN stat.
'''LUCKY''', originally known as '''Lucky hit''' and '''lucky hit''', also stylized as '''Lucky Hit''', is a recurring game mechanic in the ''[[Mario & Luigi (series)|Mario & Luigi]]'' series. When a playable character deals damage, there is a chance that an attack will be LUCKY, causing it to deal more damage while being marked by a unique visual effect and sound. The bonus damage multiplier of a LUCKY hit, as well as what attacks can be a LUCKY hit depends on the game. The chance of getting a LUCKY is based on the attacker's [[Stache|STACHE]] stat, or in the case of [[Bowser]], his HORN stat.


LUCKY hits are not to be confused with critical hits.
LUCKY hits are not to be confused with critical hits.
Line 8: Line 8:
===''Mario & Luigi: Superstar Saga''===
===''Mario & Luigi: Superstar Saga''===


'''Lucky hits''' are introduced in ''[[Mario & Luigi: Superstar Saga]]'', and are used by [[Mario]] and [[Luigi]]. Lucky hits can only happen when performing a solo [[Jump]], [[Hammer]], or [[Hand Power|Hand]] attack. Lucky hits cannot occur in [[Bros. Attack]]s, [[counterattack]]s, or [[First Strike|first strike]]s. The bonus damage multiplier for a Lucky hit is different if it is a Mario Jump, Luigi Jump, Mario Hammer, or Luigi Hammer attack. Hand attacks use the same multiplier.<ref name=SuperstarSaga>{{cite
'''Lucky hits''', also stylized as '''lucky hits''', are introduced in ''[[Mario & Luigi: Superstar Saga]]'', and are used by [[Mario]] and [[Luigi]]. Lucky hits can only happen when performing a solo [[Jump]], [[Hammer]], or [[Hand Power|Hand]] attack. Lucky hits cannot occur in [[Bros. Attack]]s, [[counterattack]]s, or [[First Strike|first strike]]s. The bonus damage multiplier for a Lucky hit is different if it is a Mario Jump, Luigi Jump, Mario Hammer, or Luigi Hammer attack. Hand attacks use the same multiplier.<ref name=SuperstarSaga>{{cite
|author=Jdaster64
|author=Jdaster64
|language=en
|language=en
Line 18: Line 18:


Some pieces of [[List of Mario & Luigi: Superstar Saga gear|gear]] interact with the lucky hit system. The Mushluck Pants and Shroom Slacks clothing have the Lucky Mushroom special effect, which increases the chance of a lucky hit based on the number of Mushrooms Mario and Luigi have. The Lucky Bros. and Lucky Ribbon badges have the Lucky Attack special effect, which increases the chance of a lucky hit.
Some pieces of [[List of Mario & Luigi: Superstar Saga gear|gear]] interact with the lucky hit system. The Mushluck Pants and Shroom Slacks clothing have the Lucky Mushroom special effect, which increases the chance of a lucky hit based on the number of Mushrooms Mario and Luigi have. The Lucky Bros. and Lucky Ribbon badges have the Lucky Attack special effect, which increases the chance of a lucky hit.
====Damage calculation====
The formula for the damage of a solo attack and Lucky hit is calculated as follows:
:<math>0.4 \times ( AttackerPOW - 1/2 \times DefenderDEF ) \times ( AttackConstant )</math><ref name=SuperstarSaga></ref>
where:
* ''AttackConstant'' is the final value in the calculation that depends on if Mario or Luigi attacked, what type of solo attack they did, and if the attack was Lucky. All attack constants used for solo attacks can be found in the table below. The solo Hammer attacks have multiple attack constants which causes some damage variance. The [[Super Hammer]] and [[Ultra Hammer]] each have their own set of attack constants that causes greater damage variance. If the attack is a Lucky hit, then the attack constants in the Lucky column are used instead.<ref name=SuperstarSaga></ref>
{| class="wikitable" style="text-align: center;"
!Attack
!Normal (Mario)
!Lucky (Mario)
!Normal (Luigi)
!Lucky (Luigi)
|-
!Jump
|1.20
|2.30
|1.00
|2.00
|-
!Normal Hammer
|0.90/1.00/1.10
|rowspan="3" |2.10
|1.00/1.15/1.30
|rowspan="3" |2.50
|-
!Super Hammer
|0.80/1.00/1.20
|0.90/1.13/1.36
|-
!Ultra Hammer
|0.80/1.05/1.30
|0.80/1.10/1.40
|-
!Hand
|1.15
|2.20
|1.15
|2.20
|}
Using the knowledge of the attack constants and the attack constants for Lucky hits, the approximate bonus damage multiplier for Lucky hits can be obtained:
{| class="wikitable" style="text-align: center;"
|+Approximate bonus damage multipliers
!Attack
!Mario
!Luigi
|-
!Jump
|≈1.916×
|2×
|-
!Normal Hammer
|2.1×{{footnote|main|*}}
|≈2.174×{{footnote|main|*}}
|-
!Super Hammer
|2.1×{{footnote|main|*}}
|≈2.21239×{{footnote|main|*}}
|-
!Ultra Hammer
|2×{{footnote|main|*}}
|≈2.27×{{footnote|main|*}}
|-
!Hand
|colspan="2" |≈1.913×
|}
{{footnote|note|*|Approximate value obtained using middle attack constant value.}}


===''Mario & Luigi: Partners in Time''===
===''Mario & Luigi: Partners in Time''===
Line 30: Line 98:
|accessdate=January 27, 2025}}</ref> It is possible for a Lucky hit to apply to a critical hit; if this happens, the hit will only say "Lucky!" but will deal 3× the original damage.<ref name=PartnersInTime></ref>
|accessdate=January 27, 2025}}</ref> It is possible for a Lucky hit to apply to a critical hit; if this happens, the hit will only say "Lucky!" but will deal 3× the original damage.<ref name=PartnersInTime></ref>


Some pieces of [[List of Mario & Luigi: Partners in Time gear|gear]], namely two badges interact with the lucky hit system. The Lucky Badge increases the chance of a lucky hit, while the Lucky Badge A greatly increases the chance of a lucky hit.
====Lucky hit chance calculation====
 
The formula for determining the chance of a hit being a Lucky hit is calculated as follows:
:<math>LuckyChance = \lfloor((AttackerSTACHE / 4) - (EnemyLevel / 8))\rfloor</math><ref name=PartnersInTimeFormula>{{cite
|author=Jdaster64
|date=February 19, 2016
|title=Forum/Nintendo DS Games/Mario & Luigi: Partners in Time
|url=tasvideos.org/Forum/Posts/429030
|publisher=tasvideos.org
|language=en
|accessdate=February 6, 2025
}}</ref>
 
where:
* ''LuckyChance'' is the '''percent chance''' of a Lucky hit, clamped to [1, 99]. This means that a Lucky hit always has at least a 1% chance, and at most a 99% chance.  Two [[List of Mario & Luigi: Partners in Time gear|gear]] items can modify this chance; equipping the Lucky Badge will double the chance, while the Lucky Badge A will quadruple the chance.<ref name=PartnersInTimeFormula></ref>
* ''AttackerSTACHE'' is the STACHE stat of the attacker in the hit.
* ''EnemyLevel'' is the enemy's internal level statistic. A list of all enemies' statistics, including level, can be found [[Mario & Luigi: Partners in Time bestiary|here]].


===''Mario & Luigi: Bowser's Inside Story''===
===''Mario & Luigi: Bowser's Inside Story''===
Line 46: Line 130:


Some pieces of [[List of Mario & Luigi: Bowser's Inside Story gear|gear]] interact with the lucky hit system. Mario and Luigi can use the Happy Charm and Lucky Charm accessories. The Happy Charm increases the chance of a lucky hit by 1.5×, while the Lucky Charm doubles the chance of a lucky hit. Bowser can use the Lucky Band, which doubles the chance of a lucky hit.
Some pieces of [[List of Mario & Luigi: Bowser's Inside Story gear|gear]] interact with the lucky hit system. Mario and Luigi can use the Happy Charm and Lucky Charm accessories. The Happy Charm increases the chance of a lucky hit by 1.5×, while the Lucky Charm doubles the chance of a lucky hit. Bowser can use the Lucky Band, which doubles the chance of a lucky hit.
====Lucky hit chance calculation====
The formula for determining the chance of a hit being a lucky hit is the same as ''Mario & Luigi: Partners in Time''.<ref name=Bowser'sInsideStoryFormula>{{cite
|author=Jdaster64
|date=February 20, 2016
|title=Forum/Nintendo DS Games/Mario & Luigi: Bowser's Inside Story
|url=tasvideos.org/Forum/Posts/429074
|publisher=tasvideos.org
|language=en
|accessdate=February 6, 2025
}}</ref> A list of all enemies' statistics, including level, can be found [[Mario & Luigi: Bowser's Inside Story bestiary|here]]. The Happy Charm accessory used by Mario and Luigi increases the chance of a lucky hit by 1.5×. The Lucky Charm accessory used by Mario and Luigi and the Lucky Band used by Bowser double the chance of a lucky hit.


===''Mario & Luigi: Dream Team''===
===''Mario & Luigi: Dream Team''===
Line 58: Line 154:
Some pieces of [[List of Mario & Luigi: Dream Team gear|gear]] interact with the Lucky Hit system. The Mini Boots and Mini Hammer give the user guaranteed Lucky Hits only if they have the [[Tiny (status effect)|Mini]] status effect. The Lucky Gloves and Lucky Gloves DX increase the chance of a Lucky Hit. The Birthday Ring increases the user's Lucky Hit chance only if it is the player's birthday as set in the Nintendo 3DS system settings.
Some pieces of [[List of Mario & Luigi: Dream Team gear|gear]] interact with the Lucky Hit system. The Mini Boots and Mini Hammer give the user guaranteed Lucky Hits only if they have the [[Tiny (status effect)|Mini]] status effect. The Lucky Gloves and Lucky Gloves DX increase the chance of a Lucky Hit. The Birthday Ring increases the user's Lucky Hit chance only if it is the player's birthday as set in the Nintendo 3DS system settings.


Some [[badge]] effects interact with the Lucky Hit system. The Virus Badge + Gold Badge and Miracle Badge + Bronze Badge effects temporarily increase the chance of Lucky Hits.
Some [[badge#Mario & Luigi: Dream Team|badge]] effects interact with the Lucky Hit system. The Virus Badge + Gold Badge combo when used activates the Lucky Chance effect, which temporarily adds 0.5 to the bonus damage multiplier for Lucky Hits. This causes a Lucky Hit to deal 2.0× the normal damage, and a Lucky Hit with the Big Lucky Rank-Up Bonus to deal 2.5× the normal damage. The Miracle Badge + Bronze Badge combo when used activates the Lucky Time effect, which temporarily increases the chances for Lucky Hits.


===''Mario & Luigi: Paper Jam''===
===''Mario & Luigi: Paper Jam''===

Revision as of 16:21, February 6, 2025

“OK, so sometimes you attack a monster, and all of a sudden you see Lucky! appear... That shows that your attack power was stronger than usual!”
Toadbert, Mario & Luigi: Bowser's Inside Story

LUCKY, originally known as Lucky hit and lucky hit, also stylized as Lucky Hit, is a recurring game mechanic in the Mario & Luigi series. When a playable character deals damage, there is a chance that an attack will be LUCKY, causing it to deal more damage while being marked by a unique visual effect and sound. The bonus damage multiplier of a LUCKY hit, as well as what attacks can be a LUCKY hit depends on the game. The chance of getting a LUCKY is based on the attacker's STACHE stat, or in the case of Bowser, his HORN stat.

LUCKY hits are not to be confused with critical hits.

History

Mario & Luigi: Superstar Saga

Lucky hits, also stylized as lucky hits, are introduced in Mario & Luigi: Superstar Saga, and are used by Mario and Luigi. Lucky hits can only happen when performing a solo Jump, Hammer, or Hand attack. Lucky hits cannot occur in Bros. Attacks, counterattacks, or first strikes. The bonus damage multiplier for a Lucky hit is different if it is a Mario Jump, Luigi Jump, Mario Hammer, or Luigi Hammer attack. Hand attacks use the same multiplier.[1]

Some pieces of gear interact with the lucky hit system. The Mushluck Pants and Shroom Slacks clothing have the Lucky Mushroom special effect, which increases the chance of a lucky hit based on the number of Mushrooms Mario and Luigi have. The Lucky Bros. and Lucky Ribbon badges have the Lucky Attack special effect, which increases the chance of a lucky hit.

Damage calculation

The formula for the damage of a solo attack and Lucky hit is calculated as follows:

[1]

where:

  • AttackConstant is the final value in the calculation that depends on if Mario or Luigi attacked, what type of solo attack they did, and if the attack was Lucky. All attack constants used for solo attacks can be found in the table below. The solo Hammer attacks have multiple attack constants which causes some damage variance. The Super Hammer and Ultra Hammer each have their own set of attack constants that causes greater damage variance. If the attack is a Lucky hit, then the attack constants in the Lucky column are used instead.[1]
Attack Normal (Mario) Lucky (Mario) Normal (Luigi) Lucky (Luigi)
Jump 1.20 2.30 1.00 2.00
Normal Hammer 0.90/1.00/1.10 2.10 1.00/1.15/1.30 2.50
Super Hammer 0.80/1.00/1.20 0.90/1.13/1.36
Ultra Hammer 0.80/1.05/1.30 0.80/1.10/1.40
Hand 1.15 2.20 1.15 2.20

Using the knowledge of the attack constants and the attack constants for Lucky hits, the approximate bonus damage multiplier for Lucky hits can be obtained:

Approximate bonus damage multipliers
Attack Mario Luigi
Jump ≈1.916×
Normal Hammer 2.1×* ≈2.174×*
Super Hammer 2.1×* ≈2.21239×*
Ultra Hammer * ≈2.27×*
Hand ≈1.913×

* - Approximate value obtained using middle attack constant value.

Mario & Luigi: Partners in Time

Lucky hits return in Mario & Luigi: Partners in Time, and are used by Mario, Luigi, Baby Mario, and Baby Luigi. Lucky hits can happen in solo Jump or Hammer attacks, as well as Bros. Item attacks. Lucky hits cannot occur in counterattacks or first strikes. The bonus damage multiplier for a Lucky hit is 2× the original damage.[2] It is possible for a Lucky hit to apply to a critical hit; if this happens, the hit will only say "Lucky!" but will deal 3× the original damage.[2]

Lucky hit chance calculation

The formula for determining the chance of a hit being a Lucky hit is calculated as follows:

[3]

where:

  • LuckyChance is the percent chance of a Lucky hit, clamped to [1, 99]. This means that a Lucky hit always has at least a 1% chance, and at most a 99% chance. Two gear items can modify this chance; equipping the Lucky Badge will double the chance, while the Lucky Badge A will quadruple the chance.[3]
  • AttackerSTACHE is the STACHE stat of the attacker in the hit.
  • EnemyLevel is the enemy's internal level statistic. A list of all enemies' statistics, including level, can be found here.

Mario & Luigi: Bowser's Inside Story

Lucky hits return in Mario & Luigi: Bowser's Inside Story now stylized as lucky hit, and are used by Mario, Luigi, and Bowser. Mario and Luigi can get lucky hits in their solo Jump or Hammer attacks, as well as Special Attacks. Bowser can get lucky hits in his Punch and Flame attacks, as well as his own Special Attacks. Lucky hits cannot occur in counterattacks or first strikes. The bonus damage multiplier for a lucky hit is 1.5× the original damage.[4]

In the beginning of the game, after Bowser is sent to Dimble Wood after crashing the meeting at Peach's Castle, he encounters a cloaked figure. This figure claims that Bowser has won a Lucky Mushroom, and that it will give Bowser the luck to defeat Mario. The figure describes this by saying "Scoff this down and your luck will power up to super luck!", and "With every attack, lucky hits will shower in a happy waterfall!". This Lucky(?) Mushroom is then revealed to be a Vacuum Shroom, which causes Bowser to mindlessly inhale everything he sees.

Some pieces of gear interact with the lucky hit system. Mario and Luigi can use the Happy Charm and Lucky Charm accessories. The Happy Charm increases the chance of a lucky hit by 1.5×, while the Lucky Charm doubles the chance of a lucky hit. Bowser can use the Lucky Band, which doubles the chance of a lucky hit.

Lucky hit chance calculation

The formula for determining the chance of a hit being a lucky hit is the same as Mario & Luigi: Partners in Time.[5] A list of all enemies' statistics, including level, can be found here. The Happy Charm accessory used by Mario and Luigi increases the chance of a lucky hit by 1.5×. The Lucky Charm accessory used by Mario and Luigi and the Lucky Band used by Bowser double the chance of a lucky hit.

Mario & Luigi: Dream Team

Lucky hits return in Mario & Luigi: Dream Team now stylized as Lucky Hit, and are used by Mario, Luigi, and Dreamy Luigi. Unlike previous games where only certain types of attacks can be a Lucky Hit, all attacks can be a Lucky Hit. This includes solo attacks, Bros. Attacks, Luiginary Attacks, counterattacks, and first strikes. The bonus damage multiplier for a Lucky Hit is 1.5× the original damage; choosing the Rank-Up Bonus Big Lucky will increase this to 2.0×.[6]

Some pieces of gear interact with the Lucky Hit system. The Mini Boots and Mini Hammer give the user guaranteed Lucky Hits only if they have the Mini status effect. The Lucky Gloves and Lucky Gloves DX increase the chance of a Lucky Hit. The Birthday Ring increases the user's Lucky Hit chance only if it is the player's birthday as set in the Nintendo 3DS system settings.

Some badge effects interact with the Lucky Hit system. The Virus Badge + Gold Badge combo when used activates the Lucky Chance effect, which temporarily adds 0.5 to the bonus damage multiplier for Lucky Hits. This causes a Lucky Hit to deal 2.0× the normal damage, and a Lucky Hit with the Big Lucky Rank-Up Bonus to deal 2.5× the normal damage. The Miracle Badge + Bronze Badge combo when used activates the Lucky Time effect, which temporarily increases the chances for Lucky Hits.

Mario & Luigi: Paper Jam

Lucky Hits return in Mario & Luigi: Paper Jam now stylized as both Lucky Hit and lucky hit, and are used by Mario, Luigi, and Paper Mario. Like Mario & Luigi: Dream Team, all attacks can be a Lucky Hit. This includes solo attacks, Bros. Attacks, Trio Attacks, counterattacks, and first strikes. The bonus damage multiplier for a Lucky Hit is 1.5x the original damage; choosing the Rank-Up Bonus Big Lucky will increase this to 2.0×.[7]

Some pieces of gear, namely some accessories interact with the Lucky Hit system. Mario and Luigi can use the Star Brooch and Star Brooch DX to receive Star Points upon getting a Lucky Hit. Paper Mario can equip paper versions of the Star Brooch and Star Brooch DX to get the same effect.

Some Battle Cards, namely amiibo Character Cards interact with the Lucky Hit system. The amiibo for Mario, Luigi, Peach, and Yoshi have LV 1 Cards that doubles the chances of Lucky Hits. The amiibo for Yoshi has a LV 2 Card that quadruples the chances of Lucky Hits. The amiibo for Mario, Luigi, Peach, Yoshi, and Toad have LV 2 Duo Cards that triggers a Lucky Attack, which guarantees a Lucky Hit.

Mario & Luigi: Superstar Saga + Bowser's Minions

Lucky Hits return in Mario & Luigi: Superstar Saga + Bowser's Minions now stylized as lucky hit, and are used by Mario and Luigi. Unlike the original Game Boy Advance version, and like Mario & Luigi: Dream Team and Mario & Luigi: Paper Jam, all attacks can be a lucky hit. This includes solo attacks, Bros. Attacks, counterattacks, and first strikes. The bonus damage multiplier for a lucky hit is 1.3× the original damage.

Some pieces of gear interact with the lucky hit system. The Mushluck Pants has the Lucky Mushroom special effect, which increases the chance of a lucky hit based on the number of Mushrooms Mario and Luigi have. The Casual Coral and Piranha Suit have the Lucky Critical special effect, which increases the power of lucky and critical hits by 50% of the user's base POW stat. This allows lucky and critical hits to get a bonus damage multiplier of up to 1.95× if the user has no POW bonuses; having a POW bonus from something else like a badge would lower the 1.95× multiplier, but a big enough bonus would not lower it past the normal 1.3× bonus damage multiplier. The General Badge has the Lucky Speedster special effect, which increases the rate of lucky hits based on the user's SPEED stat. The Lucky Bros. and Lucky Ribbon badges have the Lucky Attack special effect, which increases the chance of a lucky hit. The Ohoracle Badge, Bowser Fist, and Popple Badge AA all have the First Striker special effect, which gives +100% base POW and a 100% lucky hit rate to the user only if they have the first turn in a battle and only in their first attack.

Mario & Luigi: Bowser's Inside Story + Bowser Jr.'s Journey

Lucky hits return in Mario & Luigi: Bowser's Inside Story + Bowser Jr.'s Journey now stylized as Lucky Hit, and are used by Mario, Luigi, and Bowser. Unlike the original Nintendo DS version, and like Mario & Luigi: Dream Team and Mario & Luigi: Paper Jam, all attacks can be a Lucky Hit. This includes solo attacks, Bowser's Punch and Flame attacks, Bros. Attacks, Brawl Attacks, counterattacks, and first strikes. The bonus damage multiplier for a Lucky Hit is 1.3× the original damage. The Rank-Up Bonuses Lucky and Good and King's Blessing for the Mario Bros. and Bowser respectively will increase the damage of their Lucky Hits to 1.5× the original damage.

Some pieces of gear interact with the Lucky Hit system. Mario and Luigi can use the Brawny Wear, Master Wear, and Muscle Wear, while Bowser can use the Ironclad Shell to increase the power of their Lucky and Critical Hits. Mario and Luigi can use the Mushroom Stone accessory, which increases the user's chance of a Lucky Hit based on the number of Mushrooms they have. Bowser can use the Lucky Ring and Lucky Ring DX, which increases the power of Lucky and Critical Hits by a small amount and a good amount, respectively.

Mario & Luigi: Brothership

Lucky Hits return in Mario & Luigi: Brothership now stylized as LUCKY, and are used by Mario and Luigi. Almost every type of attack can be a LUCKY hit. This includes solo attacks, combo attacks, Bros. Attacks, counterattacks, most first strikes, and most Luigi Logic damage. While Jump, Hammer, and Bro Bomb first strikes can be LUCKY, crashing into the enemy with Ball Blitz will never be a LUCKY hit. Despite that a Bro Bomb first strike can be LUCKY, the Bro Bombs used while chasing down Reclusa in part of the final battle cannot be LUCKY. Luigi Logic damage against Sharpcask and Glohm Bowser can be LUCKY, but the damage caused to Pipegunk by switching the arena to the opposite temperature area cannot be LUCKY. The bonus damage multiplier for a LUCKY hit is 1.3× the original damage;[8] choosing the Rank-Up Bonus Big Lucky will increase this to 1.5×.[8]

Some pieces of gear, namely some accessories interact with the LUCKY hit system. The Lucky HP Bangle heals the user by 10% of their max HP if their attack has a LUCKY hit. The Luck Charm and Luck Charm DX increase the chance of getting a LUCKY by 1.5× and 2×, respectively.

References

  1. ^ a b c Jdaster64 (May 10, 2017). Superstar Saga’s Stateside and Overseas Stats – A Side-by-Side Size-up. Wordpress.com (English). Retrieved January 27, 2025.
  2. ^ a b Migu (April 25, 2017). Submission #5481: Migu's DS Mario & Luigi: Partners in Time in 3:21:09.92. tasvideos.org (English). Retrieved January 27, 2025.
  3. ^ a b Jdaster64 (February 19, 2016). Forum/Nintendo DS Games/Mario & Luigi: Partners in Time. tasvideos.org (English). Retrieved February 6, 2025.
  4. ^ Jdaster64 (February 17, 2013). The Inside Story on M+L 3’s enemy stats + damage calculation.. Wordpress.com (English). Retrieved January 27, 2025.
  5. ^ Jdaster64 (February 20, 2016). Forum/Nintendo DS Games/Mario & Luigi: Bowser's Inside Story. tasvideos.org (English). Retrieved February 6, 2025.
  6. ^ "Boosts the power of Lucky Hits so you deliver 200% of normal damage." – Big Lucky description. Mario & Luigi: Dream Team. Nintendo (English).
  7. ^ "Increases the damage of Lucky Hits to 200%." – Big Lucky description. Mario & Luigi: Paper Jam. Nintendo (English).
  8. ^ a b "Damage dealt by LUCKY attacks increases from 1.3× to 1.5×." – Big Lucky description. Mario & Luigi: Brothership. Nintendo (English).