1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 02:59:18 +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: "Galopa de Galar"
fr: "Galopa de Galar",
en: "Galarian Rapidash"
},
illustrator: "Kagemaru Himeno",
@ -15,28 +16,33 @@ const card: Card = {
types: ["Psychic"],
evolveFrom: {
fr: "Ponyta de Galar"
fr: "Ponyta de Galar",
en: "Galarian Ponyta"
},
abilities: [{
type: "Ability",
name: {
fr: "Voile Pastel"
fr: "Voile Pastel",
en: "Pastel Veil"
},
effect: {
fr: "Vos Pokémon guérissent de tous les États Spéciaux et ne peuvent être affectés par aucun État Spécial."
fr: "Vos Pokémon guérissent de tous les États Spéciaux et ne peuvent être affectés par aucun État Spécial.",
en: "Your Pokémon recover from all Special Conditions and cant be affected by any Special Conditions."
}
}],
attacks: [{
name: {
fr: "Psyko"
fr: "Psyko",
en: "Psychic"
},
effect: {
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire."
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
en: "This attack does 30 more damage for each Energy attached to your opponents Active Pokémon."
},
damage: "30+",