1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-28 14:59:19 +00:00

Added Shining Fates english cards

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-27 10:35:05 +02:00
parent 5dab7afa10
commit 77863ffae4
195 changed files with 1652 additions and 826 deletions

View File

@ -5,7 +5,8 @@ const card: Card = {
set: Set,
name: {
fr: "Manaphy"
fr: "Manaphy",
en: "Manaphy"
},
illustrator: "Narumi Sato",
@ -18,17 +19,20 @@ const card: Card = {
type: "Ability",
name: {
fr: "Recherche Océanique"
fr: "Recherche Océanique",
en: "Ocean Search"
},
effect: {
fr: "Une fois pendant votre tour, si ce Pokémon est sur le Poste Actif, vous pouvez regarder les 6 cartes du dessus de votre deck, montrer un Pokémon que vous y trouvez, puis lajouter à votre main. Mélangez les autres cartes avec votre deck."
fr: "Une fois pendant votre tour, si ce Pokémon est sur le Poste Actif, vous pouvez regarder les 6 cartes du dessus de votre deck, montrer un Pokémon que vous y trouvez, puis lajouter à votre main. Mélangez les autres cartes avec votre deck.",
en: "Once during your turn, if this Pokémon is in the Active Spot, you may look at the top 6 cards of your deck, reveal a Pokémon you find there, and put it into your hand. Shuffle the other cards back into your deck."
}
}],
attacks: [{
name: {
fr: "Grosse Vague"
fr: "Grosse Vague",
en: "Wave Splash"
},
damage: 30,