mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Updated Power Item EV gain
This commit is contained in:
parent
082a6f91c4
commit
6fa5a7294c
@ -2772,12 +2772,12 @@ Public Class Pokemon
|
|||||||
'Macho Brace
|
'Macho Brace
|
||||||
Case 581 : EVfactor *= 2
|
Case 581 : EVfactor *= 2
|
||||||
'Power Items
|
'Power Items
|
||||||
Case 582 : gainEVHP += 4
|
Case 582 : gainEVHP += 8
|
||||||
Case 583 : gainEVAttack += 4
|
Case 583 : gainEVAttack += 8
|
||||||
Case 584 : gainEVDefense += 4
|
Case 584 : gainEVDefense += 8
|
||||||
Case 585 : gainEVSpAttack += 4
|
Case 585 : gainEVSpAttack += 8
|
||||||
Case 586 : gainEVSpDefense += 4
|
Case 586 : gainEVSpDefense += 8
|
||||||
Case 587 : gainEVSpeed += 4
|
Case 587 : gainEVSpeed += 8
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
'HP gain
|
'HP gain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user