mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Team Magma vs Team Aqua'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Team Magma Schemer",
|
||||
fr: "Manipulateur de Team Magma"
|
||||
fr: "Manipulateur de Team Magma",
|
||||
de: "Team Magma Intrigant"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
trainerType: "Supporter",
|
||||
|
||||
effect: {
|
||||
fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous jouez cette carte, placez-la à côté de votre Pokémon Actif. À la fin de votre tour, défaussez-la.\n\nDéfaussez 1 Pokémon de votre main. Ensuite, piochez 3 cartes. Si vous avez défaussé un Pokémon dont le nom comporte Team Magma, piochez 4 cartes."
|
||||
fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous jouez cette carte, placez-la à côté de votre Pokémon Actif. À la fin de votre tour, défaussez-la.\n\nDéfaussez 1 Pokémon de votre main. Ensuite, piochez 3 cartes. Si vous avez défaussé un Pokémon dont le nom comporte Team Magma, piochez 4 cartes.",
|
||||
de: "Discard any 1 Pokémon from your hand. Then draw 3 cards. If your discarded a Pokémon with Team Magma in its name, draw 4 cards instead."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user