[KTK] Handling of new term "one or more cards"
KTK has currently two cards that use a new term:

Creature - Cat Demon
Whenever one or more cards are put into exile from your graveyard, put that many +1/+1 counters on Rakshasa Vizier.

Legendary Creature - Naga Shaman
Whenever Sidisi, Brood Tyrant enters the battlefield or attacks, put the top three cards of your library into your graveyard.
Whenever one or more creature cards are put into your graveyard from your library, put a 2/2 black Zombie creature token onto the battlefield.
Problem here I see is that we currently handle all card moves as single "actions". So I'm not sure how to handle this trigger correctly.
The first card will probably end with the correct amount of counters but the second one would lead to a Zombie per card instead of a Zombie per resolved effect.
Ideas or suggestions welcome.
Creature - Cat Demon
Whenever one or more cards are put into exile from your graveyard, put that many +1/+1 counters on Rakshasa Vizier.
Legendary Creature - Naga Shaman
Whenever Sidisi, Brood Tyrant enters the battlefield or attacks, put the top three cards of your library into your graveyard.
Whenever one or more creature cards are put into your graveyard from your library, put a 2/2 black Zombie creature token onto the battlefield.
Problem here I see is that we currently handle all card moves as single "actions". So I'm not sure how to handle this trigger correctly.
The first card will probably end with the correct amount of counters but the second one would lead to a Zombie per card instead of a Zombie per resolved effect.
Ideas or suggestions welcome.