mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 06:34:19 +00:00
Flute boost/decrease 3->4
Closes #2678 ty @Rayqo dat level 1 wild pokemon 👍
This commit is contained in:
parent
b31f0428cf
commit
522dbdbe32
3 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ namespace PKHeX.Core
|
|||
/// </summary>
|
||||
public sealed class EncounterArea6AO : EncounterArea32
|
||||
{
|
||||
private const int FluteBoostMin = 3; // White Flute decreases levels.
|
||||
private const int FluteBoostMax = 3; // Black Flute increases levels.
|
||||
private const int FluteBoostMin = 4; // White Flute decreases levels.
|
||||
private const int FluteBoostMax = 4; // Black Flute increases levels.
|
||||
private const int DexNavBoost = 30; // Maximum DexNav chain
|
||||
|
||||
protected override IEnumerable<EncounterSlot> GetMatchFromEvoLevel(PKM pkm, IEnumerable<EvoCriteria> vs, int minLevel)
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue