Rejected Adding a "stab" category in movesearch

Mathy

F░U░R░R░E░T░ I░N░ B░I░O░
is a Programmeris a Forum Moderatoris a Battle Simulator Moderator
another very minor addendum, it should error out if multiple pokemon are specified that dont share any types
 

Mathy

F░U░R░R░E░T░ I░N░ B░I░O░
is a Programmeris a Forum Moderatoris a Battle Simulator Moderator
I guess I should rephrase. If I perform the query /ms furret, ampharos, stab what should happen? I can think of 3 reasonable options:
  1. Give all Normal and Electric attacks that both can learn
  2. Return an empty result, because there are no moves that both get STAB from
  3. Give an error message that these Pokemon can not possibly share STAB
#1 is counterintuitive as the moveset search itself is a conjunction, but the STAB filter is being treated as a disjunction. #2 is reasonable but #3 is ideal.

Or maybe it just shouldn't allow multiple Pokemon at all.
 
I guess I should rephrase. If I perform the query /ms furret, ampharos, stab what should happen? I can think of 3 reasonable options:
  1. Give all Normal and Electric attacks that both can learn
  2. Return an empty result, because there are no moves that both get STAB from
  3. Give an error message that these Pokemon can not possibly share STAB
#1 is counterintuitive as the moveset search itself is a conjunction, but the STAB filter is being treated as a disjunction. #2 is reasonable but #3 is ideal.

Or maybe it just shouldn't allow multiple Pokemon at all.
I actually quite like the #3
Just giving the error msg if both the Pokemon don't share a type
And displaying the #2 msg if and only if both or more Pokemon actually share a type.
 

Users Who Are Viewing This Thread (Users: 1, Guests: 0)

Top