MM2: fix Air Shooter minimum damage #3922
This commit is contained in:
@@ -37,7 +37,7 @@ weapons_to_name: Dict[int, str] = {
|
|||||||
minimum_weakness_requirement: Dict[int, int] = {
|
minimum_weakness_requirement: Dict[int, int] = {
|
||||||
0: 1, # Mega Buster is free
|
0: 1, # Mega Buster is free
|
||||||
1: 14, # 2 shots of Atomic Fire
|
1: 14, # 2 shots of Atomic Fire
|
||||||
2: 1, # 14 shots of Air Shooter, although you likely hit more than one shot
|
2: 2, # 14 shots of Air Shooter
|
||||||
3: 4, # 9 uses of Leaf Shield, 3 ends up 1 damage off
|
3: 4, # 9 uses of Leaf Shield, 3 ends up 1 damage off
|
||||||
4: 1, # 56 uses of Bubble Lead
|
4: 1, # 56 uses of Bubble Lead
|
||||||
5: 1, # 224 uses of Quick Boomerang
|
5: 1, # 224 uses of Quick Boomerang
|
||||||
|
|||||||
Reference in New Issue
Block a user