1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -3,11 +3,11 @@ import Set from '../XY Black Star Promos'
const card: Card = {
name: {
en: "Mewtwo-EX",
fr: "Mewtwo-EX",
en: "Mewtwo EX",
fr: "Mewtwo EX",
},
illustrator: "5ban Graphics",
rarity: "Rare",
rarity: "None",
category: "Pokemon",
set: Set,
@ -33,9 +33,9 @@ const card: Card = {
},
effect: {
en: "This attack does 30 damage times the amount of Psychic Energy attached to this Pokémon.",
fr: "Cette attaque inflige 30 dégâts multipliés par le nombre d'Énergies Psychic attachées à ce Pokémon.",
fr: "Cette attaque inflige 30 dégâts multipliés par le nombre dÉnergies Psychic attachées à ce Pokémon.",
},
damage: 30,
damage: "30×",
},
{
@ -46,9 +46,11 @@ const card: Card = {
],
name: {
fr: "Change Dégâts",
en: "Damage Change"
},
effect: {
fr: "Échangez tous les marqueurs de dégâts de ce Pokémon avec ceux du Pokémon Actif de votre adversaire.",
en: "Switch all damage counters on this Pokémon with those on your opponents Active Pokémon."
},
},