1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03:49: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: "Dratatin"
fr: "Dratatin",
en: "Appletun"
},
illustrator: "Kouki Saitou",
@ -15,24 +16,28 @@ const card: Card = {
types: ["Grass"],
evolveFrom: {
fr: "Verpom"
fr: "Verpom",
en: "Applin"
},
abilities: [{
type: "Ability",
name: {
fr: "Arôme Délicieux"
fr: "Arôme Délicieux",
en: "Delicious Aroma"
},
effect: {
fr: "Une fois pendant votre tour, vous pouvez lancer une pièce. Si cest face, échangez lun des Pokémon de Banc de base de votre adversaire contre son Pokémon Actif."
fr: "Une fois pendant votre tour, vous pouvez lancer une pièce. Si cest face, échangez lun des Pokémon de Banc de base de votre adversaire contre son Pokémon Actif.",
en: "Once during your turn, you may flip a coin. If heads, switch 1 of your opponents Benched Basic Pokémon with their Active Pokémon."
}
}],
attacks: [{
name: {
fr: "Lance-Soleil"
fr: "Lance-Soleil",
en: "Solar Beam"
},
damage: 70,