mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Add latest dist raid changes
Same as 11/20, with one swap. Only the swap is kept (because duplicate encounters don't matter).
This commit is contained in:
parent
c9f222bf38
commit
92c9e9897a
1 changed files with 3 additions and 0 deletions
|
@ -632,6 +632,9 @@ namespace PKHeX.Core
|
|||
//new(60,10,5) { Species = 143, Ability = A4, Moves = new[]{ 034, 442, 242, 428 }, CanGigantamax = true }, // Snorlax
|
||||
new(60,10,5) { Species = 760, Ability = A4, Moves = new[]{ 663, 038, 276, 009 } }, // Bewear
|
||||
new(60,10,5) { Species = 573, Ability = A4, Moves = new[]{ 402, 231, 350, 304 } }, // Cinccino
|
||||
|
||||
// 1/8 - Forest Returns (no changes besides shiny Greedent replacing regular R5 Amoongus)
|
||||
new(60,10,5) { Species = 820, Ability = A4, Moves = new[]{ 747, 360, 371, 089 }, Shiny = Shiny.Always }, // Greedent
|
||||
};
|
||||
|
||||
internal static readonly EncounterStatic8ND[] Dist_SW =
|
||||
|
|
Loading…
Reference in a new issue