1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59: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

@ -41,7 +41,7 @@ const card: Card = {
en: "Flip a coin. If heads, this attack does 30 damage to each of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts à chacun de vos Pokémon de Banc. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 130,
damage: "130+",
},
],

View File

@ -60,7 +60,7 @@ const card: Card = {
},
],
retreat: 0
retreat: 2
}
export default card

View File

@ -3,7 +3,7 @@ import Set from '../Generations'
const card: Card = {
name: {
en: "Basic Grass Energy",
en: "Grass Energy",
fr: "Énergie Grass de base",
},
illustrator: undefined,

View File

@ -3,7 +3,7 @@ import Set from '../Generations'
const card: Card = {
name: {
en: "Basic Fire Energy",
en: "Fire Energy",
fr: "Énergie Fire de base",
},
illustrator: undefined,

View File

@ -3,7 +3,7 @@ import Set from '../Generations'
const card: Card = {
name: {
en: "Basic Water Energy",
en: "Water Energy",
fr: "Énergie Water de base",
},
illustrator: undefined,

View File

@ -3,7 +3,7 @@ import Set from '../Generations'
const card: Card = {
name: {
en: "Basic Lightning Energy",
en: "Lightning Energy",
fr: "Énergie Lightning de base",
},
illustrator: undefined,

View File

@ -3,7 +3,7 @@ import Set from '../Generations'
const card: Card = {
name: {
en: "Basic Psychic Energy",
en: "Psychic Energy",
fr: "Énergie Psychic de base",
},
illustrator: undefined,

View File

@ -3,7 +3,7 @@ import Set from '../Generations'
const card: Card = {
name: {
en: "Basic Fighting Energy",
en: "Fighting Energy",
fr: "Énergie Fighting de base",
},
illustrator: undefined,

View File

@ -3,7 +3,7 @@ import Set from '../Generations'
const card: Card = {
name: {
en: "Basic Darkness Energy",
en: "Darkness Energy",
fr: "Énergie Darkness de base",
},
illustrator: undefined,

View File

@ -3,7 +3,7 @@ import Set from '../Generations'
const card: Card = {
name: {
en: "Basic Metal Energy",
en: "Metal Energy",
fr: "Énergie Metal de base",
},
illustrator: undefined,

View File

@ -3,7 +3,7 @@ import Set from '../Generations'
const card: Card = {
name: {
en: "Basic Fairy Energy",
en: "Fairy Energy",
fr: "Énergie Fairy de base",
},
illustrator: undefined,