mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
Add min. Level requirement for PogoType FieldP
Mew, Celebi, Jirachi and Victini (one-time Mythicals) require Lv. 15 with at least 10/10/10 IVs.
This commit is contained in:
parent
4a8ad8b149
commit
3b66e2e9b1
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ namespace PKHeX.Core
|
|||
PogoType.Raid20 => 20,
|
||||
PogoType.Field15 => 15,
|
||||
PogoType.FieldM => 15,
|
||||
PogoType.FieldP => 15,
|
||||
PogoType.Field20 => 20,
|
||||
PogoType.Shadow => 8,
|
||||
PogoType.ShadowPGU => 8,
|
||||
|
|
Loading…
Reference in a new issue