Add box manip for heal all slots

This commit is contained in:
Kurt 2020-02-17 19:28:20 -08:00
parent e050834c6c
commit 66efbaf407
11 changed files with 12 additions and 1 deletions

View file

@ -70,6 +70,7 @@ namespace PKHeX.Core
new BoxManipModify(BoxManipType.ModifyHyperTrain,pk => pk.SetSuggestedHyperTrainingData(), s => s.Generation >= 7),
new BoxManipModify(BoxManipType.ModifyRemoveNicknames, pk => pk.SetDefaultNickname()),
new BoxManipModify(BoxManipType.ModifyRemoveItem, pk => pk.HeldItem = 0, s => s.Generation >= 2),
new BoxManipModify(BoxManipType.ModifyHeal, pk => pk.Heal(), s => s.Generation >= 8 || s is SAV7b),
};
}
}

View file

@ -41,5 +41,6 @@ namespace PKHeX.Core
ModifyHyperTrain,
ModifyRemoveNicknames,
ModifyRemoveItem,
ModifyHeal,
}
}

View file

@ -74,13 +74,14 @@ namespace PKHeX.WinForms.Controls
[BoxManipType.SortEncounterType] = Resources.about,
[BoxManipType.ModifyHatchEggs] = Resources.about,
[BoxManipType.ModifyMaxFriendship] = Resources.heart,
[BoxManipType.ModifyMaxFriendship] = Resources.users,
[BoxManipType.ModifyMaxLevel] = Resources.showdown,
[BoxManipType.ModifyResetMoves] = Resources.date,
[BoxManipType.ModifyRandomMoves] = Resources.wand,
[BoxManipType.ModifyHyperTrain] = Resources.vallohi,
[BoxManipType.ModifyRemoveNicknames] = Resources.alphaAZ,
[BoxManipType.ModifyRemoveItem] = Resources.gift,
[BoxManipType.ModifyHeal] = Resources.heart,
};
private sealed class ItemVisibility

View file

@ -258,6 +258,7 @@ Main.mnu_DeletePastGen=Past Generation
Main.mnu_DeleteUntrained=Untrained
Main.mnu_Modify=Modify
Main.mnu_ModifyHatchEggs=Hatch Eggs
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=Hyper Train
Main.mnu_ModifyMaxFriendship=Max Friendship
Main.mnu_ModifyMaxLevel=Max Level

View file

@ -258,6 +258,7 @@ Main.mnu_DeletePastGen=Past Generation
Main.mnu_DeleteUntrained=Untrained
Main.mnu_Modify=Modify
Main.mnu_ModifyHatchEggs=Hatch Eggs
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=Hyper Train
Main.mnu_ModifyMaxFriendship=Max Friendship
Main.mnu_ModifyMaxLevel=Max Level

View file

@ -258,6 +258,7 @@ Main.mnu_DeletePastGen=Generación del pasado
Main.mnu_DeleteUntrained=Sin entrenamiento
Main.mnu_Modify=Modificar
Main.mnu_ModifyHatchEggs=Eclosionar huevos
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=Entrenamiento extremo
Main.mnu_ModifyMaxFriendship=Amistad máxima
Main.mnu_ModifyMaxLevel=Nivel máximo

View file

@ -258,6 +258,7 @@ Main.mnu_DeletePastGen=Past Generation
Main.mnu_DeleteUntrained=Untrained
Main.mnu_Modify=Modifier
Main.mnu_ModifyHatchEggs=Hatch Eggs
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=Hyper Train
Main.mnu_ModifyMaxFriendship=Max Friendship
Main.mnu_ModifyMaxLevel=Max Level

View file

@ -258,6 +258,7 @@ Main.mnu_DeletePastGen=Past Generation
Main.mnu_DeleteUntrained=Untrained
Main.mnu_Modify=Modify
Main.mnu_ModifyHatchEggs=Hatch Eggs
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=Hyper Train
Main.mnu_ModifyMaxFriendship=Max Friendship
Main.mnu_ModifyMaxLevel=Max Level

View file

@ -258,6 +258,7 @@ Main.mnu_DeletePastGen=Past Generation
Main.mnu_DeleteUntrained=Untrained
Main.mnu_Modify=Modify
Main.mnu_ModifyHatchEggs=Hatch Eggs
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=Hyper Train
Main.mnu_ModifyMaxFriendship=Max Friendship
Main.mnu_ModifyMaxLevel=Max Level

View file

@ -258,6 +258,7 @@ Main.mnu_DeletePastGen=이전 세대
Main.mnu_DeleteUntrained=Untrained
Main.mnu_Modify=수정
Main.mnu_ModifyHatchEggs=알 부화
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=대단한특훈
Main.mnu_ModifyMaxFriendship=친밀도 최대
Main.mnu_ModifyMaxLevel=레벨 최대

View file

@ -258,6 +258,7 @@ Main.mnu_DeletePastGen=Past Generation
Main.mnu_DeleteUntrained=Untrained
Main.mnu_Modify=Modify
Main.mnu_ModifyHatchEggs=Hatch Eggs
Main.mnu_ModifyHeal=Heal (Stats/PP)
Main.mnu_ModifyHyperTrain=Hyper Train
Main.mnu_ModifyMaxFriendship=Max Friendship
Main.mnu_ModifyMaxLevel=Max Level