This is just an idea I had to make team-building a little easier. Say, as a very simple example, that I would like a pokemon who learns both surf and thunderbolt on my team, or maybe I want one who learns both sleep talk and rest. If I wanted a list of all pokemon who have both of these moves, I would have to search each move individually, get a list for each move, and then compare the lists to find duplicate pokemon. This could get very tedious, especially if I decide I dont need exactly surf and I would be happy with hydro pump (not a big change, but who knows what people might want), so that would lead to another list to consider.
What I propose is that we add a moveset search option that could help us find pokemon that learn a certain combination of moves. Ideally, this would have both AND and OR support. What this means is that we could search (Rest) AND (Sleep Talk) AND (Calm Mind OR Bulk Up OR Curse) and it would give us a list of all pokemon that learn a moveset which fits this description. All the data is already in the database; all we would need is the programming to put this data together.
Any thoughts?
What I propose is that we add a moveset search option that could help us find pokemon that learn a certain combination of moves. Ideally, this would have both AND and OR support. What this means is that we could search (Rest) AND (Sleep Talk) AND (Calm Mind OR Bulk Up OR Curse) and it would give us a list of all pokemon that learn a moveset which fits this description. All the data is already in the database; all we would need is the programming to put this data together.
Any thoughts?