mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +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: "Wimessir"
|
||||
fr: "Wimessir",
|
||||
en: "Indeedee"
|
||||
},
|
||||
|
||||
illustrator: "Souichirou Gunjima",
|
||||
@@ -16,21 +17,25 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Coup d’Main"
|
||||
fr: "Coup d’Main",
|
||||
en: "Helping Hand"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cherchez dans votre deck une carte Énergie de base, puis attachez-la à l’un de vos Pokémon de Banc. Mélangez ensuite votre deck."
|
||||
fr: "Cherchez dans votre deck une carte Énergie de base, puis attachez-la à l’un de vos Pokémon de Banc. Mélangez ensuite votre deck.",
|
||||
en: "Search your deck for a basic Energy card and attach it to 1 of your Benched Pokémon. Then, shuffle your deck."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Psyko"
|
||||
fr: "Psyko",
|
||||
en: "Psychic"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire."
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "This attack does 20 more damage for each Energy attached to your opponent’s Active Pokémon."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
|
Reference in New Issue
Block a user