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:
@ -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 c’est face, échangez l’un 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 c’est face, échangez l’un 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 opponent’s Benched Basic Pokémon with their Active Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Lance-Soleil"
|
||||
fr: "Lance-Soleil",
|
||||
en: "Solar Beam"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
Reference in New Issue
Block a user