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: "Palarticho de Galar"
fr: "Palarticho de Galar",
en: "Galarian Sirfetchd"
},
illustrator: "Kouki Saitou",
@ -15,23 +16,27 @@ const card: Card = {
types: ["Fighting"],
evolveFrom: {
fr: "Canarticho de Galar"
fr: "Canarticho de Galar",
en: "Galarian Farfetchd"
},
attacks: [{
name: {
fr: "Transpercement"
fr: "Transpercement",
en: "Pierce"
},
damage: 40,
cost: ["Fighting"]
}, {
name: {
fr: "Joute Astrale"
fr: "Joute Astrale",
en: "Meteor Assault"
},
effect: {
fr: "Ce Pokémon ne peut pas réutiliser Joute Astrale tant quil ne quitte pas le Poste Actif."
fr: "Ce Pokémon ne peut pas réutiliser Joute Astrale tant quil ne quitte pas le Poste Actif.",
en: "This Pokémon cant use Meteor Assault again until it leaves the Active Spot."
},
damage: 180,